Skip to content

Odds and ends for pre-O4 offline production

Patrick Godwin requested to merge offline_prod_run_fixes into master
  • Set default accounting group user if not specified to the current user, avoiding the need to check in names with the configuration.
  • Create or skip creating directories with os.makedirs(path, exist_ok=True) to avoid race conditions in condor workflow.
  • Adjust some spacing in plots.py to match other locations.
  • Vectorize call to find series around many gps times, used for certain plots.
  • Minor report summary formatting.
  • Allow disabling of shmdir cleanup, providing a central location for timeseries across multiple runs outside of the run directory.

Merge request reports