Loading csst_common/pipeline.py +2 −2 Original line number Diff line number Diff line Loading @@ -105,10 +105,10 @@ class Pipeline: # Reset warning filters warnings.resetwarnings() def init_file(self, file_path): def file(self, file_path): return File(file_path, new_dir=self.dir_output) def new_file(self, file_name="test.fits"): def new(self, file_name="test.fits"): return os.path.join(self.dir_output, file_name) Loading Loading
csst_common/pipeline.py +2 −2 Original line number Diff line number Diff line Loading @@ -105,10 +105,10 @@ class Pipeline: # Reset warning filters warnings.resetwarnings() def init_file(self, file_path): def file(self, file_path): return File(file_path, new_dir=self.dir_output) def new_file(self, file_name="test.fits"): def new(self, file_name="test.fits"): return os.path.join(self.dir_output, file_name) Loading