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

debug

parent 0efe1166
...@@ -1407,8 +1407,8 @@ class MCIsimulator(): ...@@ -1407,8 +1407,8 @@ class MCIsimulator():
if j==0: if j==0:
self.log.info('begin iteration........') self.log.info('begin iteration........')
if self.debug: #if self.debug:
self.log.info('j = %i' % (j)) self.log.info('j = %i' % (j))
starRa = 3600.0*( newRa[j] ) # ra of star, arcsecond starRa = 3600.0*( newRa[j] ) # ra of star, arcsecond
starDec = 3600.0*( newDec[j] ) # dec of star, arcsecond starDec = 3600.0*( newDec[j] ) # dec of star, arcsecond
......
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