sierra.plugins.proc.imagize.plugin#
Classes for creating image files from .mean files for experiments.
See Imagizing for usage documentation.
Functions#
|
Generate images for each Experiment in the Batch Experiment. |
Module Contents#
- sierra.plugins.proc.imagize.plugin.proc_batch_exp(main_config: sierra.core.types.YAMLDict, cmdopts: sierra.core.types.Cmdopts, pathset: sierra.core.batchroot.PathSet, criteria: sierra.core.variables.batch_criteria.XVarBatchCriteria) None[source]#
Generate images for each Experiment in the Batch Experiment.
Ideally this is done in parallel across experiments, but this can be changed to serial if memory on the SIERRA host machine is limited via
--processing-parallelism.