From 490066dc8f8d4cb7404a7fd8ba915238a8acd40c Mon Sep 17 00:00:00 2001 From: fangyuedong Date: Wed, 23 Oct 2024 09:19:59 +0800 Subject: [PATCH] add evaluation section to readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 40e5ac1..67f1ea2 100644 --- a/README.md +++ b/README.md @@ -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 -``` \ No newline at end of file +``` + +### Evaluation +* ```evaluation```package provided tools and example notebooks for evaluating: + * Injected objects + * Detection completeness + * Photometric accuracy \ No newline at end of file -- GitLab