Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-pipeline
csst_common
Commits
4bfc0fd9
Commit
4bfc0fd9
authored
Oct 26, 2022
by
BO ZHANG
🏀
Browse files
fixed numpydoc
parent
500a78ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
csst_common/data_manager.py
View file @
4bfc0fd9
...
...
@@ -43,20 +43,40 @@ class CsstMsDataManager:
Parameters
----------
ver_sim : str
The version of simulation data, see csst_common.params.CP .
The version of simulation data, see ``csst_common.params.CP``.
datatype : str
The options are {"mbi", "sls", "all"}.
The "all" option is used for QC in particular.
Note that in this case methods like ``get_bias`` are unavailable.
available_detectors : list
The list of available detector serial numbers of available images.
target_detectors : list
The list of target detector serial numbers of available images.
dir_l0 : str
The L0 directory.
dir_l1 : str
The L1 directory.
path_aux : str
The aux data directory (bias, flat, dark).
dir_pcref : str
The position calibration reference data directory.
Will be removed in the next version.
path_aux : str
The aux data directory (bias, flat, dark).
datatype : str
The options are {"mbi", "sls", "all"}.
The "all" option is used for QC in particular.
Note that in this case methods like ``get_bias`` are unavailable.
_exp_id : int
The exposure ID.
_exp_start : int
The exposure start time in ``yyyymmddhhmmss`` format.
_exp_stop : int
The exposure start time in ``yyyymmddhhmmss`` format.
_telescope : str
The telescope name. Defaults to ``CSST`` for C5.2 simulation.
_instrument : str
The instrument name. Defaults to ``MSC`` for C5.2 simulation.
_survey : str
The survey name. Defaults to ``MS`` for C5.2 simulation.
_imagetype : str
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.
Examples
--------
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment