Commit 00950c15 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

add dir_temp

parent d3678fb3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -63,6 +63,7 @@ class Pipeline:
        self,
        dir_input: str = "/pipeline/input",
        dir_output: str = "/pipeline/output",
        dir_temp: str = "/pipeline/temp",
        dir_aux: str = "/pipeline/aux",
        dfs_root: str = "/dfs_root",
        ccds_root: str = "/ccds_root",
@@ -84,6 +85,7 @@ class Pipeline:
        # set directory information
        self.dir_input = dir_input
        self.dir_output = dir_output
        self.dir_temp = dir_temp
        self.dir_aux = dir_aux
        self.dfs_root = dfs_root
        self.ccds_root = ccds_root