ATLAS Offline Software
Loading...
Searching...
No Matches
parseDir.py File Reference

Go to the source code of this file.

Namespaces

namespace  parseDir

Functions

 parseDir.findMin (path)

Variables

str parseDir.path = "/afs/cern.ch/user/g/giacinto/scratch0/Athena/rel_2/InnerDetector/InDetCalibAlgs/PixelCalibAlgs/NnClusteringCalibration/"
list parseDir.test_table = []
str parseDir.wh = path+dir
list parseDir.listed = [ name for name in os.listdir(wh) if os.path.isdir(os.path.join(wh, name)) ]
 parseDir.resDir = filter( lambda dirname: dirname[0]!="L" and dirname[0]!="." , listed)
str parseDir.weightPath = wh+"/"+weightsDir
list parseDir.listedWeights = [ name for name in os.listdir(weightPath) if os.path.isdir(os.path.join(weightPath , name)) ]
 parseDir.filteredListW = filter( lambda dirname: dirname[0]!="L" and dirname[0]!="." , listedWeights)
str parseDir.chronFile = weightPath+"/"+w+"/trainingCronology.txt"
int parseDir.epochAtMin = -1
int parseDir.min = -1