channel_to_distance

method of dascore.core.inventory.Acquisition source

channel_to_distance(
    self ,
    values ,
    axis: str | None[str, None] = None,
)-> ‘np.ndarray’

Map channel-like patch coordinates onto optical path distance.

Parameters

Parameter Description
values The interrogator-reported coordinate to place on the path.
axis Which of the map’s input axes values are on; the map’s
first axis by default.