TExConfig#
- class lsst.faro.measurement.TExConfig(*args, **kw)#
Bases:
ConfigAttributes Summary
Run treecorr in brute-force mode for improved reproducibility in tests (
bool, defaultFalse)Column to use for shape moments (
str, default'slot_Shape')Column to use for PSF model shape moments (
str, default'slot_PsfShape')Outer radius of the annulus in arcmin (
float, default1.0)Inner radius of the annulus in arcmin (
float, default0.25)Number of log-spaced angular bins (
int, default10)Rho statistic to be computed (
int, default1)Use shear ellipticity convention rather than distortion (
bool, defaultFalse)Attributes Documentation
- brute#
Run treecorr in brute-force mode for improved reproducibility in tests (
bool, defaultFalse)
- column#
Column to use for shape moments (
str, default'slot_Shape')
- columnPsf#
Column to use for PSF model shape moments (
str, default'slot_PsfShape')
- maxSep#
Outer radius of the annulus in arcmin (
float, default1.0)
- minSep#
Inner radius of the annulus in arcmin (
float, default0.25)
- nbins#
Number of log-spaced angular bins (
int, default10)
- rhoStat#
Rho statistic to be computed (
int, default1)
- shearConvention#
Use shear ellipticity convention rather than distortion (
bool, defaultFalse)