Skip to content

Commit

Permalink
Merge pull request #81 from slaclab/remove_xav
Browse files Browse the repository at this point in the history
MNT: remove some old unused scripts
  • Loading branch information
nstelter-slac authored Apr 27, 2024
2 parents 674f269 + 4667de1 commit a044836
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 310 deletions.
5 changes: 3 additions & 2 deletions suite_scripts/analyze_npy.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
import numpy as np
import sys, re

from runInfo import *

import calibrationSuite.loggingSetup as ls
# for logging from current file
logger = logging.getLogger(__name__)
Expand All @@ -21,6 +19,9 @@
ls.setupScriptLogging("../logs/" + currFileName[:-3] + ".log", logging.INFO) # change to logging.INFO for full logging output


runInfoDict = {'591':'AML 2500', '638':'AML 120'}


class LinearityInfo(object): ## describes the .npy array
def __init__(self):
self.dataIndices = {
Expand Down
34 changes: 0 additions & 34 deletions suite_scripts/batchModeXav.sh

This file was deleted.

273 changes: 0 additions & 273 deletions suite_scripts/deprecatedLinearityPlotsParallel.py

This file was deleted.

1 change: 0 additions & 1 deletion suite_scripts/runInfo.py

This file was deleted.

0 comments on commit a044836

Please sign in to comment.