Skip to content

Commit

Permalink
add tests for IQU convenience methods
Browse files Browse the repository at this point in the history
  • Loading branch information
xzackli committed Feb 21, 2022
1 parent efd6006 commit 79c4629
Show file tree
Hide file tree
Showing 5 changed files with 12,022 additions and 6,005 deletions.
3 changes: 1 addition & 2 deletions src/transforms.jl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ function make_cc_geom_info(shape, wcs₀::AbstractWCSTransform)
return GeomInfo(geom_info_ptr[])
end


"""Complete rings for spherical harmonic transforms. Also converts to AbstractArray{Float64,2}."""
function create_sht_band(m::Enmap)
shape = size(m)
Expand All @@ -76,7 +75,7 @@ function create_sht_band(m::Enmap)
return converted
end


"""Generate an estimate of the Nyquist frequency for a map"""
getlmax(wcs) = 3 * fullringsize(wcs)

"""perform forward SHT of an intensity map"""
Expand Down
Loading

0 comments on commit 79c4629

Please sign in to comment.