Commit 81236b8f authored by Yan Zhaojun's avatar Yan Zhaojun
Browse files

debug

parent 82b3a54b
......@@ -4883,6 +4883,7 @@ class MCIsimulator():
hdu_i.header['RA_PNT1'] =(float(hdu_i.header['RA_PNT0']), 'pointing RA at CABEND (deg)')
hdu_i.header['DEC_PNT1']=(float(hdu_i.header['DEC_PNT0']), 'pointing Dec at CABEND (deg)')
hdu_i.header['EPOCH'] =(np.float32(time2jd(t3.utcnow())), 'equinox of pointing RA and Dec')
hdu_i.header['CHECKSUM'] =(0, '0')
##############################################################
#####
......
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