Add some tools for datasets to store input intensity measurements

This commit is contained in:
Abe Levitan
2022-02-22 20:36:50 -05:00
parent 0d91272766
commit c1663fa964
3 changed files with 23 additions and 9 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ def get_sample_info(cxi_file):
"""
if 'entry_1/sample_1' not in cxi_file:
return None
s1 = cxi_file['entry_1/sample_1']
metadata_attrs = ['name','description','unit_cell_group']