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

cal update script spit out filter file sha256sum

parent cdf196f4
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,9 @@ git pull
# pull in the latest filter file from the archive
cd ~dmtexec/calibration/
curl --remote-name https://ldas-jobs.ligo-${site}.caltech.edu/~cal/archive/${IFO}/reports/latest/gstlal_compute_strain_C00_filters_${IFO}.npz
filter_file=gstlal_compute_strain_C00_filters_${IFO}.npz
curl --remote-name https://ldas-jobs.ligo-${site}.caltech.edu/~cal/archive/${IFO}/reports/latest/${filter_file}
sha256sum ${filter_file}
# restart the pipeline
read -p "restart calibration pipeline? type 'yes' to confirm and restart: "
......
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