traceset2xy¶
-
pydl.pydlutils.trace.traceset2xy(tset, xpos=None, ignore_jump=False)[source]¶ Convert from a trace set to an array of x,y positions.
Parameters: tset :
TraceSetA
TraceSetobject.xpos : array-like, optional
If provided, evaluate the trace set at these positions. Otherwise the positions will be constructed from the trace set object iself.
ignore_jump : bool, optional
If
True, ignore any jump information in thetsetobjectReturns: tuple()of array-likeThe x, y positions.