Commit 3bb8ac48 authored by Yan Zhaojun's avatar Yan Zhaojun
Browse files

debug

parent a4a58186
Pipeline #4245 passed with stage
in 0 seconds
......@@ -3290,6 +3290,7 @@ class IFSsimulator():
hdu_b.header['NAXIS2'] = (np.int32(9672), 'length of second data axis')
if self.information['exposuretimes']>1:
hdu_b.header['NAXIS3'] = (
np.int32(self.information['exposuretimes']), 'length of third data axis')
......@@ -3669,6 +3670,7 @@ class IFSsimulator():
hdu_r.header['NAXIS2'] = (
np.int32(13768), 'length of second data axis')
if self.information['exposuretimes']>1:
hdu_r.header['NAXIS3'] = (
np.int32(self.information['exposuretimes']), 'length of third data axis')
......
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