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

tweaks

parent 20ba1d41
...@@ -64,6 +64,8 @@ class CsstMsDataManager: ...@@ -64,6 +64,8 @@ class CsstMsDataManager:
The L1 directory. The L1 directory.
path_aux : str path_aux : str
The aux data directory (bias, flat, dark). The aux data directory (bias, flat, dark).
dfs_mode : bool
DFS mode. If True, ``CsstMsDataManager`` will use DFS.
_exp_id : int _exp_id : int
The exposure ID. The exposure ID.
_exp_start : int _exp_start : int
...@@ -80,8 +82,6 @@ class CsstMsDataManager: ...@@ -80,8 +82,6 @@ class CsstMsDataManager:
The image type signature for science images. Defualts to ``SCI`` for C5.2 simulation. The image type signature for science images. Defualts to ``SCI`` for C5.2 simulation.
_l0_post : str _l0_post : str
The postfix. Defaults to ``L0_1`` for C5.2 simulation. The postfix. Defaults to ``L0_1`` for C5.2 simulation.
dfs_mode : bool
DFS mode. If True, ``CsstMsDataManager`` will use DFS.
Examples Examples
-------- --------
...@@ -90,8 +90,6 @@ class CsstMsDataManager: ...@@ -90,8 +90,6 @@ class CsstMsDataManager:
>>> dm_mbi.dir_l0 >>> dm_mbi.dir_l0
>>> # access L1 directory >>> # access L1 directory
>>> dm_mbi.dir_l1 >>> dm_mbi.dir_l1
>>> # access dir_pcref
>>> dm_mbi.dir_pcref
>>> # access path_aux >>> # access path_aux
>>> dm_mbi.path_aux >>> dm_mbi.path_aux
>>> # access ver_sim >>> # 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