lsst.pipe.tasks gcc9029db3c+eeb411f812
Static Public Attributes | List of all members
lsst.pipe.tasks.maskStreaks.MaskStreaksConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.maskStreaks.MaskStreaksConfig:

Static Public Attributes

 minimumKernelHeight
 
 absMinimumKernelHeight
 
 clusterMinimumSize
 
 clusterMinimumDeviation
 
 delta
 
 nSigma
 
 rhoBinSize
 
 thetaBinSize
 
 invSigma
 
 footprintThreshold
 
 dChi2Tolerance
 
 detectedMaskPlane
 
 streaksMaskPlane
 

Detailed Description

Configuration parameters for `MaskStreaksTask`

Definition at line 430 of file maskStreaks.py.

Member Data Documentation

◆ absMinimumKernelHeight

lsst.pipe.tasks.maskStreaks.MaskStreaksConfig.absMinimumKernelHeight
static
Initial value:
= pexConfig.Field(
doc="Minimum absolute height of the streak-finding kernel",
dtype=float,
default=5,
)

Definition at line 438 of file maskStreaks.py.

◆ clusterMinimumDeviation

lsst.pipe.tasks.maskStreaks.MaskStreaksConfig.clusterMinimumDeviation
static
Initial value:
= pexConfig.Field(
doc="Allowed deviation (in pixels) from a straight line for a detected "
"line",
dtype=int,
default=2,
)

Definition at line 448 of file maskStreaks.py.

◆ clusterMinimumSize

lsst.pipe.tasks.maskStreaks.MaskStreaksConfig.clusterMinimumSize
static
Initial value:
= pexConfig.Field(
doc="Minimum size in pixels of detected clusters",
dtype=int,
default=50,
)

Definition at line 443 of file maskStreaks.py.

◆ dChi2Tolerance

lsst.pipe.tasks.maskStreaks.MaskStreaksConfig.dChi2Tolerance
static
Initial value:
= pexConfig.Field(
doc="Absolute difference in Chi2 between iterations of line profile"
"fitting that is acceptable for convergence",
dtype=float,
default=0.1
)

Definition at line 489 of file maskStreaks.py.

◆ delta

lsst.pipe.tasks.maskStreaks.MaskStreaksConfig.delta
static
Initial value:
= pexConfig.Field(
doc="Stepsize in angle-radius parameter space",
dtype=float,
default=0.2,
)

Definition at line 454 of file maskStreaks.py.

◆ detectedMaskPlane

lsst.pipe.tasks.maskStreaks.MaskStreaksConfig.detectedMaskPlane
static
Initial value:
= pexConfig.Field(
doc="Name of mask with pixels above detection threshold, used for first"
"estimate of streak locations",
dtype=str,
default="DETECTED"
)

Definition at line 495 of file maskStreaks.py.

◆ footprintThreshold

lsst.pipe.tasks.maskStreaks.MaskStreaksConfig.footprintThreshold
static
Initial value:
= pexConfig.Field(
doc="Threshold at which to determine edge of line, in units of "
"nanoJanskys",
dtype=float,
default=0.01
)

Definition at line 483 of file maskStreaks.py.

◆ invSigma

lsst.pipe.tasks.maskStreaks.MaskStreaksConfig.invSigma
static
Initial value:
= pexConfig.Field(
doc="Inverse of the Moffat sigma parameter (in units of pixels)"
"describing the profile of the streak",
dtype=float,
default=10.**-1,
)

Definition at line 477 of file maskStreaks.py.

◆ minimumKernelHeight

lsst.pipe.tasks.maskStreaks.MaskStreaksConfig.minimumKernelHeight
static
Initial value:
= pexConfig.Field(
doc="Minimum height of the streak-finding kernel relative to the tallest kernel",
dtype=float,
default=0.0,
)

Definition at line 433 of file maskStreaks.py.

◆ nSigma

lsst.pipe.tasks.maskStreaks.MaskStreaksConfig.nSigma
static
Initial value:
= pexConfig.Field(
doc="Number of sigmas from center of kernel to include in voting "
"procedure",
dtype=float,
default=2,
)

Definition at line 459 of file maskStreaks.py.

◆ rhoBinSize

lsst.pipe.tasks.maskStreaks.MaskStreaksConfig.rhoBinSize
static
Initial value:
= pexConfig.Field(
doc="Binsize in pixels for position parameter rho when finding "
"clusters of detected lines",
dtype=float,
default=30,
)

Definition at line 465 of file maskStreaks.py.

◆ streaksMaskPlane

lsst.pipe.tasks.maskStreaks.MaskStreaksConfig.streaksMaskPlane
static
Initial value:
= pexConfig.Field(
doc="Name of mask plane holding detected streaks",
dtype=str,
default="STREAK"
)

Definition at line 501 of file maskStreaks.py.

◆ thetaBinSize

lsst.pipe.tasks.maskStreaks.MaskStreaksConfig.thetaBinSize
static
Initial value:
= pexConfig.Field(
doc="Binsize in degrees for angle parameter theta when finding "
"clusters of detected lines",
dtype=float,
default=2,
)

Definition at line 471 of file maskStreaks.py.


The documentation for this class was generated from the following file: