...
NxtomoLoader | |||||
Process category | Brief description | Computational demand for typical tomography data (low, medium, high) | Comment(s) | Reference(s) | Common alternative process(es) |
---|---|---|---|---|---|
loader | To load raw data from input file(s). | Uses lazy loading (see Comment 1). |
|
...
Any standard tomography NeXus scan file, generated by GDA in DLS, stores all the images (i.e. sample projections as well as dark- and flat-field images) in a single dataset located at entry1/tomo_entry/data/data, which is accompanied by another dataset with containing the corresponding image-key information, located at entry1/tomo_entry/instrument/detector/image_key in the same file. Hence, the The default values of NxtomoLoader's parameters have been selected to match reflect this scenario. However, NxtomoLoader can be used to load dark- and flat-field data from individual NeXus datasets, if required. This can be done by modifying the flat and dark parameters appropriately (see the table above for more details).
...