Commit b5906fa8 authored by Yi Hu's avatar Yi Hu
Browse files

要提交的变更:

	修改:     README.md
parent c3f3780f
# CSST-COMMOM-CRMASK - Introduction
**CRMask** is a module for detecting cosmic rays on the CSST images using state-of-art models. It should be also applied for images from other telescopes, as long as the images have the same data structure as that of CSST.
**CRMask** is a module for detecting cosmic rays on the CSST images using state-of-art algorithms. It should be also applicable for images from other telescopes, as long as the images have the same data structure as that of CSST.
# Python package dependencies
......@@ -51,6 +51,8 @@ where **your\_file.fits** is the filename of the image which you want to do cosm
* The default training model of deepCR are obtained from HST/ACS data by Zhang and Bloom (2020). If you would like to use the native model rather than the model **CSST\_2021-12-30\_CCD23\_epoch20.pth** obtained from CSST simulated data by **Hu Yi**, you must also change the **hidden** parameters in the configuration file **crmask.ini** to 32.
* **CSST\_2021-12-30\_CCD23\_epoch20.pth** model is **_ONLY_** suitable for CSST-MSC simulated images. You need to train your own models for CSST-MSC simulated slitless spretra or images/spectra from other telescopes.
* The input images must be **bias-substracted** (either by bias reference fram or overscan region) no matter which algorithm selected, otherwise you will get very inefficient detection rate thus wrong results. Flat-field corrected images are preferable, but not necessary.
<!--
If you would like use the native training model of deepCR, which are obtained from HST/ACS
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment