Skip to content

Added and updated files for Fscan before Greg leaves us

Evan Goetz requested to merge evan-goetz/lalsuite:fscan-py2-py3 into master

Description

With the removal of a lot of python2 packages installed on the clusters, we now face the urgent need to update Fscan to use a modern python environment, e.g., igwn-py37. @gregory.mendell did much of the work, and he has asked me to commit and update these changes into LALSuite. There are no modifications to the scripts other than to support the code that is currently running on the clusters. Greg will be leaving us October 29, so thank you very much for this effort Greg!

One new script is the lalapps_Fscan_forestOfLines.py that creates a figure of merit on the number of lines found per day. This should be helpful for data quality shifts during observing runs.

API Changes and Justification

Backwards Compatible Changes

  • This change introduces no API changes
  • This change adds new API calls

Backwards Incompatible Changes

  • This change modifies an existing API
  • This change removes an existing API

If any of the Backwards Incompatible check boxes are ticked please provide a justification why this change is necessary and why it needs to be done in a backwards incompatible way.

Review Status

@gregory.mendell should have a quick look to make sure I've pulled everything in as requested. I don't claim anything further than what he has asked me to put into LALSuite on his behalf.

Merge request reports