This commit is contained in:
Guilhem Lavaux 2021-06-21 16:38:20 +02:00
parent a0f0371126
commit 7f3ae182e1
76 changed files with 76901 additions and 0 deletions

14
masks/healpix/README Normal file
View file

@ -0,0 +1,14 @@
To make a discrete approximation to a mask using approximate
HEALPix pixels, do
healpixrast.sh <polygon_infile> <Nside> <polygon_outfile>
where Nside is the desired HEALPix resolution.
To generate an output file in FITS format that can later be read
by the HEALPix software, do
healpixrast2fits.sh <polygon_infile> <Nside> <fits_outfile>
Polygon files of the approximate HEALPix pixels are located in
the healpix_polys directory for resolutions up to Nside=32.
Files for higher resolutions are available at
http://space.mit.edu/home/tegmark/mangle/download/data.html