Changeset 3895 in Sophya for trunk/AddOn/TAcq/vismfib.cc
- Timestamp:
- Sep 28, 2010, 8:15:29 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AddOn/TAcq/vismfib.cc
r3894 r3895 50 50 if (rc) return rc; 51 51 par.Print(cout); 52 52 if ((par.action_!="cube3d")&&(par.action_!="vis")&&(par.action_!="viscktt")) { 53 cout << " !!! visimfib.cc BAD action = " << par.action_ << " possible values: vis,viscktt,cube3d" << endl; 54 return 5; 55 } 53 56 54 57 cout << " ---------- visimfib.cc Start - Action= " << par.action_ << " ------------- " << endl; … … 82 85 83 86 if (par.action_ == "viscktt") procg.ActivateTimeTagCheck(par.TotalNPaquets()); 84 BRMeanSpecCalculator procms(mmgr, par.outpath_, par.nmean_);85 87 86 88 FitsCubeWriter wrt(mmgr, par.outpath_, par.nbloc_); … … 90 92 reader.start(); 91 93 if (par.action_ == "cube3d") wrt.start(); 92 else if (par.action_ == "mspec") procms.start();93 94 else procg.start(); 94 95 usleep(200000); 95 96 reader.join(); 96 97 if (par.action_ == "cube3d") wrt.join(); 97 else if (par.action_ == "mspec") procms.join();98 98 else procg.join(); 99 99 mmgr.Print(cout);
Note:
See TracChangeset
for help on using the changeset viewer.