channel_to_distance
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, in the units of axis: bare channel numbers on the channelaxis, and meters on the instrument_distance axis. |
| axis |
Which of the map’s input axes values are on; the map’sfirst axis by default. |