ExtendedPsfStackConfig#
- class lsst.pipe.tasks.extended_psf.ExtendedPsfStackConfig(*args, **kw)#
Bases:
PipelineTaskConfigConfiguration parameters for ExtendedPsfStackTask.
Attributes Summary
Mask planes that identify excluded (masked) pixels.
Order of polynomial to fit for background in candidate cutouts.
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
Number of iterations over pedestal-gradient and scaling fit.
Maximum distance to the center of the focal plane, in mm.
Minimum distance to the center of the focal plane, in mm.
Maximum allowed fraction of masked PSF flux for fitting to occur.
Flag to enable/disable saving of log output for a task, enabled by default.
Number of iterations to use for clipping when stacking.
Number of sigma to use for clipping when stacking.
Statistic name to use for stacking (from
Property) (str, default'MEANCLIP')Use the median of the variance plane for fitting.
Attributes Documentation
- bad_mask_planes#
Mask planes that identify excluded (masked) pixels. (
List, default['BAD', 'CR', 'CROSSTALK', 'EDGE', 'NO_DATA', 'SAT', 'SUSPECT', 'UNMASKEDNAN', 'NEIGHBOR'])
- bg_order#
Order of polynomial to fit for background in candidate cutouts. (
int, default2)
- connections: pexConfig.ConfigField#
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
- fit_iterations#
Number of iterations over pedestal-gradient and scaling fit. (
int, default5)
- max_focal_plane_radius#
Maximum distance to the center of the focal plane, in mm. Candidates with larger focal plane radius will be omitted. (
float, defaultinf)
- min_focal_plane_radius#
Minimum distance to the center of the focal plane, in mm. Candidates with smaller focal plane radius will be omitted. (
float, default0.0)
- psf_masked_flux_frac_threshold#
Maximum allowed fraction of masked PSF flux for fitting to occur. (
float, default0.97)
- saveLogOutput#
Flag to enable/disable saving of log output for a task, enabled by default. (
bool, defaultTrue)
- stack_num_iter#
Number of iterations to use for clipping when stacking. (
int, default5)
- stack_num_sigma_clip#
Number of sigma to use for clipping when stacking. (
float, default3.0)
- use_median_variance#
Use the median of the variance plane for fitting. (
bool, defaultFalse)