autowisp.database.data_model.processing_sequence module

Class Inheritance Diagram

Inheritance diagram of Column, DataModelBase, ForeignKey, Integer, ProcessingSequence

Define the class that sets the processing order of step/image type.

class autowisp.database.data_model.processing_sequence.ProcessingSequence(**kwargs)[source]

Bases: DataModelBase

Inheritance diagram of autowisp.database.data_model.processing_sequence.ProcessingSequence

The sequence of steps/image type to be processed by the pipeline.

id

A unique identifier for each row.

image_type
image_type_id

The image type to be processed by the step.

step
step_id

The step to be executed.

timestamp

When record was last changed