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
b90c65e5
Commit
b90c65e5
authored
Sep 05, 2023
by
BO ZHANG
🏀
Browse files
change doc to docs
parent
79a21dd4
Pipeline
#1190
failed with stage
in 0 seconds
Changes
38
Pipelines
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
b90c65e5
...
...
@@ -41,7 +41,7 @@ sh -c "$(curl -fsSL https://csst-tb.bao.ac.cn/code/csst-l1/csst_proto/-/raw/main
A simple example on how to use this package:
```
python
from
csst_proto.
top_level_interface
import
flip_image
from
csst_proto.
api
import
flip_image
from
astropy.io
import
fits
# read an L0 image
...
...
csst_proto/
top_level_interface
.py
→
csst_proto/
api
.py
View file @
b90c65e5
File moved
doc/source/api_changes.rst
deleted
100644 → 0
View file @
79a21dd4
C7主巡天流水线接口
================
Change list
- ``top_level_interface.py`` 文件改名为``api.py``, 这个文件中用于导入每个python package与流水线的接口函数
- 接口定义更新, 每个开发模块需要把接口函数命名为``base_``开头的函数,例如``base_phot``
Example
.. code-block:: python
def base_distortion(input_file, output_file, )
doc/source/vcs/create_merge_request.png
deleted
100644 → 0
View file @
79a21dd4
294 KB
doc/source/vcs/merge_approve.png
deleted
100644 → 0
View file @
79a21dd4
309 KB
doc/source/vcs/merge_request.png
deleted
100644 → 0
View file @
79a21dd4
30.2 KB
doc/source/vcs/merged.png
deleted
100644 → 0
View file @
79a21dd4
439 KB
doc/source/vcs/pushed_to_dev.png
deleted
100644 → 0
View file @
79a21dd4
27.1 KB
doc/Makefile
→
doc
s
/Makefile
View file @
b90c65e5
File moved
doc/apidoc.sh
→
doc
s
/apidoc.sh
View file @
b90c65e5
File moved
doc/latexpdf.sh
→
doc
s
/latexpdf.sh
View file @
b90c65e5
File moved
doc/make.bat
→
doc
s
/make.bat
View file @
b90c65e5
File moved
doc/preview.sh
→
doc
s
/preview.sh
View file @
b90c65e5
File moved
doc/requirements.txt
→
doc
s
/requirements.txt
View file @
b90c65e5
File moved
doc/source/_static/custom.css
→
doc
s
/source/_static/custom.css
View file @
b90c65e5
File moved
doc/source/_static/logo-wordmark-light.svg
→
doc
s
/source/_static/logo-wordmark-light.svg
View file @
b90c65e5
File moved
doc/source/api/csst_proto.rst
→
doc
s
/source/api/csst_proto.rst
View file @
b90c65e5
File moved
docs/source/c7_changes.rst
0 → 100644
View file @
b90c65e5
C7主巡天流水线接口
================
Change list
- 接口文件修改:
``top_level_interface.py`` 文件改名为 ``api.py`` , 这个文件中用于导入每个 python package 与流水线的接口函数
- 接口名称修改:
每个开发模块需要把接口函数命名为 ``base_`` 开头的函数,例如 ``base_phot``
- 接口定义修改:
样例代码如下
.. code-block:: python
def base_distortion(input_file, output_file, rc="./gaia_dr3.fits") -> :
return
doc/source/ch01_team.rst
→
doc
s
/source/ch01_team.rst
View file @
b90c65e5
File moved
doc/source/ch02_vcs.rst
→
doc
s
/source/ch02_vcs.rst
View file @
b90c65e5
File moved
Prev
1
2
Next
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