liger_iris_pipeline.parse_subarray_map.parse_subarray_map_step
Functions
|
Classes
|
- class liger_iris_pipeline.parse_subarray_map.parse_subarray_map_step.ParseSubarrayMapStep(config_file: str | None = None, **kwargs)[source]
Bases:
LigerIRISStep
- process(input)[source]
This is where real work happens. Every Step subclass has to override this method. The default behaviour is to raise a NotImplementedError exception. The signature must be process(self, input : str | LigerIRISDataModel | LigerIRISAssociation).