NSLS-II / PyXRF

Fluorescence fitting GUI.
http://nsls-ii.github.io/PyXRF
BSD 3-Clause "New" or "Revised" License
31 stars 23 forks source link

Functions for reading and writing raw data #245

Closed dmgav closed 3 years ago

dmgav commented 3 years ago

Refactored the code to implement functions for reading and writing raw XRF data in HDF5 file. The functions do not read/write processed data (XRF maps).

from pyxrf import save_data_to_hdf5, read_data_from_hdf5