Пример #1
0
def barrel_correct(run):
    r = RawRun(run)
    r.bc1()
Пример #2
0
def raw_process(run):
    r = RawRun(run=run)
    r.process()