Loading pysen/inout/nexus.py +4 −0 Original line number Diff line number Diff line Loading @@ -172,6 +172,10 @@ def process_nexus(filename, scan_point_callback=dummy_scanpoint_callback, **kwar # get file info info = get_run_info(nxsfile) if info['proton_charge']<=0.0: log.warning("%s: empty run (pcharge=%g)", base, info['proton_charge']) return None # get the scan indices scan_index = timevalue_array(nxsfile, 'scan_index', dtype=TimeIntValueDType) Loading pysen/revision.py +2 −2 Original line number Diff line number Diff line Loading @@ -3,8 +3,8 @@ PySEN revision module """ import sys __version__ = "2.0" __release__ = "a5" __date__ = "Oct 17, 2024" __release__ = "a6" __date__ = "Oct 23, 2024" def version(full=False): "get pysen version number" Loading Loading
pysen/inout/nexus.py +4 −0 Original line number Diff line number Diff line Loading @@ -172,6 +172,10 @@ def process_nexus(filename, scan_point_callback=dummy_scanpoint_callback, **kwar # get file info info = get_run_info(nxsfile) if info['proton_charge']<=0.0: log.warning("%s: empty run (pcharge=%g)", base, info['proton_charge']) return None # get the scan indices scan_index = timevalue_array(nxsfile, 'scan_index', dtype=TimeIntValueDType) Loading
pysen/revision.py +2 −2 Original line number Diff line number Diff line Loading @@ -3,8 +3,8 @@ PySEN revision module """ import sys __version__ = "2.0" __release__ = "a5" __date__ = "Oct 17, 2024" __release__ = "a6" __date__ = "Oct 23, 2024" def version(full=False): "get pysen version number" Loading