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
34
external/healpix/Healpix_cxx/smoothing_cxx.par.txt
vendored
Normal file
34
external/healpix/Healpix_cxx/smoothing_cxx.par.txt
vendored
Normal file
|
@ -0,0 +1,34 @@
|
|||
Parameters read by smoothing_cxx:
|
||||
|
||||
fwhm_arcmin (double):
|
||||
FWHM (in arcmin) of the Gaussian beam used for smoothing. If the value
|
||||
is negative, the smoothing of a Gaussian beam with an FWHM of -fwhm_arcmin
|
||||
will be _removed_ from the input map.
|
||||
|
||||
nlmax (integer):
|
||||
maximum order of l
|
||||
|
||||
infile (string):
|
||||
input file containing the Healpix map
|
||||
|
||||
outfile (string, default=""):
|
||||
output file for the smoothed Healpix map
|
||||
|
||||
polarisation (bool):
|
||||
if false, only an intensity map is smoothed
|
||||
if true, an IQU map is smoothed
|
||||
|
||||
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, a_lm are read/written in single precision, otherwise in
|
||||
double precision.
|
Loading…
Add table
Add a link
Reference in a new issue