Commit 9464bcbc authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

tweaks

parent 01f2fe94
Pipeline #97 passed with stages
in 8 seconds
...@@ -127,8 +127,10 @@ git pull origin main ...@@ -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) | | 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_proto` | √ | √ | √ | √ | √ | √ |
| `csst_common` | √ | √ | √ | | | |
| `csst_l1` | √ | √ | √ | | | |
| `csst_ms_mbi_instrument` | √ | √ | | | | | | `csst_ms_mbi_instrument` | √ | √ | | | | |
| `csst_ms_mbi_distortion` | √ | √ | | | | | | `csst_ms_mbi_distortion` | √ | √ | | | | |
| `csst_ms_mbi_position` | √ | √ | | | | | | `csst_ms_mbi_position` | √ | √ | | | | |
| `csst_ms_mbi_flux` | √ | √ | | | | | | `csst_ms_mbi_flux` | √ | √ | | | | |
| `csst_ms_mbi_photometry` | √ | √ | | | | | | `csst_ms_mbi_photometry` | √ | √ | | | | |
...@@ -205,5 +207,7 @@ for detector in dm.target_detectors: ...@@ -205,5 +207,7 @@ for detector in dm.target_detectors:
print(dm.l0_log(detector=detector)) print(dm.l0_log(detector=detector))
print(os.path.exists(dm.l0_log(detector=detector))) print(os.path.exists(dm.l0_log(detector=detector)))
print("----- L1 images -----") print("----- L1 images -----")
print(dm.l1_ccd(detector, post="img.fits")) print(dm.l1_detector(detector, post="img.fits"))
print("----- L1 file -----")
print(dm.l1_file("flipped_image.fits"))
``` ```
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