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

debug

parent a4a58186
Loading
Loading
Loading
Loading
Loading
+8 −6
Original line number Diff line number Diff line
@@ -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')