Skip to content

Commit

Permalink
Credit To XRF Importer - Dr. Michael Stueckelberger
Browse files Browse the repository at this point in the history
  • Loading branch information
William Judge authored and William Judge committed Mar 27, 2020
1 parent f783d62 commit 96466fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sxdm/importer.py
Expand Up @@ -190,7 +190,7 @@ def import_mda(mda_path, hdf5_save_directory, hdf5_save_filename,
data2save = raw_data2save
h5create_dataset(file=file_path, ds_path=save_path, ds_data=data2save)


# XRF Importer Written By - Dr. Michael Stueckelberger
if maxdims >= 3:
# Save 3D data in h5 file
for dats in xrf_data.d:
Expand Down

0 comments on commit 96466fd

Please sign in to comment.