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
5282ecd0
Commit
5282ecd0
authored
Aug 23, 2022
by
BO ZHANG
🏀
Browse files
minor update
parent
f98b9bba
Pipeline
#46
passed with stages
in 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
5282ecd0
...
...
@@ -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.
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