Loading csst_common/data_manager.py +2 −4 Original line number Diff line number Diff line Loading @@ -64,6 +64,8 @@ class CsstMsDataManager: The L1 directory. path_aux : str The aux data directory (bias, flat, dark). dfs_mode : bool DFS mode. If True, ``CsstMsDataManager`` will use DFS. _exp_id : int The exposure ID. _exp_start : int Loading @@ -80,8 +82,6 @@ class CsstMsDataManager: The image type signature for science images. Defualts to ``SCI`` for C5.2 simulation. _l0_post : str The postfix. Defaults to ``L0_1`` for C5.2 simulation. dfs_mode : bool DFS mode. If True, ``CsstMsDataManager`` will use DFS. Examples -------- Loading @@ -90,8 +90,6 @@ class CsstMsDataManager: >>> dm_mbi.dir_l0 >>> # access L1 directory >>> dm_mbi.dir_l1 >>> # access dir_pcref >>> dm_mbi.dir_pcref >>> # access path_aux >>> dm_mbi.path_aux >>> # access ver_sim Loading Loading
csst_common/data_manager.py +2 −4 Original line number Diff line number Diff line Loading @@ -64,6 +64,8 @@ class CsstMsDataManager: The L1 directory. path_aux : str The aux data directory (bias, flat, dark). dfs_mode : bool DFS mode. If True, ``CsstMsDataManager`` will use DFS. _exp_id : int The exposure ID. _exp_start : int Loading @@ -80,8 +82,6 @@ class CsstMsDataManager: The image type signature for science images. Defualts to ``SCI`` for C5.2 simulation. _l0_post : str The postfix. Defaults to ``L0_1`` for C5.2 simulation. dfs_mode : bool DFS mode. If True, ``CsstMsDataManager`` will use DFS. Examples -------- Loading @@ -90,8 +90,6 @@ class CsstMsDataManager: >>> dm_mbi.dir_l0 >>> # access L1 directory >>> dm_mbi.dir_l1 >>> # access dir_pcref >>> dm_mbi.dir_pcref >>> # access path_aux >>> dm_mbi.path_aux >>> # access ver_sim Loading