Reports until 16:46, Wednesday 12 March 2025
H1 SUS
oli.patane@LIGO.ORG - posted 16:46, Wednesday 12 March 2025 - last comment - 19:05, Wednesday 12 March 2025(83318)
Weekly In-Lock SUS Charge Measurement FAMIS

Closes FAMIS#28396, last checked (injections last made) 82537

The ITMX data initially wasn't analyzed due to some issue with grabbing the data yesterday, but I got it to work today by just having it redownload the data and this time there were no issues with it.

I'll be editing the process_single_charge_meas.py script to make sure that if there is an error with downloaded data, the script tries to redownload the data instead of reading in previously downloaded corrupted/incomplete data, failing, and just giving up on that measurement.

Images attached to this report
Comments related to this report
oli.patane@LIGO.ORG - 19:05, Wednesday 12 March 2025 (83340)

Edits made to process_single_charge_meas.py to make sure that in the future, if the timeseries data that the script grabs and saves in rec_LHO_timeseries is somehow messed up, running the script again will make sure that if the data gives an error when being read from the file, it'll try redownloading the data. Not sure why I had this issue happen, since the first time I ran the script, it had no issue grabbing the data for the other quads. Hopefully this edit will at least make it so it doesn't constantly fail because of something wrong with file if the data itself is now available. This change has been committed to the svn as revision 31024.