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. |
| axis |
Which of the map’s input axes values are on; the map’sfirst axis by default. |