From 381bbf744330ecf61b51fef302f050ef8954ce23 Mon Sep 17 00:00:00 2001 From: BO ZHANG Date: Thu, 27 Oct 2022 20:54:54 +0800 Subject: [PATCH] tweaks --- csst_common/data_manager.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/csst_common/data_manager.py b/csst_common/data_manager.py index 322ec75..e185b8c 100644 --- a/csst_common/data_manager.py +++ b/csst_common/data_manager.py @@ -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 @@ -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 -------- @@ -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 -- GitLab