mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-12 11:03:05 +00:00
Imported healpix tree
This commit is contained in:
parent
4182c30485
commit
4bfb62f177
136 changed files with 26534 additions and 0 deletions
5
external/healpix/test/alm2map.par
vendored
Normal file
5
external/healpix/test/alm2map.par
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
nlmax=512
|
||||
infile=test.alm
|
||||
outfile=!test.fits
|
||||
nside=256
|
||||
polarisation=true
|
5
external/healpix/test/alm2map2.par
vendored
Normal file
5
external/healpix/test/alm2map2.par
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
nlmax=512
|
||||
infile=test2.alm
|
||||
outfile=!test2.fits
|
||||
nside=256
|
||||
polarisation=true
|
5
external/healpix/test/alm2map3.par
vendored
Normal file
5
external/healpix/test/alm2map3.par
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
nlmax=512
|
||||
infile=test.alm
|
||||
outfile=!test4.fits
|
||||
nside=317
|
||||
polarisation=true
|
6
external/healpix/test/anafast.par
vendored
Normal file
6
external/healpix/test/anafast.par
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
nlmax=512
|
||||
infile=test.fits
|
||||
outfile_alms=!test2.alm
|
||||
outfile=!test_cl.fits
|
||||
polarisation=true
|
||||
iter_order=3
|
16
external/healpix/test/runtest.sh
vendored
Executable file
16
external/healpix/test/runtest.sh
vendored
Executable file
|
@ -0,0 +1,16 @@
|
|||
#!/bin/sh
|
||||
|
||||
BINPATH=../$HEALPIX_TARGET/bin
|
||||
|
||||
time $BINPATH/syn_alm_cxx syn_alm.par && \
|
||||
time $BINPATH/alm2map_cxx alm2map.par && \
|
||||
time $BINPATH/map2tga test.fits test.tga -bar -title "Synthesized Map" && \
|
||||
time $BINPATH/anafast_cxx anafast.par && \
|
||||
time $BINPATH/alm2map_cxx alm2map2.par && \
|
||||
time $BINPATH/map2tga test2.fits test2.tga -bar -title "Reconstructed Map" && \
|
||||
time $BINPATH/udgrade_cxx udgrade.par && \
|
||||
time $BINPATH/map2tga test3.fits test3.tga -bar -title "Downgraded Map" && \
|
||||
time $BINPATH/map2tga test3.fits test4.tga -bar -interpol -title "Downgraded, Interpolated Map" && \
|
||||
time $BINPATH/alm2map_cxx alm2map3.par && \
|
||||
time $BINPATH/map2tga test4.fits test5.tga -bar -title "Synthesized Map (Nside=317)" && \
|
||||
xv test.tga test2.tga test3.tga test4.tga test5.tga
|
6
external/healpix/test/syn_alm.par
vendored
Normal file
6
external/healpix/test/syn_alm.par
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
fwhm_arcmin = 60
|
||||
infile = cl.fits
|
||||
rand_seed = 1234
|
||||
nlmax = 512
|
||||
outfile = !test.alm
|
||||
polarisation = true
|
4
external/healpix/test/udgrade.par
vendored
Normal file
4
external/healpix/test/udgrade.par
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
infile=test2.fits
|
||||
outfile=!test3.fits
|
||||
polarisation=true
|
||||
nside=8
|
Loading…
Add table
Add a link
Reference in a new issue