musevlt / mpdaf

MUSE Python Data Analysis Framework
BSD 3-Clause "New" or "Revised" License
15 stars 4 forks source link

combineCubes #8

Open nfbouche opened 4 years ago

nfbouche commented 4 years ago

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.