Table of Contents |
---|
Summary
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). |
|
Parameters
Code Block | ||
---|---|---|
| ||
>>> disp 1 -avv ------------------------------------------------------------------------------------- 1) NxtomoLoader(savu.plugins.loaders.full_field_loaders.nxtomo_loader) A class for loading standard tomography data in Nexus format 1) preview : [] A slice list of required frames. 2) image_key_path : entry1/tomo_entry/instrument/detector/image_key Path to the image key entry inside the nxs file. 3) name : tomo The name assigned to the dataset. 4) 3d_to_4d : False Set to true if this reshape is required. 5) flat : [None, None, 1] Optional Path to the flat field data file, nxs path and scale value. 6) data_path : entry1/tomo_entry/data/data Path to the data inside the file. 7) dark : [None, None, 1] Optional path to the dark field data file, nxs path and scale value. 8) angles : None A python statement to be evaluated or a file. 9) ignore_flats : None List of batch numbers of flats (start at 1) to ignore. ------------------------------------------------------------------------------------- >>> |
...