Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Hdf5saver
Process categoryBrief description

Computational demand

(low, medium, high)

Comment(s)Reference(s)Common alternative process(es)
saverTo save reconstruction(s) to output file(s).
By default, this is the final process in every process list (hence there is normally no need to add it explicitly). This savershould only be explicitly added to a process list if one wishes to overwrite its default parameters, which must be done individually for each dataset (advanceduse).
TiffSaver


Parameters


Code Block
titleSavu Configurator command
>>> 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.
-------------------------------------------------------------------------------------

>>>

...