DonutSourceSelectorTaskConfig#
- class lsst.ts.wep.task.DonutSourceSelectorTaskConfig(*args, **kw)#
Bases:
ConfigAttributes Summary
Min.
Maximum magnitude for selection.
Minimum magnitude for selection.
Number of blended objects (defined by unblendedSeparation and isolatedMagDiff) allowed with a bright source.
Maximum distance from center of focal plane (in degrees).
Minimum separation in pixels between blended donut centers.
Maximum number of desired sources (default is -1 which will give all in catalog).
Distance in pixels between two donut centers for them to be considered unblended.
magLimitStar.yaml.
Name of x-coordinate column.
Name of y-coordinate column.
Attributes Documentation
-
magMax:
Field# Maximum magnitude for selection. Only used if useCustomMagLimit is True. (
float, default99.0)
-
magMin:
Field# Minimum magnitude for selection. Only used if useCustomMagLimit is True. (
float, default-99.0)
-
maxBlended:
Field# Number of blended objects (defined by unblendedSeparation and isolatedMagDiff) allowed with a bright source. (
int, default0)
-
maxFieldDist:
Field# Maximum distance from center of focal plane (in degrees). (
float, default1.808)
-
minBlendedSeparation:
Field# Minimum separation in pixels between blended donut centers. This setting and unblendedSeparation will both be affected by the defocal distance. (
int, default120)
-
sourceLimit:
Field# Maximum number of desired sources (default is -1 which will give all in catalog). (
int, default-1)
-
unblendedSeparation:
Field# Distance in pixels between two donut centers for them to be considered unblended. This setting and minBlendedSeparation will both be affected by the defocal distance. (
int, default160)
-
magMax: