PyNeb
1.1.2
PyNeb Reference Manua
|
Functions | |
def | conv_apap (str_in) |
def | read_apap |
def | apap2ascii |
def | make_all |
Variables | |
dictionary | term2_dic = {'0':'S', '1':'P', '2':'D', '3':'F', '4':'G', '5':'H', '6':'I'} |
def pyneb.utils.apap.apap2ascii | ( | apap_file, | |
max_levels = 10 , |
|||
source = 'http://www.apap-network.org/' |
|||
) |
def pyneb.utils.apap.conv_apap | ( | str_in | ) |
transform "1.3-01" into 1.3e-01
def pyneb.utils.apap.make_all | ( | dir_ = '.' , |
|
max_levels = 8 |
|||
) |
def pyneb.utils.apap.read_apap | ( | apap_file, | |
max_levels = 10 |
|||
) |
dictionary term2_dic = {'0':'S', '1':'P', '2':'D', '3':'F', '4':'G', '5':'H', '6':'I'} |