MakeDiffimKernelQuiverPlotVisitConfig#

class lsst.analysis.tools.tasks.MakeDiffimKernelQuiverPlotVisitConfig(*args, **kw)#

Bases: PipelineTaskConfig

Attributes Summary

color

Color map for quiver arrows (str, default 'hsv')

connections

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.

lengthKey

Column name to use for the length of the vectors.

pivot

Where to rotate the quiver about the sample point.

qKeySize

Size of quiver key in arcsec (float, default 0.1)

saveLogOutput

Flag to enable/disable saving of log output for a task, enabled by default.

scale

Scale factor for quiver arrows (float, default 1.0)

scaleUnits

Scale units for quiver arrows (str, default 'xy')

titleText

Title text to display on the plot.

useDetectorColors

Use different colors for different detector types (bool, default True)

width

Width of quiver arrows (float, default 0.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, default 0.1)

saveLogOutput#

Flag to enable/disable saving of log output for a task, enabled by default. (bool, default True)

scale#

Scale factor for quiver arrows (float, default 1.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, default True)

width#

Width of quiver arrows (float, default 0.0005)