Loading README.md +9 −1 Original line number Original line Diff line number Diff line Loading @@ -15,15 +15,23 @@ ``` ``` python ./measurement_pipeline/run_csst_msc_instrument.py /path/to/config_detrending.yaml python ./measurement_pipeline/run_csst_msc_instrument.py /path/to/config_detrending.yaml ``` ``` ### Run Source Injection ### Run Source Injection * Inject souces onto the L1 (detrended) * Inject souces onto the L1 (detrended) * modify the corresponding ```config_injection.yaml``` file to configure all running options * modify the corresponding ```config_injection.yaml``` file to configure all running options ``` ``` python ./injection_pipeline/injection_pipeline.py /path/to/config_injection.yaml python ./injection_pipeline/injection_pipeline.py /path/to/config_injection.yaml ``` ``` ### Run L1 Detection & Photometry pipeline ### Run L1 Detection & Photometry pipeline * Re-detect and redo the photometry measurements on the injected images * Re-detect and redo the photometry measurements on the injected images * modify the corresponding ```config_photometry.yaml``` file to configure all running options * 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 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 Loading
README.md +9 −1 Original line number Original line Diff line number Diff line Loading @@ -15,15 +15,23 @@ ``` ``` python ./measurement_pipeline/run_csst_msc_instrument.py /path/to/config_detrending.yaml python ./measurement_pipeline/run_csst_msc_instrument.py /path/to/config_detrending.yaml ``` ``` ### Run Source Injection ### Run Source Injection * Inject souces onto the L1 (detrended) * Inject souces onto the L1 (detrended) * modify the corresponding ```config_injection.yaml``` file to configure all running options * modify the corresponding ```config_injection.yaml``` file to configure all running options ``` ``` python ./injection_pipeline/injection_pipeline.py /path/to/config_injection.yaml python ./injection_pipeline/injection_pipeline.py /path/to/config_injection.yaml ``` ``` ### Run L1 Detection & Photometry pipeline ### Run L1 Detection & Photometry pipeline * Re-detect and redo the photometry measurements on the injected images * Re-detect and redo the photometry measurements on the injected images * modify the corresponding ```config_photometry.yaml``` file to configure all running options * 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 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