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

test

parent 43be1aac
Pipeline #4046 failed with stage
in 0 seconds
...@@ -1737,6 +1737,9 @@ class MCIsimulator(): ...@@ -1737,6 +1737,9 @@ class MCIsimulator():
# np.save('umag.npy', df3['umag'] ) # np.save('umag.npy', df3['umag'] )
self.star=df3 self.star=df3
self.log.infor('load star catlog successfully')
del da,df2,df3 del da,df2,df3
self.information['ra_obj'] = self.star['ra_gaia'].mean() self.information['ra_obj'] = self.star['ra_gaia'].mean()
...@@ -1757,7 +1760,7 @@ class MCIsimulator(): ...@@ -1757,7 +1760,7 @@ class MCIsimulator():
#################### cal_PSF_array ################################# #################### cal_PSF_array #################################
if self.save_starpsf: if self.save_starpsf==False:
self.log.info('calculate and save star PSF data......') self.log.info('calculate and save star PSF data......')
......
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