Newer
Older
import sys
import os.path
def rawpath(runno, inst='hrp', Verbose=False):
ofile = open('//filepath.isis.rl.ac.uk/' + inst + str(runno) + '.raw/windir.txt', 'r')
line = os.path.abspath(ofile.readline()) + '\\' + inst + str(runno) + '.raw'