Trace

class specreduce.tracing.Trace(image: astropy.nddata.NDData)[source]

Bases: object

Basic tracing class that by default traces the middle of the image.

Parameters:
imageNDData-like or array-like, required

Image to be traced

Attributes Summary

shape

Methods Summary

shift(delta)

Shift the trace by delta pixels perpendicular to the axis being traced

Attributes Documentation

shape

Methods Documentation

shift(delta)[source]

Shift the trace by delta pixels perpendicular to the axis being traced

Parameters:
deltafloat

Shift to be applied to the trace