Commit 5267b7f6 authored by Yan Zhaojun's avatar Yan Zhaojun
Browse files

debug

parent 9bdf6336
Pipeline #4189 failed with stage
in 0 seconds
......@@ -358,8 +358,8 @@ class cosmicrays():
area_cr = np.count_nonzero(self.cosmicrayMap)
covering = 100.*area_cr / (self.xsize*self.ysize)
text = 'The cosmic ray covering factor is %i pixels i.e. %.3f per cent' % (area_cr, covering)
self.log.info(text)
# text = 'The cosmic ray covering factor is %i pixels i.e. %.3f per cent' % (area_cr, covering)
# self.log.info(text)
# if verbose:
# print( text)
......
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