MakeDiffimKernelQuiverPlotVisitConfig#
- class lsst.analysis.tools.tasks.MakeDiffimKernelQuiverPlotVisitConfig(*args, **kw)#
Bases:
PipelineTaskConfigAttributes Summary
Color map for quiver arrows (
str, default'hsv')Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
Colors to use for different detector types (
Dict, default{'ITL': 'blue', 'E2V': 'red'})Column name to use for the angle of the vectors.
Column name to use for the length of the vectors.
Where to rotate the quiver about the sample point.
Size of quiver key in arcsec (
float, default0.1)Flag to enable/disable saving of log output for a task, enabled by default.
Scale factor for quiver arrows (
float, default1.0)Scale units for quiver arrows (
str, default'xy')Title text to display on the plot.
Use different colors for different detector types (
bool, defaultTrue)Width of quiver arrows (
float, default0.0005)Attributes Documentation
- color#
Color map for quiver arrows (
str, default'hsv')
- connections: pexConfig.ConfigField#
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
- detectorColors#
Colors to use for different detector types (
Dict, default{'ITL': 'blue', 'E2V': 'red'})
- directionKey#
Column name to use for the angle of the vectors. (
str, default'psfMatchingKernel_direction')
- lengthKey#
Column name to use for the length of the vectors. (
str, default'psfMatchingKernel_length')
- pivot#
Where to rotate the quiver about the sample point. (
str, default'middle')Allowed values:
'middle'Rotate the arrows of the quiver about their midpoint.
'tail'Rotate the arrows of the quiver about their tail.
'tip'Rotate the arrows of the quiver about their tip.
'None'Field is optional
- qKeySize#
Size of quiver key in arcsec (
float, default0.1)
- saveLogOutput#
Flag to enable/disable saving of log output for a task, enabled by default. (
bool, defaultTrue)
- scale#
Scale factor for quiver arrows (
float, default1.0)
- scaleUnits#
Scale units for quiver arrows (
str, default'xy')
- titleText#
Title text to display on the plot. (
str, default'Diffim Kernel Quiver Plot')
- useDetectorColors#
Use different colors for different detector types (
bool, defaultTrue)
- width#
Width of quiver arrows (
float, default0.0005)