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

Disable temporary patches

parent 0b5c83c5
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment