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

Fix log bug in the visible-light generic pipeline

parent cc9149fe
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ pro metis_l2_prep_vl_generic
journal, ' filename = ' + file_basename(input.file_name)
journal, ' datatype = ' + string(header.datatype, format = '(I0)')
journal, ' sess_num = ' + header.sess_num
journal, ' seq_num = ' + string(header.seq_num, format = '(I0)')
journal, ' obj_cnt = ' + string(header.obj_cnt, format = '(I0)')
journal, ' pol_id = ' + string(header.pol_id, format = '(I0)')
journal, ' nbin = ' + string(sqrt(header.nbin), format = '(I0)')
......@@ -77,7 +77,7 @@ pro metis_l2_prep_vl_generic
data = metis_flat_field(data, header, cal_pack, history = history)
data = metis_vignetting(data, header, cal_pack, history = history)
data = metis_rad_cal(data, header, cal_pack, history = history)
data = metis_rad_cal(data, header, cal_pack, history = history, /polarimetric)
if header.pol_id eq 0 then begin
btype = 'VL fixed-polarization intensity'
......
......@@ -96,6 +96,7 @@ pro metis_l2_prep_vl_polariz
journal, ' datatype = ' + string(header.datatype, format = '(I0)')
journal, ' sess_num = ' + header.sess_num
journal, ' seq_num = ' + string(header.seq_num, format = '(I0)')
journal, ' obj_cnt = ' + string(header.obj_cnt, format = '(I0)')
journal, ' pol_id = ' + string(header.pol_id, format = '(I0)')
journal, ' nbin = ' + string(sqrt(header.nbin), format = '(I0)')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment