You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in CubeList.py, the following line 405-406
{{
if expnb is not None and 'EXPTIME' in hdr:
hdr['EXPTIME'] = hdr['EXPTIME'] * expnb
}}
does not take into account the possibility to combine frames of different exposure times.
This leads to false values in the header.
The text was updated successfully, but these errors were encountered:
in CubeList.py, the following line 405-406
{{
if expnb is not None and 'EXPTIME' in hdr:
hdr['EXPTIME'] = hdr['EXPTIME'] * expnb
}}
does not take into account the possibility to combine frames of different exposure times.
This leads to false values in the header.
The text was updated successfully, but these errors were encountered: