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_proto
Commits
68e34c34
Commit
68e34c34
authored
Sep 05, 2023
by
BO ZHANG
🏀
Browse files
change to C8
parent
b4939d49
Pipeline
#1193
failed with stage
in 0 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docs/source/c
7
_changes.rst
→
docs/source/c
8
_changes.rst
View file @
68e34c34
...
...
@@ -2,6 +2,8 @@ C7主巡天流水线接口
================
Change list
- 仓库名修改:
- ``csst_ms*`` 修改为 ``csst_msc_*``, 注意修改文件夹路径和 ``setup.py`` 中的名称
- 接口文件修改:
``top_level_interface.py`` 文件改名为 ``api.py`` , 这个文件中用于导入每个 python package 与流水线的接口函数
- 接口名称修改:
...
...
@@ -13,7 +15,7 @@ Change list
- 额外输出 (一般不需要,除非有其他额外输出)
- 程序中禁止使用当前文件夹 ``.`` 或 ``./``,所有路径应使用绝对路径
- 接口定义修改:
样例代码如下
``csst_msc_mbi_distortion``
样例代码如下
.. code-block:: python
...
...
@@ -30,3 +32,41 @@ Change list
)
return result
主巡天模块-接口列表
----------------------
.. code-block:: python
# csst-l1/mbi/csst_msc_mbi_instrument
def base_instcorr(input_file, img_file, wht_file, flg_file)
# csst-l1/mbi/csst_msc_mbi_distortion
def base_distortion(input_file, img_file, wht_file, flg_file)
# csst-l1/mbi/csst_msc_mbi_position
def base_position_single(input_file, img_file, wht_file, flg_file)
def base_position_single(input_file, img_file, wht_file, flg_file)
# csst-l1/mbi/csst_msc_mbi_flux
def base_flux(input_file, img_file, wht_file, flg_file)
# csst-l1/mbi/csst_msc_mbi_photometry
def base_phot(input_file, img_file, wht_file, flg_file)
# csst-l1/sls/csst_msc_sls_instrument
def base_instcorr(input_file, output_file)
# csst-l1/sls/csst_msc_sls_position
def base_position(input_file, output_file)
# csst-l1/sls/csst_msc_sls_mosaic base_mosaic
def base_instcorr(input_file, img_file, wht_file, flg_file)
# csst-l1/sls/csst_msc_sls_directimage base_dimg
def base_instcorr(input_file, img_file, wht_file, flg_file)
# csst-l1/sls/csst_msc_sls_sky base_skybkg
def base_instcorr(input_file, img_file, wht_file, flg_file)
# csst-l1/sls/csst_msc_sls_objextraction base_objext
def base_instcorr(input_file, img_file, wht_file, flg_file)
# csst-l1/sls/csst_msc_sls_axe base_axe
def base_instcorr(input_file, img_file, wht_file, flg_file)
# csst-l1/sls/csst_msc_sls_cde base_cde
def base_instcorr(input_file, img_file, wht_file, flg_file)
# csst-l1/qc/csst_msc_qc0 base_qc0
def base_instcorr(input_file, img_file, wht_file, flg_file)
# csst-l1/qc/csst_msc_sls_qc1 base_qc1
def base_instcorr(input_file, img_file, wht_file, flg_file)
docs/source/index.rst
View file @
68e34c34
...
...
@@ -60,9 +60,9 @@ The guide for LSST developers
.. toctree::
:hidden:
:maxdepth: 2
:caption: C
7
TASKS
:caption: C
8
TASKS
c
7
_changes.rst
c
8
_changes.rst
.. toctree::
...
...
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