Skip to content

Commit

Permalink
Update dkist/dataset/loader.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair authored Sep 3, 2024
1 parent 08edf43 commit b18e98e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dkist/dataset/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def load_dataset(target):
>>> from dkist.data.sample import VISP_BKPLX # doctest: +REMOTE_DATA
>>> print(dkist.load_dataset(VISP_BKPLX)) # doctest: +REMOTE_DATA
This VISP Dataset BKPLX has 4 pixel and 5 world dimensions and consists of 1700 frames
Files are stored in /.../VISP_BKPLX
Files are stored in ...VISP_BKPLX
<BLANKLINE>
The data are represented by a <class 'dask.array.core.Array'> object:
dask.array<reshape, shape=(4, 425, 980, 2554), dtype=float64, chunksize=(1, 1, 980, 2554), chunktype=numpy.ndarray>
Expand Down

0 comments on commit b18e98e

Please sign in to comment.