Table of Contents |
---|
Summary
Hdf5saver | |||||
Process category | Brief description | Computational demand (low, medium, high) | Comment(s) | Reference(s) | Common alternative process(es) |
---|---|---|---|---|---|
saver | To save reconstruction(s) to output file(s). | TiffSaver |
Parameters
Code Block | ||
---|---|---|
| ||
>>> disp 1 -avv ------------------------------------------------------------------------------------- 5) Hdf5Saver(savu.plugins.savers.hdf5_saver) A class to save data to a hdf5 output file 1) in_datasets : [] The name of the dataset to save. 2) pattern : optimum Optimise data storage to this access pattern: 'optimum' will automate this process by choosing the output pattern from the previous plugin, if it exists, else the first pattern. ------------------------------------------------------------------------------------- >>> |
Item | Parameter name | Parameter format | Example(s) | |
---|---|---|---|---|
Parameter value | Task | |||
1 | in_datasets | |||
2 | pattern |
Usage
Cont.