Skip to content

Commit

Permalink
Disable corrections that moved to hax (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleAalbers authored and tunnell committed Apr 18, 2018
1 parent e238133 commit 0c1101f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cax/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ def main():
corrections.AddGains(),
# Adds drift velocity to the run, also computed from slow control info
corrections.AddDriftVelocity(),
corrections.SetS2xyMap(),
corrections.SetLightCollectionEfficiency(),
corrections.SetFieldDistortion(),
# corrections.SetS2xyMap(),
# corrections.SetLightCollectionEfficiency(),
# corrections.SetFieldDistortion(),
corrections.SetNeuralNetwork(),
# corrections.AddSlowControlInformation(),
data_mover.CopyPush(), # Upload data through e.g. scp or gridftp to this location where cax running
Expand Down

0 comments on commit 0c1101f

Please sign in to comment.