All changes to the Metis L1 pipeline are documented in this file.
## 3.0 - 2021-07-19
- Add the WCS (World Coordinate System) keywords to the FITS header and a set of routines to perform calculation of the instrument boresight parameters and S/C coordinates.
- Modify the pipeline to handle the new input I/F which includes the full set of Solar Orbiter SPICE kernels and the Metis Calibration Package.
- Add the derivation of the quality matrix which is now added in an extension to the L1 FITS file.
- Add several code optimisations.
## 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.
- Fix 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.
@@ -41,7 +47,7 @@ All changes to the Metis L1 pipeline are documented in this file.
- Revise the structure of the binary table containing the house-keeping parameters to make it more user-friendly.