From bd72dad4516978afad6c8b1ae7c19246780d4fab Mon Sep 17 00:00:00 2001 From: yan Date: Mon, 20 Jan 2025 16:39:41 +0800 Subject: [PATCH] update --- csst_mci_sim/mci_data/mci_C10.config | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/csst_mci_sim/mci_data/mci_C10.config b/csst_mci_sim/mci_data/mci_C10.config index dc184ac..807d905 100755 --- a/csst_mci_sim/mci_data/mci_C10.config +++ b/csst_mci_sim/mci_data/mci_C10.config @@ -1,11 +1,12 @@ [TEST] -starcat=NGC7789_gaia_ps1.fits +starcat=selection_MACSJ0744.9 3927_20230517_concat.csv ver=C10 #size of the output image array, xsize is column, ysize is row, xsize = 9216,ysize = 9232 xsize =9216 +#9216 ysize =9232 ##overscanx = column, overscany =row @@ -13,20 +14,27 @@ prescan = 27 overscan = 320 #charge trap information file + parallelTrapfile=MCI_inputData/data/cdm_euclid_parallel.dat + serialTrapfile=MCI_inputData/data/cdm_euclid_serial.dat #cosmetic defects input file cosmeticsFile_g =MCI_inputData/data/Cosmetics_g.txt + cosmeticsFile_r =MCI_inputData/data/Cosmetics_r.txt + cosmeticsFile_i =MCI_inputData/data/Cosmetics_i.txt ###comicray information file + cosmicraylengths=MCI_inputData/data/cdf_cr_length.dat + cosmicraydistance=MCI_inputData/data/cdf_cr_total.dat + ################################################## #### #### ####Control flags (can be yes/no, true/false) #### @@ -37,7 +45,7 @@ darknoise = yes cosmetics = yes -radiationDamage= yes +radiationDamage= no bleeding = yes @@ -61,7 +69,7 @@ flatfieldM = yes PRNUeffect = yes -appFatt = no +appFatt = yes sky_shift_rot = yes @@ -73,20 +81,20 @@ sim_galaxy = yes save_starpsf = no -save_cosmicrays = no +save_cosmicrays = yes lensing = yes ############################################## ############################################## #CCD properties -fullwellcapacity = 100000 +fullwellcapacity = 105000 #dark noise in electrons per second dark = 0.001 #exposure to simulate, exposure time -exptime = 100.0 +exptime = 50.0 ###PNRU matrix sigma flatsigma=0.001 @@ -94,16 +102,22 @@ flatsigma=0.001 ### cosmicray coveringFraction coveringFraction=0.1 + #offset from the object, note that at the moment this is fixed, but in reality a focal plane position dependent. ghostOffsetX = 100 ghostOffsetY = 100 ghostRatio = 1e-04 + + ####treering effect,bright fatter effect and difusion effect treering=0.1 + fatter=1.0 + difusion=0.1 + ### the choosen Filters in three CCDs filter_g=u filter_r=F555W -- GitLab