|
lsst.meas.algorithms g1d3acf762d+812787a8c8
|
Public Member Functions | |
| validate (self) | |
Static Public Attributes | |
| nbins | |
| bin_size | |
| min_sep | |
| max_sep | |
| sep_units | |
| bin_slop | |
| precision | |
| metric | |
| bin_type | |
| var_method | |
| npatch | |
| num_bootstrap | |
| rng_seed | |
A Config class that holds some of the parameters supported by treecorr. The fields in this class correspond to the parameters that can be passed to any calls to `treecorr` methods, including catalog creation and two-point correlation function calculations. The default values set for the fields are identical to the default values set in v4.3 of `treecorr`. A separate config class is used instead of constructing a `~lsst.pex.config.DictField` so that mixed types can be supported and the config can be validated at the beginning of the execution. Notes ----- This is intended to be used with correlations of PSF residuals. It only supports some of the fields that are relevant for rho-statistics calculations and the likes of it.
Definition at line 26 of file treecorrUtils.py.
| lsst.meas.algorithms.treecorrUtils.TreecorrConfig.validate | ( | self | ) |
Definition at line 211 of file treecorrUtils.py.
|
static |
Definition at line 60 of file treecorrUtils.py.
|
static |
Definition at line 103 of file treecorrUtils.py.
|
static |
Definition at line 153 of file treecorrUtils.py.
|
static |
Definition at line 80 of file treecorrUtils.py.
|
static |
Definition at line 125 of file treecorrUtils.py.
|
static |
Definition at line 70 of file treecorrUtils.py.
|
static |
Definition at line 46 of file treecorrUtils.py.
|
static |
Definition at line 190 of file treecorrUtils.py.
|
static |
Definition at line 198 of file treecorrUtils.py.
|
static |
Definition at line 116 of file treecorrUtils.py.
|
static |
Definition at line 206 of file treecorrUtils.py.
|
static |
Definition at line 90 of file treecorrUtils.py.
|
static |
Definition at line 174 of file treecorrUtils.py.