Task#
- class Task[source]#
Bases:
Config
Stacks spectra
- ini_strict_sections_: ClassVar[Sequence[str]] = ['stacking_stack']#
Names of additional sections to parse in configuration files, unknown keys error
- ini_relaxed_sections_: ClassVar[Sequence[str]] = ['stacking']#
Names of sections to parse in configuration files, with unknown keys ignored
- config: Sequence[pathlib.Path][Sequence[Path]]#
Use the specified configuration files.
Files can be separated by commas/the command can be invoked multiple times.
- pickle_protocol: PickleProtocol[PickleProtocol]#
Pickle protocol version to use
- logging_level: LoggingLevel[LoggingLevel]#
Logging level to use
- groups: Sequence[int][Sequence[int]]#
Group indices to process
If not provided, all groups are processed
- __init__(config, root, pickle_protocol, logging_level, input_table, group_table, output_table, input_folder, output_folder, groups)#