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
41
external/healpix/Healpix_cxx/anafast_cxx.par.txt
vendored
Normal file
41
external/healpix/Healpix_cxx/anafast_cxx.par.txt
vendored
Normal file
|
@ -0,0 +1,41 @@
|
|||
Parameters read by anafast_cxx:
|
||||
|
||||
nlmax (integer):
|
||||
maximum order of l
|
||||
|
||||
nmmax (integer):
|
||||
maximum order of m (must not be larger than nlmax, default=nlmax)
|
||||
|
||||
infile (string):
|
||||
input file containing the Healpix map
|
||||
|
||||
outfile (string, default=""):
|
||||
output file name for power spectrum; if empty, no spectrum is written
|
||||
|
||||
outfile_alms (string, default=""):
|
||||
output file name for the a_lm; if empty, no a_lm are written
|
||||
|
||||
polarisation (bool):
|
||||
if false, only the intensity a_lm are generated,
|
||||
if true, a_lm for T, G and C component are generated
|
||||
|
||||
weighted (bool, default=false):
|
||||
if true, weighted quadrature is used
|
||||
|
||||
if (weighted)
|
||||
healpix_data (string):
|
||||
directory containing the Healpix data files
|
||||
endif
|
||||
|
||||
iter_order (integer, default=0)
|
||||
number of iterations for the analysis (0: standard analysis)
|
||||
|
||||
double_precision (bool, default=false):
|
||||
if false, maps and a_lm are read/written in single precision,
|
||||
otherwise in double precision.
|
||||
|
||||
if (polarisation==true && outfile!="")
|
||||
full_powerspectrum (bool, default=false):
|
||||
if true, write a 6-column power spectrum;
|
||||
if false, write a 4-column power spectrum.
|
||||
endif
|
Loading…
Add table
Add a link
Reference in a new issue