massive move and cleanup
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user