massive move and cleanup

This commit is contained in:
2018-10-03 10:18:07 +02:00
parent eefd545289
commit 85364c9a59
46 changed files with 727 additions and 2827 deletions

View File

@@ -208,9 +208,10 @@ Examples:'''+''.join(map(lambda s:cmd+s, exampleCmd))+'\n '
args=parser.parse_args()
#plt.ion()
comm = PPComm(host=args.host)
gt = Gather(comm)
tune=MXTuning(comm,gt)
#comm = PPComm(host=args.host)
#gt = Gather(comm)
#tune=MXTuning(comm,gt)
tune = MXTuning(None,None)
base='MXTuning'
if args.dir is not None:
base=args.dir
@@ -258,7 +259,7 @@ Examples:'''+''.join(map(lambda s:cmd+s, exampleCmd))+'\n '
for ext,amp,minFrq,maxFrq,tSec in (('a',100, 1, 200,15),
('b', 20,10, 300,5),
('c', 5,10, 300,5),
('d', 1,10, 600,5),
('d', 1,10,1000,5),
):
f=fcrp+ext+'.npz'
if not os.path.isfile(f): tune.init_stage();plt.close('all')