Loading README.md +7 −3 Original line number Diff line number Diff line Loading @@ -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` | √ | √ | | | | | Loading Loading @@ -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")) print(dm.l1_detector(detector, post="img.fits")) print("----- L1 file -----") print(dm.l1_file("flipped_image.fits")) ``` Loading
README.md +7 −3 Original line number Diff line number Diff line Loading @@ -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` | √ | √ | | | | | Loading Loading @@ -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")) print(dm.l1_detector(detector, post="img.fits")) print("----- L1 file -----") print(dm.l1_file("flipped_image.fits")) ```