Commit 381bbf74 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

tweaks

parent 20ba1d41
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment