Skip to content

Commit

Permalink
increase temperature tolenrance slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Waelthus committed Feb 29, 2024
1 parent 5229a27 commit 5dd5a62
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions py/desispec/calibfinder.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,8 +419,10 @@ def find_darks_in_desi_spectro_dark(self, header):

#temperature tolerance to be used in K
#only applicable for R,Z as B stores 850 deg throughout
#temperature tolerance set to 2K for the moment, 1K
temperature_tolerance = 2.
#temperature tolerance set to 2.5K for the moment, this should be large enough
#to reduce all relevant data without choking (the largest outlier currently being r9 on
#20210610 with ~2.3K)
temperature_tolerance = 2.5

#- Should only be called if $DESI_SPECTRO_DARK is set, but check that
#- to avoid accidentally creating paths like "None/dark_table.csv"
Expand Down

0 comments on commit 5dd5a62

Please sign in to comment.