Skip to content

Commit

Permalink
I am blind! Fixed noaa-* constants all being set to "noaa-14".
Browse files Browse the repository at this point in the history
  • Loading branch information
nbearson committed Feb 12, 2014
1 parent 44186fa commit d2572ce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions stg/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@


SAT_NOAA_14 = 'noaa-14'
SAT_NOAA_15 = 'noaa-14'
SAT_NOAA_16 = 'noaa-14'
SAT_NOAA_17 = 'noaa-14'
SAT_NOAA_18 = 'noaa-14'
SAT_NOAA_19 = 'noaa-14'
SAT_NOAA_15 = 'noaa-15'
SAT_NOAA_16 = 'noaa-16'
SAT_NOAA_17 = 'noaa-17'
SAT_NOAA_18 = 'noaa-18'
SAT_NOAA_19 = 'noaa-19'
SAT_METOP_A = 'metop-a'
SAT_METOP_B = 'metop-b'
SAT_AQUA = "aqua"
Expand Down

0 comments on commit d2572ce

Please sign in to comment.