Skip to content

Rich/RichMirrorAlignmentOnline v4r4p0; small update of Rich/RichMirrAlign

Paras Naik requested to merge pnaik-MirrAlign-20190823 into master

Rich/RichMirrorAlignmentOnline - 2019-08-29 - Paras Naik

  • "Tagged" as v4r4p0 (internally, since only Panoptes gets a tag now).
  • Set testing = True in Configuration.py, since we are now preparing for the upgrade
  • Modified SetupHelper.py and trendHelper.py, such that if self.alignments is an empty list then no trend plot will be produced
  • Modified RichMirrorAlignmentOnline to support stopDecisionMode from RICH-53. Current choice in Configuration.py (stopDecisionMode = 1) results in unchanged behavior of RichMirrorAlign w.r.t. version used at the pit at the end of 2018. Will investigate implementing stopDecisionMode = 0 later.
  • Updated RichAnalyzer.py to just use the "fake" Online DB for all years after 2016
  • Changed self.experts and self.emails in SetupHelper.py to Paras Naik only
  • Changed the (commented) locations of the Zeroed XML files in Configuration.py
  • Print minDate and maxDate submitted when initializing trendHelper.Plotter()
  • Moved (end-of-)Run2 configurations to SavedConfigurations/2018_Configurations

Rich/RichMirrAlign - 2019-08-30 - Paras Naik

  • RICH-53 was supposed to recreate the same behavior as before RICH-53 when stopDecisionMode == 1, however this was not the case if regularizationMode == 0. The code for those conditions was iterating even when an iteration was unnecessary, so PN has temporarily fixed this until Anatoly has the opportunity to address it further.

Merge request reports