Loading csst_common/data_manager.py +8 −0 Original line number Diff line number Diff line Loading @@ -1138,6 +1138,14 @@ class CsstMsFile(dict): header=header ) def move_to(self, dir_in="./input", dir_out="./output"): return CsstMsFile( filepath=os.path.join(dir_in, os.path.basename(self.filepath)), ver_sim=self.ver_sim, dir_out=dir_out, **self.kwargs ) def to_dict(self): return dict( filepath=self.filepath, Loading Loading
csst_common/data_manager.py +8 −0 Original line number Diff line number Diff line Loading @@ -1138,6 +1138,14 @@ class CsstMsFile(dict): header=header ) def move_to(self, dir_in="./input", dir_out="./output"): return CsstMsFile( filepath=os.path.join(dir_in, os.path.basename(self.filepath)), ver_sim=self.ver_sim, dir_out=dir_out, **self.kwargs ) def to_dict(self): return dict( filepath=self.filepath, Loading