Trace¶
- class specreduce.tracing.Trace(image: NDData)[source]¶
 Bases:
objectBasic tracing class that by default traces the middle of the image.
- Parameters:
 - image
NDData-like or array-like, required Image to be traced
- image
 - Attributes:
 - shapetuple
 Shape of the array describing the trace
Attributes Summary
Methods Summary
shift(delta)Shift the trace by delta pixels perpendicular to the axis being traced
Attributes Documentation
- mask_treatment¶
 
- shape¶
 
- valid_mask_treatment_methods¶
 
Methods Documentation