Commit 60779990 authored by Yan Zhaojun's avatar Yan Zhaojun
Browse files

debug

parent 10a21ec9
Pipeline #4399 passed with stage
in 0 seconds
......@@ -1749,6 +1749,7 @@ class MCIsimulator():
del PSF_g
del PSF_r
del PSF_i
self.log.info('finish save star PSF data......')
########## finish save PSF fits ##########################################
############################################################################
......@@ -1906,7 +1907,7 @@ class MCIsimulator():
if j==0:
self.log.info('begin iteration........')
if self.debug:
#if self.debug:
self.log.info('j = %i' % (j))
starRa = 3600.0*( newRa[j] ) # ra of star, arcsecond
......@@ -2017,7 +2018,7 @@ class MCIsimulator():
self.log.info('Star number on CCD is = %i' % (nlayccd))
if nlayccd %100 == 0:
if nlayccd %10 == 0:
self.log.info('Star number on CCD is = %i' % (nlayccd))
......
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