FlatTrace¶
- class specreduce.tracing.FlatTrace(image: NDData, trace_pos: float)[source]¶
 Bases:
Trace,_ImageParserTrace that is constant along the axis being traced.
Example:
trace = FlatTrace(image, trace_pos)
- Parameters:
 - trace_posfloat
 Position of the trace
Attributes Summary
Methods Summary
set_position(trace_pos)Set the trace position within the image
Attributes Documentation
Methods Documentation