mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-12 02:53:05 +00:00
Imported healpix tree
This commit is contained in:
parent
4182c30485
commit
4bfb62f177
136 changed files with 26534 additions and 0 deletions
32
external/healpix/Healpix_cxx/mult_alm.par.txt
vendored
Normal file
32
external/healpix/Healpix_cxx/mult_alm.par.txt
vendored
Normal file
|
@ -0,0 +1,32 @@
|
|||
Parameters read by mult_alm:
|
||||
|
||||
infile (string):
|
||||
input file containing the a_lm
|
||||
|
||||
outfile (string):
|
||||
output file name for the calculated a_lm
|
||||
|
||||
fwhm_arcmin_in (real, default=0):
|
||||
FWHM (in arcmin) of a Gaussian beam, which will be _removed_ from the
|
||||
input a_lm
|
||||
|
||||
fwhm_arcmin_out (real, default=0):
|
||||
FWHM (in arcmin) of a Gaussian beam, which will be used to smoothe the
|
||||
output a_lm
|
||||
|
||||
nside_pixwin_in (integer, default=0):
|
||||
If this is different from 0, the corresponding pixel window function
|
||||
will be _removed_ from the input a_lm
|
||||
|
||||
nside_pixwin_out (integer, default=0):
|
||||
If this is different from 0, the corresponding pixel window function
|
||||
will be applied to the output a_lm
|
||||
|
||||
if ((nside_pixwin_in>0)||(nside_pixwin_out>0))
|
||||
healpix_data (string):
|
||||
directory containing the Healpix data files
|
||||
endif
|
||||
|
||||
double_precision (bool, default=false):
|
||||
if false, the a_lm are read/written in single precision,
|
||||
otherwise in double precision.
|
Loading…
Add table
Add a link
Reference in a new issue