Loading csst_mci_sim/__pycache__/csst_mci_sim.cpython-311.pyc −14.7 KiB (240 KiB) File changed.No diff preview for this file type. View original file View changed file csst_mci_sim/csst_mci_sim.py +6 −9 Original line number Diff line number Diff line Loading @@ -4033,7 +4033,7 @@ class MCIsimulator(): hdu_g.header['FLAMP'] =( np.int16(0) , 'status of flat lamp') hdu_g.header['MCISTAT'] =( np.int16(0) , 'MCI components status parameter') hdu_g.header['DATE_OBS'] =(data_time[:21] , 'observation date (yyyy-mm-ddThh:mm:ss.s)') hdu_g.header['DATE-OBS'] =(data_time[:21] , 'observation date (yyyy-mm-ddThh:mm:ss.s)') hdu_g.header['OBJECT'] =( 'MCI_obj' , 'object name') hdu_g.header['TARGET'] =(self.information['target'][:15], 'target name (hhmmss.s+ddmmss)') Loading @@ -4041,7 +4041,7 @@ class MCIsimulator(): hdu_g.header['OBSID'] =(str(obsid) , 'observation ID') hdu_g.header['RA_OBJ'] =(float(self.information['ra_obj']) , 'object RA (deg)') hdu_g.header['DEC_OBJ']=(float(self.information['dec_obj']) , 'object Dec (deg)') hdu_g.header['DATE-OBS']=(data_time[:21] , 'observation date (yyyy-mm-ddThh:mm:ss.s)') ##### detector and Filter information ##### hdu_g.header['FILTER'] =(self.filter_g[:6] , 'filter band') Loading Loading @@ -4414,7 +4414,7 @@ class MCIsimulator(): hdu_r.header['FLAMP'] =( np.int16(0) , 'status of flat lamp') hdu_r.header['MCISTAT'] =( np.int16(0) , 'MCI components status parameter') hdu_r.header['DATE_OBS'] =(data_time[:21] , 'observation date (yyyy-mm-ddThh:mm:ss.s)') hdu_r.header['DATE-OBS'] =(data_time[:21] , 'observation date (yyyy-mm-ddThh:mm:ss.s)') hdu_r.header['OBJECT'] =( 'MCI_obj' , 'object name') hdu_r.header['TARGET'] =(self.information['target'][:15], 'target name (hhmmss.s+ddmmss)') Loading @@ -4422,7 +4422,6 @@ class MCIsimulator(): hdu_r.header['OBSID'] =(str(obsid) , 'observation ID') hdu_r.header['RA_OBJ'] =(float(self.information['ra_obj']) , 'object RA (deg)') hdu_r.header['DEC_OBJ']=(float(self.information['dec_obj']) , 'object Dec (deg)') hdu_r.header['DATE-OBS']=(data_time[:21] , 'observation date (yyyy-mm-ddThh:mm:ss.s)') ##### detector and Filter information ##### hdu_r.header['FILTER'] =(self.filter_r[:6] , 'filter band') Loading Loading @@ -4799,7 +4798,7 @@ class MCIsimulator(): hdu_i.header['FLAMP'] =( np.int16(0) , 'status of flat lamp') hdu_i.header['MCISTAT'] =( np.int16(0) , 'MCI components status parameter') hdu_i.header['DATE_OBS'] =(data_time[:21] , 'observation date (yyyy-mm-ddThh:mm:ss.s)') hdu_i.header['DATE-OBS'] =(data_time[:21] , 'observation date (yyyy-mm-ddThh:mm:ss.s)') hdu_i.header['OBJECT'] =( 'MCI_obj' , 'object name') hdu_i.header['TARGET'] =(self.information['target'][:15], 'target name (hhmmss.s+ddmmss)') Loading @@ -4807,8 +4806,6 @@ class MCIsimulator(): hdu_i.header['OBSID'] =(str(obsid) , 'observation ID') hdu_i.header['RA_OBJ'] =(float(self.information['ra_obj']) , 'object RA (deg)') hdu_i.header['DEC_OBJ']=(float(self.information['dec_obj']) , 'object Dec (deg)') hdu_i.header['DATE-OBS']=(data_time[:21] , 'observation date (yyyy-mm-ddThh:mm:ss.s)') ##### detector and Filter information ##### hdu_i.header['FILTER'] =(self.filter_i[:6] , 'filter band') Loading Loading
csst_mci_sim/__pycache__/csst_mci_sim.cpython-311.pyc −14.7 KiB (240 KiB) File changed.No diff preview for this file type. View original file View changed file
csst_mci_sim/csst_mci_sim.py +6 −9 Original line number Diff line number Diff line Loading @@ -4033,7 +4033,7 @@ class MCIsimulator(): hdu_g.header['FLAMP'] =( np.int16(0) , 'status of flat lamp') hdu_g.header['MCISTAT'] =( np.int16(0) , 'MCI components status parameter') hdu_g.header['DATE_OBS'] =(data_time[:21] , 'observation date (yyyy-mm-ddThh:mm:ss.s)') hdu_g.header['DATE-OBS'] =(data_time[:21] , 'observation date (yyyy-mm-ddThh:mm:ss.s)') hdu_g.header['OBJECT'] =( 'MCI_obj' , 'object name') hdu_g.header['TARGET'] =(self.information['target'][:15], 'target name (hhmmss.s+ddmmss)') Loading @@ -4041,7 +4041,7 @@ class MCIsimulator(): hdu_g.header['OBSID'] =(str(obsid) , 'observation ID') hdu_g.header['RA_OBJ'] =(float(self.information['ra_obj']) , 'object RA (deg)') hdu_g.header['DEC_OBJ']=(float(self.information['dec_obj']) , 'object Dec (deg)') hdu_g.header['DATE-OBS']=(data_time[:21] , 'observation date (yyyy-mm-ddThh:mm:ss.s)') ##### detector and Filter information ##### hdu_g.header['FILTER'] =(self.filter_g[:6] , 'filter band') Loading Loading @@ -4414,7 +4414,7 @@ class MCIsimulator(): hdu_r.header['FLAMP'] =( np.int16(0) , 'status of flat lamp') hdu_r.header['MCISTAT'] =( np.int16(0) , 'MCI components status parameter') hdu_r.header['DATE_OBS'] =(data_time[:21] , 'observation date (yyyy-mm-ddThh:mm:ss.s)') hdu_r.header['DATE-OBS'] =(data_time[:21] , 'observation date (yyyy-mm-ddThh:mm:ss.s)') hdu_r.header['OBJECT'] =( 'MCI_obj' , 'object name') hdu_r.header['TARGET'] =(self.information['target'][:15], 'target name (hhmmss.s+ddmmss)') Loading @@ -4422,7 +4422,6 @@ class MCIsimulator(): hdu_r.header['OBSID'] =(str(obsid) , 'observation ID') hdu_r.header['RA_OBJ'] =(float(self.information['ra_obj']) , 'object RA (deg)') hdu_r.header['DEC_OBJ']=(float(self.information['dec_obj']) , 'object Dec (deg)') hdu_r.header['DATE-OBS']=(data_time[:21] , 'observation date (yyyy-mm-ddThh:mm:ss.s)') ##### detector and Filter information ##### hdu_r.header['FILTER'] =(self.filter_r[:6] , 'filter band') Loading Loading @@ -4799,7 +4798,7 @@ class MCIsimulator(): hdu_i.header['FLAMP'] =( np.int16(0) , 'status of flat lamp') hdu_i.header['MCISTAT'] =( np.int16(0) , 'MCI components status parameter') hdu_i.header['DATE_OBS'] =(data_time[:21] , 'observation date (yyyy-mm-ddThh:mm:ss.s)') hdu_i.header['DATE-OBS'] =(data_time[:21] , 'observation date (yyyy-mm-ddThh:mm:ss.s)') hdu_i.header['OBJECT'] =( 'MCI_obj' , 'object name') hdu_i.header['TARGET'] =(self.information['target'][:15], 'target name (hhmmss.s+ddmmss)') Loading @@ -4807,8 +4806,6 @@ class MCIsimulator(): hdu_i.header['OBSID'] =(str(obsid) , 'observation ID') hdu_i.header['RA_OBJ'] =(float(self.information['ra_obj']) , 'object RA (deg)') hdu_i.header['DEC_OBJ']=(float(self.information['dec_obj']) , 'object Dec (deg)') hdu_i.header['DATE-OBS']=(data_time[:21] , 'observation date (yyyy-mm-ddThh:mm:ss.s)') ##### detector and Filter information ##### hdu_i.header['FILTER'] =(self.filter_i[:6] , 'filter band') Loading