Commit 68e34c34 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

change to C8

parent b4939d49
Loading
Loading
Loading
Loading
Loading
+72 −0
Original line number Diff line number Diff line
@@ -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)
+2 −2
Original line number Diff line number Diff line
@@ -60,9 +60,9 @@ The guide for LSST developers
.. toctree::
   :hidden:
   :maxdepth: 2
   :caption: C7 TASKS
   :caption: C8 TASKS

   c7_changes.rst
   c8_changes.rst


.. toctree::