File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,13 +55,3 @@ def deduce_qz(data: SasData):
5555
5656 data ._data_contents ['Qz' ] = qz
5757
58- if __name__ == "__main__" :
59- from sasdata .temp_hdf5_reader import load_data
60- test_file = "/Users/pmneves/Downloads/108854.nxcansas.h5"
61- data = load_data (test_file )
62-
63- for dataset in data .values ():
64- deduce_qz (dataset )
65- print (dataset .summary ())
66-
67- print (dataset ._data_contents )
Original file line number Diff line number Diff line change 3333test_file = "./example_data/2d_data/BAM_2D.h5"
3434# test_file = "./example_data/2d_data/14250_2D_NoDetInfo_NXcanSAS_v3.h5"
3535# test_file = "./example_data/2d_data/33837rear_2D_1.75_16.5_NXcanSAS_v3.h5"
36- test_file = "/Users/pmneves/Downloads/108854.nxcansas.h5"
37- test_file = "./test/sasdataloader/data/nxcansas_1Dand2D_multisasentry_multisasdata.h5"
3836
3937logger = logging .getLogger (__name__ )
4038
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments