Example #1
0
def load_mrc( mrcfn):
    
    stack = Mrc.load(mrcfn)
    
    return stack