All changes to the Metis L1 pipeline are documented in this file.
## 2.3.1 - 2021-04-19
- Fixed a bug that caused an incorrect FITS file format: images with unsigned or long integer data type were saved as signed integers with the wrong BSCALE and BZERO scale keywords.
## 2.3 - 2021-03-10
- Fix a bug that caused incorrect pixel counts in re-binned images. Pixel counts are now correctly multiplied by the square of the binning factor after re-binning.
- Introduce the correction for the total effective exposure time: pixel counts are now multiplied by the number of frames that were averaged during the acquisition, so as not to change the real signal-to-noise statistics in each pixel, related to counts integrated over the total effective exposure time. The XPOSURE and NSUMEXP keywords of the FITS, which are affected, are properly updated using parameters DIT, NDIT, NDIT1, and NDIT2.
...
...
@@ -8,7 +11,7 @@ All changes to the Metis L1 pipeline are documented in this file.
- Fix a bug that caused some keywords in the FITS header of light curves to be incorrectly ordered.
## 2.2.1 – 2021-02-23
- Minor changes and optimisations
- Minor changes and optimisations.
## 2.2 – 2020-11-25
- Change the way how the house-keeping parameters are saved into the FITS binary table, in order to prevent very long computation times when the house-keeping parameter table is large in data volume.