Loading csst_common/pipeline.py +1 −1 Original line number Diff line number Diff line Loading @@ -237,7 +237,7 @@ class Pipeline: self.copy(self.abspath(file_path), local_file_path) return local_file_path def copy_ccds_refs(self, refs: dict, dir_dst: str = None) -> dict: def download_ccds_refs(self, refs: dict, dir_dst: str = None) -> dict: """Copy raw file from CCDS to output directory.""" if dir_dst is None: dir_dst = self.dir_output Loading Loading
csst_common/pipeline.py +1 −1 Original line number Diff line number Diff line Loading @@ -237,7 +237,7 @@ class Pipeline: self.copy(self.abspath(file_path), local_file_path) return local_file_path def copy_ccds_refs(self, refs: dict, dir_dst: str = None) -> dict: def download_ccds_refs(self, refs: dict, dir_dst: str = None) -> dict: """Copy raw file from CCDS to output directory.""" if dir_dst is None: dir_dst = self.dir_output Loading