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

Add MSB value in history for polarimetric images

parent 6f7b26a0
No related branches found
No related tags found
No related merge requests found
...@@ -96,6 +96,10 @@ function metis_rad_cal, data, header, cal_pack, polarimetric = polarimetric, nor ...@@ -96,6 +96,10 @@ function metis_rad_cal, data, header, cal_pack, polarimetric = polarimetric, nor
if isa(error) then error += cal_error^2 if isa(error) then error += cal_error^2
if header.filter.contains('VL', /fold) then begin
history = [history, ' 1 MSB = ' + string(unit_factor, format = '(E8.2)') + ' ph/cm2/s/sr']
endif
if header.filter.contains('UV', /fold) then begin if header.filter.contains('UV', /fold) then begin
; efficiency correction ; efficiency correction
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment