Commit 2ae385dc authored by Roberto Susino's avatar Roberto Susino
Browse files

Disable temporary patches

parent 0b5c83c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ function metis_dark_uvda, data, header, cal_pack, error = error, quality_matrix
	tsensor = header.tsensor
	
	; WARN - temporary patch to handle local l1 fits files
	if tsensor eq 0. then tsensor = -25.
	; if tsensor eq 0. then tsensor = -25.

	flag_use_extrapolated = 1
	flag_use_notfullset = 1
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ function metis_dark_vlda, data, header, cal_pack, error = error, quality_matrix
	gain = cal_pack.vl_channel.radiometry.gain.value

	; WARN - temporary patch to handle local l1 fits files
	if tsensor eq 0. then tsensor = -30.
	; if tsensor eq 0. then tsensor = -30.

	; check if one or more bias+dark matrices with same dit, binning, and tsensor exist
	for i = 0, n_elements(bias_dark) - 1 do begin