read_array

method of dascore.io.dashdf5.core.DASHDF5 source

read_array(
    self ,
    resource: H5Reader ,
    windows: dict[str, tuple[int, int]] ,
    snap: bool = True,
    **kwargs ,
)-> ‘np.ndarray’

Slice the das dataset directly.

The dimension order is the one the dataset’s shape implies, which is what scan reports.