FlatTrace

class specreduce.tracing.FlatTrace(image: NDData, trace_pos: float)[source]

Bases: Trace, _ImageParser

Trace that is constant along the axis being traced.

Example:

trace = FlatTrace(image, trace_pos)
Parameters:
trace_posfloat

Position of the trace

Methods Summary

set_position(trace_pos)

Set the trace position within the image

Methods Documentation

set_position(trace_pos)[source]

Set the trace position within the image

Parameters:
trace_posfloat

Position of the trace