seabirdfilehandler.processing_steps module

- class seabirdfilehandler.processing_steps.CnvProcessingSteps(raw_processing_info)[source]
Bases:
UserList
A python representation of the individual processing steps conducted in the process of a cnv file creation. These modules are stored in a dictionary structure, together with all the variables/metadata/etc. given in the header of a cnv file.
- get_step(step)[source]
- Parameters:
module (str :)
- Return type:
ProcessingStep
|None