Skip to content

Commit

Permalink
allow az time option to proceed with Tmatch
Browse files Browse the repository at this point in the history
  • Loading branch information
jlmaurer committed Sep 22, 2023
1 parent 13ae10e commit 5c1679f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/RAiDER/cli/raider.py
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ def getWeatherFile(wfiles, times, t, interp_method='none'):

elif (interp_method) == 'azimuth_time_grid':

if Nmatch: # Case 6: all files downloaded
if Nmatch or Tmatch: # Case 6: all files downloaded
weather_model_file = combine_weather_files(
wfiles,
t,
Expand Down

0 comments on commit 5c1679f

Please sign in to comment.