update old pipeline

This commit is contained in:
Noe Brucy
2019-11-13 17:34:04 +01:00
parent ea6f9b6bdd
commit e528363938
2 changed files with 9 additions and 5 deletions
+8 -4
View File
@@ -6,12 +6,16 @@ from shutil import copy
import argparse import argparse
import time import time
import numpy as np import numpy as np
import disk_postprocess as dp
import module_extract as me
from functools import reduce from functools import reduce
storage_in = "/home/nbrucy/simus/" from pp_params import *
storage_out = "/home/nbrucy/visus/" from plotter import *
from postprocessor import *
storage_in = '/home/nbrucy/simus/'
storage_out = '/home/nbrucy/visus/'
parser = argparse.ArgumentParser() parser = argparse.ArgumentParser()