示例#1
0
def main():

    #saves(multiprocessing=16) # multiprocessing=16
    #wfdei_saves(multiprocessing=16) # multiprocessing=16
    plot()
    for m in cnst.AGG_PERIODS:
        ca.runAtlas(m)
示例#2
0
def main():

    for reg in cnst.REGIONS:

        #saves(multiprocessing=16) # multiprocessing=16
        #wfdei_saves(multiprocessing=16) # multiprocessing=16
        #plot()
        cnst.ATLAS_REGION = reg
        for m in cnst.AGG_PERIODS:
            ca.runAtlas(m)
示例#3
0
def main():

    for reg in cnst.REGIONS:
        if (reg == 'WA') :
            continue

        update_constants(reg)

        #saves(multiprocessing=16)
        #wfdei_saves(multiprocessing=16)
        plot(multiprocessing=4)
        for m in cnst.AGG_PERIODS:
            ca.runAtlas(m)
示例#4
0
def atlas():
    #for m in cnst.AGG_PERIODS:
    m = cnst.AGG_PERIODS[0]
    ca.runAtlas(m)
示例#5
0
def atlas():
    for m in cnst.AGG_PERIODS:

        ca.runAtlas(m)