Changeset 3911 in Sophya for trunk/AddOn/TAcq/brviscalc.cc


Ignore:
Timestamp:
Nov 21, 2010, 6:23:18 PM (15 years ago)
Author:
ansari
Message:

debug/amelioration print pour les modifs pour preparation Pittsburgh-Nov2010, Reza 21/11/2010

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/AddOn/TAcq/brviscalc.cc

    r3910 r3911  
    179179    filename = outpath_+sbuff;
    180180  }
    181   POutPersist poc(outpath_+"chanum.ppf");
     181  POutPersist poc(filename);
    182182  poc << PPFNameTag("chanids") << chanids_;
    183183  poc << PPFNameTag("chanpairs") << chanpairs_;
    184184  poc << PPFNameTag("chanpairnum") << chanpairnum_;
    185185  poc << PPFNameTag("chanpairsall") << chanpairsall_;
    186   poc << PPFNameTag("chanpairnumal") << chanpairnumall_;
     186  poc << PPFNameTag("chanpairnumall") << chanpairnumall_;
    187187  cout << "BRVisibilityCalculator[" << calcid_ << "]::UpdateChanIds() Channel Ids/Pairs saved to PPF file "
    188188       << filename << endl;
    189189  cout << " ... ChannelPairs= " ;
    190190  for(sa_size_t ir=0; ir<chanpairs_.NRows(); ir++) {
    191     if (ir%10)  cout << endl;
     191    if (ir%10==0)  cout << endl;
    192192    cout << "(" << chanpairs_(ir,0) << "," << chanpairs_(ir,1) << ") ";
    193193  }
Note: See TracChangeset for help on using the changeset viewer.