Reports until 15:12, Monday 27 October 2025
H1 ISC
jennifer.wright@LIGO.ORG - posted 15:12, Monday 27 October 2025 (87773)
Discarded one uncommitted change in labutils

Jennie W, TJ Schaffer

 

I used git restore to undo the following change in the labutils/PIMON/plot_lockloss.py script.

git diff plot_lockloss.py
diff --git a/PIMON/plot_lockloss.py b/PIMON/plot_lockloss.py
index 34cc35a..9a5575e 100644
--- a/PIMON/plot_lockloss.py
+++ b/PIMON/plot_lockloss.py
@@ -5,7 +5,7 @@ import matplotlib.pyplot as plt
 from pathlib import Path
 from matplotlib.backends.backend_pdf import PdfPages
 
-file = sys.argv[1]
+file = '/ligo/data/pimon/locklosses/1445269860_lockloss_pi_data.npz'

 
 data = np.load(file, allow_pickle=True)

 RMS = lambda y: np.cumsum(y[::-1])[::-1]

Just so we can push the labutils repository.