TExConfig#

class lsst.faro.measurement.TExConfig(*args, **kw)#

Bases: Config

Attributes Summary

brute

Run treecorr in brute-force mode for improved reproducibility in tests (bool, default False)

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, default 1.0)

minSep

Inner radius of the annulus in arcmin (float, default 0.25)

nbins

Number of log-spaced angular bins (int, default 10)

rhoStat

Rho statistic to be computed (int, default 1)

shearConvention

Use shear ellipticity convention rather than distortion (bool, default False)

Attributes Documentation

brute#

Run treecorr in brute-force mode for improved reproducibility in tests (bool, default False)

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, default 1.0)

minSep#

Inner radius of the annulus in arcmin (float, default 0.25)

nbins#

Number of log-spaced angular bins (int, default 10)

rhoStat#

Rho statistic to be computed (int, default 1)

shearConvention#

Use shear ellipticity convention rather than distortion (bool, default False)