sierra.plugins.proc.decompress.plugin#
Plugin for decompressing experiment data. Currently only works with .tar.gz files.
Functions#
|
Uncomcompress data for each Experiment in the Batch Experiment. |
Module Contents#
- sierra.plugins.proc.decompress.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]#
Uncomcompress data 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.