From 39244e0bfd21ace725c5d3c2f7f383a2ebd35f18 Mon Sep 17 00:00:00 2001 From: Yi Hu Date: Thu, 5 May 2022 00:33:20 +0800 Subject: [PATCH] =?UTF-8?q?=20=E8=A6=81=E6=8F=90=E4=BA=A4=E7=9A=84?= =?UTF-8?q?=E5=8F=98=E6=9B=B4=EF=BC=9A=20=09=E4=BF=AE=E6=94=B9=EF=BC=9A=20?= =?UTF-8?q?=20=20=20=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 867df08..6f65699 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # 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. # Python package dependencies ------------------------------ +--- The following python packages are needed to **CRMask**: * astropy == 4.x (>= 5.0 will be tested in the future) @@ -22,7 +22,7 @@ sudo apt install python3-numpy python3-scipy python3-matplotlib python3-astropy sudo python3 -m pip install pytorch deepCR ``` # Usage -------- +--- Download crmask.py and crmask.ini, put them in the same directory. @@ -44,7 +44,7 @@ where **your\_file.fits** is the filename of the image which you want to do cosm --> # Warning ---------- +--- * 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. @@ -54,6 +54,6 @@ If you would like use the native training model of deepCR, which are obtained fr 如果使用deepCR自带用HST/ACS数据训练得到的模型,在配置文件中,要将hidden这个配置参数改为32。--> # Bugs ------- +--- Please contact **_HU Yi_** (huyi.naoc@gmail.com) to report bugs. -- GitLab