Exemplo n.º 1
0
def read_ascribe(path_xml, path_txt, text_key='main'):

    meta, data = quantipy_from_ascribe(path_xml, path_txt, text_key)
    return meta, data
Exemplo n.º 2
0
def read_ascribe(path_xml, path_txt, text_key='main'):
    
    meta, data = quantipy_from_ascribe(path_xml, path_txt, text_key)
    return meta, data