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
Fang Yuedong
injection_pipeline
Commits
490066dc
Commit
490066dc
authored
Oct 23, 2024
by
Fang Yuedong
Browse files
add evaluation section to readme
parent
3f5cf9fc
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
490066dc
...
...
@@ -15,15 +15,23 @@
```
python ./measurement_pipeline/run_csst_msc_instrument.py /path/to/config_detrending.yaml
```
### Run Source Injection
* Inject souces onto the L1 (detrended)
* modify the corresponding ```config_injection.yaml``` file to configure all running options
```
python ./injection_pipeline/injection_pipeline.py /path/to/config_injection.yaml
```
### Run L1 Detection & Photometry pipeline
* Re-detect and redo the photometry measurements on the injected images
* modify the corresponding ```config_photometry.yaml``` file to configure all running options
```
python ./measurement_pipeline/run_csst_msc_mbi_photometry.py /path/to/config_photometry.yaml
```
### Evaluation
* ```evaluation```package provided tools and example notebooks for evaluating:
* Injected objects
* Detection completeness
* Photometric accuracy
\ No newline at end of file
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