Skip to content
Snippets Groups Projects
Unverified Commit f2d49b54 authored by David Hoese's avatar David Hoese
Browse files

Fix quicklook generation call for passing inputs correctly

parent f2f0e41f
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ fi
### Quicklook Generation ###
# assumes that out_file is what the archive script wrote the file as
$ENV/bin/python -m aosstower.level_b1.quicklook -vv --thumbnail -s "$DATE" -i "$out_file" -o "$tmp_dir/aoss_tower.{plot_name}.{start_time:%Y-%m-%d}.png" -p meteorogram td pressure wind_speed wind_dir accum_precip solar_flux
$ENV/bin/python -m aosstower.level_b1.quicklook -vv --thumbnail -s "$DATE" "$out_file" -o "$tmp_dir/aoss_tower.{plot_name}.{start_time:%Y-%m-%d}.png" -p meteorogram td pressure wind_speed wind_dir accum_precip solar_flux
quicklook_status=$?
if [ $quicklook_status -ne 0 ]; then
oops "Quicklook generation failed for $DATE"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment