Skip to content
Snippets Groups Projects
Commit e32f7a2e authored by Roberto Susino's avatar Roberto Susino
Browse files

Update versioning management

parent 111d4ac9
Branches
Tags
No related merge requests found
...@@ -86,7 +86,7 @@ pro metis_l1_prep ...@@ -86,7 +86,7 @@ pro metis_l1_prep
; definitions for the primary header ; definitions for the primary header
; version of the fits file ; version of the fits file
version = string(input.l1_version + 1, format = '(I02)') version = string(input.l1_version, format = '(I02)')
; creation and acquisition times in utc ; creation and acquisition times in utc
...@@ -283,6 +283,7 @@ pro metis_l1_prep ...@@ -283,6 +283,7 @@ pro metis_l1_prep
fxaddpar, primary_header, 'CREATOR', 'metis_l1_prep.pro' fxaddpar, primary_header, 'CREATOR', 'metis_l1_prep.pro'
fxaddpar, primary_header, 'VERS_SW', input.sw_version fxaddpar, primary_header, 'VERS_SW', input.sw_version
fxaddpar, primary_header, 'VERS_CAL', cal_pack.version, 'Version of the calibration package', after = 'VERS_SW' fxaddpar, primary_header, 'VERS_CAL', cal_pack.version, 'Version of the calibration package', after = 'VERS_SW'
fxaddpar, primary_header, 'VERSION', version
fxaddpar, primary_header, 'OBSRVTRY', 'Solar Orbiter', 'Satellite name', before = 'INSTRUME' fxaddpar, primary_header, 'OBSRVTRY', 'Solar Orbiter', 'Satellite name', before = 'INSTRUME'
fxaddpar, primary_header, 'TELESCOP', telescope, 'Telescope that took the measurement', before = 'INSTRUME' fxaddpar, primary_header, 'TELESCOP', telescope, 'Telescope that took the measurement', before = 'INSTRUME'
fxaddpar, primary_header, 'DETECTOR', detector, 'Subunit/sensor', before = 'DATAMIN' fxaddpar, primary_header, 'DETECTOR', detector, 'Subunit/sensor', before = 'DATAMIN'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment