diff --git a/schainpy/scripts/sophy_proc_rev003.py b/schainpy/scripts/sophy_proc_rev003.py index cb204d9..c8f1bc2 100644 --- a/schainpy/scripts/sophy_proc_rev003.py +++ b/schainpy/scripts/sophy_proc_rev003.py @@ -50,8 +50,8 @@ def main(args): N = int(1/(speed_axis[0]*ipp)) # 1 GRADO DE RESOLUCION path = os.path.join(PATH, experiment, 'rawdata') path_ped = os.path.join(PATH, experiment, 'position') - path_plots = os.path.join(PATH, experiment, 'plotsC0_PC_R5km') - path_save = os.path.join(PATH, experiment, 'param') + path_plots = os.path.join(PATH, experiment, 'plotsC0_PC_R'+str(args.range)+'km') + path_save = os.path.join(PATH, experiment, 'paramC0_PC_R'+str(args.range)+'km') RMIX = 1.62 from schainpy.controller import Project diff --git a/schainpy/scripts/sophy_proc_rev004.py b/schainpy/scripts/sophy_proc_rev004.py index 3d8cade..9935cf2 100644 --- a/schainpy/scripts/sophy_proc_rev004.py +++ b/schainpy/scripts/sophy_proc_rev004.py @@ -50,8 +50,8 @@ def main(args): N = int(1/(speed_axis[0]*ipp)) # 1 GRADO DE RESOLUCION path = os.path.join(PATH, experiment, 'rawdata') path_ped = os.path.join(PATH, experiment, 'position') - path_plots = os.path.join(PATH, experiment, 'plotsC0_PL_R5km') - path_save = os.path.join(PATH, experiment, 'param') + path_plots = os.path.join(PATH, experiment, 'plotsC0_PL_R'+str(args.range)+'km') + path_save = os.path.join(PATH, experiment, 'paramC0_PL_R'+str(args.range)+'km') RMIX = 1.62 from schainpy.controller import Project