Skip to content
Snippets Groups Projects
Commit 29fe1a40 authored by Jameson Graef Rollins's avatar Jameson Graef Rollins
Browse files

update link to proper GDS filter file

parent aa803c38
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ filter_file=gstlal_compute_strain_C00_filters_${IFO}.npz
return_code=$(curl \
--write-out "%{http_code}" \
--remote-name \
https://ldas-jobs.ligo-${site}.caltech.edu/~cal/archive/${IFO}/reports/latest/${filter_file}
https://ldas-jobs.ligo-${site}.caltech.edu/~cal/archive/${IFO}/reports/last-exported/${filter_file}
)
if [[ "$return_code" != 200 ]] ; then
echo "ERROR: filter download did not return 200 status: $return_code"
......
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