From 346395c56cd9997d8ee8b9a97207a5e9f39d4302 Mon Sep 17 00:00:00 2001 From: yan Date: Mon, 28 Oct 2024 10:41:36 +0800 Subject: [PATCH] update --- csst_ifs_sim/csst_ifs_sim.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/csst_ifs_sim/csst_ifs_sim.py b/csst_ifs_sim/csst_ifs_sim.py index 049be2f..285354b 100644 --- a/csst_ifs_sim/csst_ifs_sim.py +++ b/csst_ifs_sim/csst_ifs_sim.py @@ -2508,8 +2508,8 @@ class IFSsimulator(): # ############################################################################# - - +# +# def applyPoissonNoise(self): """ @@ -3320,8 +3320,8 @@ class IFSsimulator(): # self.log.info( # 'Applied telescope rotation with angle (in degree)= %f.', angle) ############################################################################### - - +# +# def CCDreadout(self): """ Returns @@ -5347,7 +5347,7 @@ class IFSsimulator(): # fits.writeto('subimage.fits',subimage.array,overwrite=True) - ######################## get photons from sub-image ##################### + # #### get photons from sub-image ##################### subimage.scale = self.pixelscale subimage.setOrigin(0, 0) @@ -5377,8 +5377,8 @@ class IFSsimulator(): # sensor = galsim.Sensor() # sensor.accumulate(rotphotons, sliceimage) - ######################### finish testing ####################################################### - ####################################################################################################### + # ######### finish testing ############################# + ############################################################## ##################################### # find photons for blue channel, and make the flux multiple the optical and CCD efficiency -- GitLab