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
9464bcbc
Commit
9464bcbc
authored
Sep 02, 2022
by
BO ZHANG
🏀
Browse files
tweaks
parent
01f2fe94
Pipeline
#97
passed with stages
in 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
9464bcbc
...
...
@@ -127,8 +127,10 @@ git pull origin main
| module name | stage 1
<br>
(source code) | stage 2
<br>
(packaging) | stage 3
<br>
(instruction) | stage 4
<br>
(unit tests) | stage 5
<br>
(gitlab pipeline) | stage 6
<br>
(sphinx doc) |
|-----------------------------|--------------------------|------------------------|--------------------------|-------------------------|------------------------------|-------------------------|
|
`csst_proto`
| √ | √ | √ | √ | √ | √ |
|
`csst_common`
| √ | √ | √ | | | |
|
`csst_l1`
| √ | √ | √ | | | |
|
`csst_ms_mbi_instrument`
| √ | √ | | | | |
|
`csst_ms_mbi_distortion`
| √ | √ |
√
| | | |
|
`csst_ms_mbi_distortion`
| √ | √ |
| | | |
|
`csst_ms_mbi_position`
| √ | √ | | | | |
|
`csst_ms_mbi_flux`
| √ | √ | | | | |
|
`csst_ms_mbi_photometry`
| √ | √ | | | | |
...
...
@@ -205,5 +207,7 @@ for detector in dm.target_detectors:
print
(
dm
.
l0_log
(
detector
=
detector
))
print
(
os
.
path
.
exists
(
dm
.
l0_log
(
detector
=
detector
)))
print
(
"----- L1 images -----"
)
print
(
dm
.
l1_ccd
(
detector
,
post
=
"img.fits"
))
```
\ No newline at end of file
print
(
dm
.
l1_detector
(
detector
,
post
=
"img.fits"
))
print
(
"----- L1 file -----"
)
print
(
dm
.
l1_file
(
"flipped_image.fits"
))
```
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