Skip to content

Commit

Permalink
add back scarfy utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
xzackli committed Nov 10, 2023
1 parent 16b0da7 commit 95bd452
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
ThreadsX = "ac1d9e8a-700a-412c-b207-f0111f4b6c0d"
Expand All @@ -50,6 +52,7 @@ PhysicalConstants = "0.2"
Pixell = "0.2"
QuadGK = "2"
Roots = "1, 2"
SpecialFunctions = "2"
StaticArrays = "1"
StatsBase = "0.33, 0.34"
ThreadsX = "0.1"
Expand Down
7 changes: 5 additions & 2 deletions src/XGPaint.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ using Healpix
using PhysicalConstants
using Pixell
using Healpix: checkPixelRing
using SpecialFunctions
using JLD2, FileIO

import ThreadsX
Expand All @@ -26,11 +27,13 @@ include("./profiles.jl")
include("./profiles_rsz.jl")
include("./profiles_szp.jl")
include("./cib.jl")
include("./co_broadband.jl")
include("./lrg.jl")
include("./radio.jl")

export get_cosmology, read_halo_catalog_hdf5, sort_halo_catalog
export Radio_Sehgal2009, CIB_Planck2013
export paint!, generate_sources, profile_grid, profile_paint!, profileworkspace, paint_szp!, profile_grid_szp, profile_paint_szp!, paint_rsz!, profile_grid_rsz, profile_paint_rsz!
export Radio_Sehgal2009, CIB_Planck2013, CIB_Scarfy, CO_CROWNED, LRG_Yuan23
export paint!, generate_sources, process_sources, profile_grid, profile_paint!, profileworkspace, paint_szp!, profile_grid_szp, profile_paint_szp!, paint_rsz!, profile_grid_rsz, profile_paint_rsz!
export build_interpolator, Battaglia16ThermalSZProfile, Battaglia16RelativisticSZProfile, build_interpolator_szp, build_interpolator_rsz

end # module

0 comments on commit 95bd452

Please sign in to comment.