Projected Space
Input Parameters Dictionary (pcf)
Dictionary with attribute-style access, that stores all input parameters for the code, plus some useful run time information during output (see Additional Runtime Information in Ouput)
Parameter |
Description |
|---|---|
kind |
Kind of correlation function (‘pcf’) |
h0 |
Hubble constant [km/s/Mpc]. Default=100. |
omegam |
Omega matter. Default=0.3 |
omegal |
Omega lambda. Default=0.7 |
autogrid |
If |
dens |
Custom nr. of particles per SK cell used when |
mxh1 |
Nr. of DEC cells of the SK table. Only relevant if
|
mxh2 |
Nr. of RA cells of the SK table. Only relevant if
|
mxh3 |
Nr. of DCOM cells of the SK table. Only relevant if
|
pxorder |
Data ordering method. See Pixel Ordering Methods for details and options. Default=’natural’ |
doboot |
If |
nbts |
Nr. of bootstrap samples. Only relevant if |
bseed |
Fixed seed for boostrap RNG. Always set |
wfib |
If |
nsepp |
Nr. of projected separation bins. Default=22 |
seppmin |
Minimum projected distance to consider [Mpc/h]. Default=0.01 |
dsepp |
Size of projected bins (in dex if log bins). Default=0.15 |
logsepp |
If |
nsepv |
Nr. of radial separation bins. Default=1 |
dsepv |
Size of radial bins (linear) [Mpc/h]. Default=40. |
calcdist |
If |
file |
File name of data sample. Only informative. Default=’’ |
file1 |
File name of random sample. Only informative. Default=’’ |
description |
Short description of the run. Only informative. Default=’’ |
estimator |
Statistical estimator of the correlation function.
Default=’NAT’ |
cra,cdec, cred,cwei, cdcom |
Column names in data sample table (tab). Default=(‘ra’ , ‘dec’, ‘z’, ‘wei’, ‘dcom’) |
cra1,cdec1, cred1,cwei1 cdcom1 |
Column names in random sample (tab1). Default=(‘ra’ , ‘dec’, ‘z’, ‘wei’, ‘dcom’) |
custRAbound |
Specify custom RA boundaries for samples that cross the RA=0 limit. See Custom RA Boundaries. Default=None |
outfn |
Base name for all output files (e.g. /home/myuser/redagn) |
Input Parameters Dictionary (pccf)
Dictionary with attribute-style access, that stores all input parameters for the code, plus some useful run time information during output (see Additional Runtime Information in Ouput)
Parameter |
Description |
|---|---|
kind |
Kind of correlation function (‘pccf’) |
h0 |
Hubble constant [km/s/Mpc]. Default=100. |
omegam |
Omega matter. Default=0.3 |
omegal |
Omega lambda. Default=0.7 |
autogrid |
If |
dens |
Custom nr. of particles per SK cell used when |
mxh1 |
Nr. of DEC cells of the SK table. Only relevant if
|
mxh2 |
Nr. of RA cells of the SK table. Only relevant if
|
mxh3 |
Nr. of DCOM cells of the SK table. Only relevant if
|
pxorder |
Data ordering method. See Pixel Ordering Methods for details and options. Default=’natural’ |
doboot |
If |
nbts |
Nr. of bootstrap samples. Only relevant if |
bseed |
Fixed seed for boostrap RNG. Always set |
wfib |
If |
nsepp |
Nr. of projected separation bins. Default=22 |
seppmin |
Minimum projected distance to consider [Mpc/h]. Default=0.01 |
dsepp |
Size of projected bins (in dex if log bins). Default=0.15 |
logsepp |
If |
nsepv |
Nr. of radial separation bins. Default=1 |
dsepv |
Size of radial bins (linear) [Mpc/h]. Default=40. |
calcdist |
If |
file |
File name of data sample. Only informative. Default=’’ |
file1 |
File name of random sample. Only informative. Default=’’ |
file2 |
File name of cross sample. Only informative. Default=’’ |
description |
Short description of the run. Only informative. Default=’’ |
estimator |
Statistical estimator of the correlation function.
Default=’DP’ |
cra,cdec, cred,cwei, cdcom |
Column names in data sample table (tab). Default=(‘ra’ , ‘dec’, ‘z’, ‘wei’, ‘dcom’) |
cra1,cdec1, cred1,cwei1 cdcom1 |
Column names in random sample (tab1). Default=(‘ra’ , ‘dec’, ‘z’, ‘wei’, ‘dcom’) |
cra2,cdec2, cred2,cwei2 cdcom2 |
Column names in cross sample table (tab2). Default=(‘ra’ , ‘dec’, ‘z’, ‘wei’, ‘dcom’) |
custRAbound |
Specify custom RA boundaries for samples that cross the RA=0 limit. See Custom RA Boundaries. Default=None |
outfn |
Base name for all output files (e.g. /home/myuser/redagn) |
Input Parameters Dictionary (rppiA)
Dictionary with attribute-style access, that stores all input parameters for the code, plus some useful run time information during output (see Additional Runtime Information in Ouput)
Parameter |
Description |
|---|---|
kind |
Kind of correlation function (‘rppiA’) |
h0 |
Hubble constant [km/s/Mpc]. Default=100. |
omegam |
Omega matter. Default=0.3 |
omegal |
Omega lambda. Default=0.7 |
autogrid |
If |
dens |
Custom nr. of particles per SK cell used when |
mxh1 |
Nr. of DEC cells of the SK table. Only relevant if
|
mxh2 |
Nr. of RA cells of the SK table. Only relevant if
|
mxh3 |
Nr. of DCOM cells of the SK table. Only relevant if
|
pxorder |
Data ordering method. See Pixel Ordering Methods for details and options. Default=’natural’ |
doboot |
If |
nbts |
Nr. of bootstrap samples. Only relevant if |
bseed |
Fixed seed for boostrap RNG. Always set |
wfib |
If |
nsepp |
Nr. of projected separation bins. Default=22 |
seppmin |
Minimum projected separation to consider [Mpc/h]. Default=0.01 |
dsepp |
Size of projected bins (in dex if log bins). Default=0.15 |
logsepp |
If |
nsepv |
Nr. of radial separation bins. Default=1 |
dsepv |
Size of radial bins (linear) [Mpc/h]. Default=40. |
calcdist |
If |
file |
File name of data sample. Only informative. Default=’’ |
description |
Short description of the run. Only informative. Default=’’ |
cra,cdec, cred,cwei, cdcom |
Column names in th sample table (tab). Default=(‘ra’ , ‘dec’, ‘z’, ‘wei’, ‘dcom’) |
custRAbound |
Specify custom RA boundaries for samples that cross the RA=0 limit. See Custom RA Boundaries. Default=None |
outfn |
Base name for all output files (e.g. /home/myuser/redagn) |
Input Parameters Dictionary (rppiC)
Dictionary with attribute-style access, that stores all input parameters for the code, plus some useful run time information during output (see Additional Runtime Information in Ouput)
Parameter |
Description |
|---|---|
kind |
Kind of correlation function (‘rppiC’) |
h0 |
Hubble constant [km/s/Mpc]. Default=100. |
omegam |
Omega matter. Default=0.3 |
omegal |
Omega lambda. Default=0.7 |
autogrid |
If |
dens |
Custom nr. of particles per SK cell used when |
mxh1 |
Nr. of DEC cells of the SK table. Only relevant if
|
mxh2 |
Nr. of RA cells of the SK table. Only relevant if
|
mxh3 |
Nr. of DCOM cells of the SK table. Only relevant if
|
pxorder |
Data ordering method. See Pixel Ordering Methods for details and options. Default=’natural’ |
doboot |
If |
nbts |
Nr. of bootstrap samples. Only relevant if |
bseed |
Fixed seed for boostrap RNG. Always set |
wfib |
If |
nsepp |
Nr. of projected separation bins. Default=22 |
seppmin |
Minimum projected distance to consider [Mpc/h]. Default=0.01 |
dsepp |
Size of projected bins (in dex if log bins). Default=0.15 |
logsepp |
If |
nsepv |
Nr. of radial separation bins. Default=1 |
dsepv |
Size of radial bins (linear) [Mpc/h]. Default=40. |
calcdist |
If |
file |
File name of data sample. Only informative. Default=’’ |
file1 |
File name of random sample. Only informative. Default=’’ |
description |
Short description of the run. Only informative. Default=’’ |
cra,cdec, cred,cwei, cdcom |
Column names in data sample table (tab). Default=(‘ra’ , ‘dec’, ‘z’, ‘wei’, ‘dcom’) |
cra1,cdec1, cred1,cwei1 cdcom1 |
Column names in random sample (tab1). Default=(‘ra’ , ‘dec’, ‘z’, ‘wei’, ‘dcom’) |
custRAbound |
Specify custom RA boundaries for samples that cross the RA=0 limit. See Custom RA Boundaries. Default=None |
outfn |
Base name for all output files (e.g. /home/myuser/redagn) |
Note on mxh3
Due to performance reasons, the number of cells in the radial (comoving) distance
actually used to build the skip table is always set as mxh3=int((dcmax-dcmin)/rvmax).
Hence, the parameter mxh3 supplied at input will be ignored unless it is
smaller than this optimum value.
Note however that mxh3 is only relevant for the performance of the algorithms.
It is not related with the number of radial bins nsepv where we want to
get output counts.