Create or update the `csst-injection` Conda environment, install SExtractor,
PSFEx, and this package with:
```
source install.sh
./install.sh
```
The native tools are installed from conda-forge as
`astromatic-source-extractor` and `astromatic-psfex`. To update the environment
without reinstalling the editable project manually, rerun the same command.
The installer also migrates environments created by older versions from
`cfitsio=3.*` to the compatible `cfitsio=4.6.4` release.
## Usage
### Run L1 Detrending pipeline (optional)
* If the L1 images are not available, we need first to run the CSST detrending pipeline on the raw images to get the L1 calibrated products. Otherwise this step can be ignored.
@@ -34,6 +44,10 @@
* Detect and do photometry measurements on the L1 calibrated images
* Re-detect and redo photometry measurements on the injected images
* modify the corresponding ```config_photometry.yaml``` file to configure all running options
* Injected multi-extension L1 products are consumed directly from their
`IMAGE`, `IVAR`, and `FLAG` extensions.
* Use `input_image_list` for flat injection outputs, or the pointing and
chip settings for products stored below pointing directories.