pypif.obj.common.process_step module¶
-
class
pypif.obj.common.process_step.ProcessStep(name=None, details=None, instruments=None, software=None, tags=None, **kwargs)¶ Bases:
pypif.obj.common.pio.PioInformation about a single step in a processing pipeline.
-
__init__(name=None, details=None, instruments=None, software=None, tags=None, **kwargs)¶ Constructor.
Parameters: - name – String with the name of the process step.
- details – List of dictionaries or
Valueobjects with the details of the step. - instruments – List of dictionaries or
Instrumentobjects. - software – List of dictionaries or
Softwareobjects. - tags – List of strings or numbers that are tags for this object.
- kwargs – Dictionary of fields that are not supported.
-
details¶
-
instruments¶
-
name¶
-
software¶
-