Commit 5282ecd0 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

minor update

parent f98b9bba
Pipeline #46 passed with stages
in 7 seconds
......@@ -4,10 +4,13 @@
CSST L1 pipeline prototype.
## homepage
*Gitlab*: [https://csst-tb.bao.ac.cn/code/csst-l1/csst_proto](https://csst-tb.bao.ac.cn/code/csst-l1/csst_proto)
This code is available on *CSST GitLab*:
## install
[https://csst-tb.bao.ac.cn/code/csst-l1/csst_proto](https://csst-tb.bao.ac.cn/code/csst-l1/csst_proto).
## installation
`csst_proto` can be installed with the following shell command
......@@ -34,11 +37,11 @@ from csst_proto.top_level_interface import flip_image, read_test_image
from astropy.io import fits
# read an L0 image
img = fits.getdata("CSST_L0_img.fits")
img = fits.getdata("CSST_MS_SCI_06_L0_img.fits")
# flip the image
img_flipped = flip_image(img=img)
```
## algorithm
## algorithm description
The `csst_proto` uses an awesome algorithm based on `numpy.ndarray` indices to flip images.
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