StackBrightStarsConfig#
- class lsst.pipe.tasks.extended_psf.StackBrightStarsConfig(*args, **kw)#
Bases:
ConfigConfiguration parameters for StackBrightStarsTask.
Attributes Summary
Mask planes that define pixels to be excluded from the stacking of the bright star stamps.
Apply magnitude cut before stacking? (
bool, defaultFalse)Magnitude limit, in Gaia G; all stars brighter than this value will be stacked (
float, default18)Minimum number of valid pixels that must fall within the annulus for the bright star to be included in the generation of a PSF.
Number of iterations of outlier rejection; ignored if stackingStatistic != 'MEANCLIP'.
Sigma for outlier rejection; ignored if stacking_statistic != 'MEANCLIP'.
Type of statistic to use for stacking.
Size, in pixels, of the subregions over which the stacking will be iteratively performed.
Attributes Documentation
- bad_mask_planes#
Mask planes that define pixels to be excluded from the stacking of the bright star stamps. (
List, default('BAD', 'CR', 'CROSSTALK', 'EDGE', 'NO_DATA', 'SAT', 'SUSPECT', 'UNMASKEDNAN'))
- do_mag_cut#
Apply magnitude cut before stacking? (
bool, defaultFalse)
- mag_limit#
Magnitude limit, in Gaia G; all stars brighter than this value will be stacked (
float, default18)
- minValidAnnulusFraction#
Minimum number of valid pixels that must fall within the annulus for the bright star to be included in the generation of a PSF. (
float, default0.0)
- num_iter#
Number of iterations of outlier rejection; ignored if stackingStatistic != ‘MEANCLIP’. (
int, default3)
- num_sigma_clip#
Sigma for outlier rejection; ignored if stacking_statistic != ‘MEANCLIP’. (
float, default4)
- stacking_statistic#
Type of statistic to use for stacking. (
str, default'MEANCLIP')Allowed values:
'MEAN'mean
'MEDIAN'median
'MEANCLIP'clipped mean
'None'Field is optional
- subregion_size#
Size, in pixels, of the subregions over which the stacking will be iteratively performed. (
List, default(100, 100))