Commit 7bb12d79 authored by Roberto Susino's avatar Roberto Susino
Browse files

Fix log bug in the visible-light generic pipeline

parent cc9149fe
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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'
+1 −0
Original line number Diff line number Diff line
@@ -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)')