Loading csst_common/pipeline.py +2 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ from .logger import get_logger class Pipeline: def __init__( self, name="", dir_in="/pipeline/input", dir_out="/pipeline/output", dir_aux="/pipeline/aux", Loading @@ -27,6 +28,7 @@ class Pipeline: dfs=True, crds=False, ): self.name = name self.dir_in = dir_in self.dir_out = dir_out self.dir_aux = dir_aux Loading Loading
csst_common/pipeline.py +2 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ from .logger import get_logger class Pipeline: def __init__( self, name="", dir_in="/pipeline/input", dir_out="/pipeline/output", dir_aux="/pipeline/aux", Loading @@ -27,6 +28,7 @@ class Pipeline: dfs=True, crds=False, ): self.name = name self.dir_in = dir_in self.dir_out = dir_out self.dir_aux = dir_aux Loading