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

tweaks to calcontrol script

parent 9da9394c
No related branches found
No related tags found
No related merge requests found
#!/bin/bash -e
#!/bin/bash
CMD="$SSH_ORIGINAL_COMMAND"
case "$CMD" in
status)
echo "cal config:"
cat ~/calibration/gstlal-calibration-env
echo
echo "git status:"
(cd ~/calibration/ifo/ && git log -1)
# echo "cal config:"
# cat ~/calibration/gstlal-calibration-env
# echo
echo "ifo git :"
(cd ~/calibration/ifo/ && git status -s && git log -1)
echo
echo "filter checksum:"
sha256sum ~/calibration/gstlal_compute_strain_C00_filters_H1.npz
......
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