Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New types of datasets supported for Delmic HDF5 format #328

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion doc/user_guide/supported_formats/delmic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Delmic HDF5
-----------

RosettaScIO can only read hyperspectral cathodoluminescence .h5 datasets from Delmic. The file reading will be implemented step by step for the various Delmic data formats.
RosettaScIO can only read cathodoluminescence .h5 datasets from Delmic containing a single stream. All the imaging modes are supported as long as only one cathodoluminescence stream is contained in the file. The current supported CL data formats currently include: intensity, hyperspectral, angle-resolved, time-resolved decay trace, time-resolved g(2), time resolved streak camera, and energy-momentum. The file import as a stack of hyperspy datasets will be implemented in the next iteration.
noemiebonnet marked this conversation as resolved.
Show resolved Hide resolved

.. Note::
To read the cathodoluminescence .h5 datasets in `HyperSpy <https://hyperspy.org>`_, use the
Expand All @@ -15,6 +15,9 @@ RosettaScIO can only read hyperspectral cathodoluminescence .h5 datasets from De
>>> import hyperspy.api as hs
>>> hs.load("filename.h5", reader="Delmic")

For now only the CL dataset is opened with hyperspy, the data extraction as a stack of datasets is the next planned step.
noemiebonnet marked this conversation as resolved.
Show resolved Hide resolved


API functions
"""""""""""""

Expand Down
Loading