Redshift Space

Input Parameters Dictionary (rcf)

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 (‘rcf’)

h0

Hubble constant [km/s/Mpc]. Default=100.

omegam

Omega matter. Default=0.3

omegal

Omega lambda. Default=0.7

autogrid

If autogrid=True choose the optimum nr. of cells (mxh1,mxh2,mxh3) of the skip table (SK). Default=True

dens

Custom nr. of particles per SK cell used when autogrid=True. No need to specify unless desired. Default=None

mxh1

Nr. of DEC cells of the SK table. Only relevant if autogrid=False. Default=30

mxh2

Nr. of RA cells of the SK table. Only relevant if autogrid=False. Default=180

mxh3

Nr. of DCOM cells of the SK table. Only relevant if autogrid=False. See Note on mxh3 below. Default=40

pxorder

Data ordering method. See Pixel Ordering Methods for details and options. Default=’natural’

doboot

If True, calculate bootstrap counts and error bars. Default=False

nbts

Nr. of bootstrap samples. Only relevant if doboot=True. Default=50

bseed

Fixed seed for boostrap RNG. Always set bseed>0 if running in paralell. Default=12345

wfib

If True apply SDSS fiber correction for pairs closer than 55”. See wfiber() Fortran function. Default=False

nseps

Nr. of redshift space bins. Default=22

sepsmin

Minimum separation to consider [Mpc/h]. Default=0.01

dseps

Size of redshift space bins (in dex if log bins). Default=0.15

logseps

If True use log-spaced bins. Otherwise use linear-spaced bins. Default=True

calcdist

If False, take comov. distances from input tables instead of calculating them. Default=True

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’ |br| * ‘NAT’ : Natural estimator -> \(DD/RR-1\) |br| * ‘HAM’ : Hamilton estimator -> \(DD*RR/DR^{2}-1\) |br| * ‘LS’ : Landy-Szalay estimator -> \((DD-2DR+RR)/RR\) |br| * ‘DP’ : Davis-Peebles estimator -> \(DD/DR-1\) |br|

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 (rccf)

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 (‘rccf’)

h0

Hubble constant [km/s/Mpc]. Default=100.

omegam

Omega matter. Default=0.3

omegal

Omega lambda. Default=0.7

autogrid

If autogrid=True choose the optimum nr. of cells (mxh1,mxh2,mxh3) of the skip table (SK). Default=True

dens

Custom nr. of particles per SK cell used when autogrid=True. No need to specify unless desired. Default=None

mxh1

Nr. of DEC cells of the SK table. Only relevant if autogrid=False. Default=30

mxh2

Nr. of RA cells of the SK table. Only relevant if autogrid=False. Default=180

mxh3

Nr. of DCOM cells of the SK table. Only relevant if autogrid=False. See Note on mxh3 below. Default=40

pxorder

Data ordering method. See Pixel Ordering Methods for details and options. Default=’natural’

doboot

If True, calculate bootstrap counts and error bars. Default=False

nbts

Nr. of bootstrap samples. Only relevant if doboot=True. Default=50

bseed

Fixed seed for boostrap RNG. Always set bseed>0 if running in paralell. Default=1245

wfib

If True apply SDSS fiber correction for pairs closer than 55”. See wfiber() Fortran function. Default=False

nseps

Nr. of redshift space bins. Default=22

sepsmin

Minimum separation to consider [Mpc/h]. Default=0.01

dseps

Size of redshift space bins (in dex if log bins). Default=0.15

logseps

If True use log-spaced bins. Otherwise use linear-spaced bins. Default=True

calcdist

If False, take comov. distances from input tables instead of calculating them. Default=True

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’ |br| * ‘DP’ : Davis-Peebles estimator -> \(CD/CR - 1\)

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 (sA)

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 (‘sA’)

h0

Hubble constant [km/s/Mpc]. Default=100.

omegam

Omega matter. Default=0.3

omegal

Omega lambda. Default=0.7

autogrid

If autogrid=True choose the optimum nr. of cells (mxh1,mxh2,mxh3) of the skip table (SK). Default=True

dens

Custom nr. of particles per SK cell used when autogrid=True. No need to specify unless desired. Default=None

mxh1

Nr. of DEC cells of the SK table. Only relevant if autogrid=False. Default=30

mxh2

Nr. of RA cells of the SK table. Only relevant if autogrid=False. Default=180

mxh3

Nr. of DCOM cells of the SK table. Only relevant if autogrid=False. See Note on mxh3 below. Default=40

pxorder

Data ordering method. See Pixel Ordering Methods for details and options. Default=’natural’

doboot

If True, calculate bootstrap counts and error bars. Default=False

nbts

Nr. of bootstrap samples. Only relevant if doboot=True. Default=50

bseed

Fixed seed for boostrap RNG. Always set bseed>0 if running in paralell. Default=1245

wfib

If True apply SDSS fiber correction for pairs closer than 55”. See wfiber() Fortran function. Default=False

nseps

Nr. of redshift space bins. Default=22

sepsmin

Minimum separation to consider [Mpc/h]. Default=0.01

dseps

Size of redshift space bins (in dex if log bins). Default=0.15

logseps

If True use log-spaced bins. Otherwise use linear-spaced bins. Default=True

calcdist

If False, take comov. distances from input tables instead of calculating them. Default=True

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 (sC)

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 (‘sC’)

h0

Hubble constant [km/s/Mpc]. Default=100.

omegam

Omega matter. Default=0.3

omegal

Omega lambda. Default=0.7

autogrid

If autogrid=True choose the optimum nr. of cells (mxh1,mxh2,mxh3) of the skip table (SK). Default=True

dens

Custom nr. of particles per SK cell used when autogrid=True. No need to specify unless desired. Default=None

mxh1

Nr. of DEC cells of the SK table. Only relevant if autogrid=False. Default=30

mxh2

Nr. of RA cells of the SK table. Only relevant if autogrid=False. Default=180

mxh3

Nr. of DCOM cells of the SK table. Only relevant if autogrid=False. See Note on mxh3 below. Default=40

pxorder

Data ordering method. See Pixel Ordering Methods for details and options. Default=’natural’

doboot

If True, calculate bootstrap counts and error bars. Default=False

nbts

Nr. of bootstrap samples. Only relevant if doboot=True. Default=50

bseed

Fixed seed for boostrap RNG. Always set bseed>0 if running in paralell. Default=1245

wfib

If True apply SDSS fiber correction for pairs closer than 55”. See wfiber() Fortran function. Default=False

nseps

Nr. of redshift space bins. Default=22

sepsmin

Minimum separation to consider [Mpc/h]. Default=0.01

dseps

Size of redshift space bins (in dex if log bins). Default=0.15

logseps

If True use log-spaced bins. Otherwise use linear-spaced bins. Default=True

calcdist

If False, take comov. distances from input tables instead of calculating them. Default=True

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.