# | Line 42 | Line 42 | plotConfig.read('vhbbPlotDef.ini') | |
---|---|---|
42 | ||
43 | #get locations: | |
44 | Wdir=config.get('Directories','Wdir') | |
45 | + | samplesinfo=config.get('Directories','samplesinfo') |
46 | ||
47 | section='Plot:%s'%region | |
48 | ||
# | Line 49 | Line 50 | Normalize = eval(config.get(section,'Nor | |
50 | log = eval(config.get(section,'log')) | |
51 | blind = eval(config.get(section,'blind')) | |
52 | ||
53 | < | infofile = open(path+'/samples.info','r') |
53 | > | infofile = open(samplesinfo,'r') |
54 | info = pickle.load(infofile) | |
55 | infofile.close() | |
56 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |