Commit 4e9178ec authored by Yan Zhaojun's avatar Yan Zhaojun
Browse files

debug

parent 166b2769
...@@ -1200,7 +1200,7 @@ class MCIsimulator(): ...@@ -1200,7 +1200,7 @@ class MCIsimulator():
rdose=8.0e9, rdose=8.0e9,
ghostCutoff=22.0, ghostCutoff=22.0,
ghostRatio=5.e-5, ghostRatio=5.e-5,
coveringfraction=0.1, #CR: coveringfraction=0.05, #CR:
# cosmicraylengths =self.information['dir_path']+'MCI_inputData/data/cdf_cr_length.dat', # cosmicraylengths =self.information['dir_path']+'MCI_inputData/data/cdf_cr_length.dat',
# cosmicraydistance=self.information['dir_path']+'MCI_inputData/data/cdf_cr_total.dat', # cosmicraydistance=self.information['dir_path']+'MCI_inputData/data/cdf_cr_total.dat',
# parallelTrapfile =self.information['dir_path']+'MCI_inputData/data/cdm_euclid_parallel.dat', # parallelTrapfile =self.information['dir_path']+'MCI_inputData/data/cdm_euclid_parallel.dat',
...@@ -5498,7 +5498,7 @@ class MCIsimulator(): ...@@ -5498,7 +5498,7 @@ class MCIsimulator():
################################################################# #################################################################
if self.source in sourcelist: if self.source in sourcelist:
if self.radiationDamage: if self.radiationDamage:
# if self.debug == False:
self.applyRadiationDamage() self.applyRadiationDamage()
print('applyRadiationDamage()') print('applyRadiationDamage()')
###################################################################### ######################################################################
......
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