Ignore:
Timestamp:
Jan 30, 2003, 6:19:38 PM (23 years ago)
Author:
cecile
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/TestPipes/tsttoi2ring.cc

    r2316 r2319  
    3232
    3333//-- Decodage arguments
    34  bool fgsegmented = true;
     34bool fgsegmented = true;
    3535int wsize = 512;
    36 char *label_phase = "BOLOMUVC_26",  *label_bolomuv = "BOLOMUVC_26";
     36char *label_phase = "PHASE",  *label_bolomuv = "BOLOMUVC_26";
     37char *label_theta = "THETA",  *label_phi = "PHI";
    3738bool snimplicit = false;
    3839
     
    8990 cout << label_phase <<endl;
    9091 
     92 plombier.Connect(rfitsp,label_theta,m2ring,"Theta");
     93 plombier.Connect(rfitsp,label_phi,m2ring,"Phi");
    9194 plombier.Connect(rfitsp,label_phase,m2ring,"Phase");
    9295 plombier.Connect(rfitsv,label_bolomuv,m2ring,"Value");
    9396 cout<<"file out "<<fitsout_value<< endl;
     97
     98 plombier.Connect(m2ring,"CircTheta",wfits,"CircTheta");
     99 plombier.Connect(m2ring,"CircPhi",wfits,"CircPhi");
    94100 plombier.Connect(m2ring,"Rvalue",wfits,"signal");
    95  plombier.Connect(m2ring,"WRvalue",wwfits,"signal");
     101
     102//   plombier.Connect(m2ring,"CircTheta",wwfits,"CircTheta");
     103//   plombier.Connect(m2ring,"CircPhi",wwfits,"CircPhi");
     104//   plombier.Connect(m2ring,"WRvalue",wwfits,"signal");
    96105 
    97106
Note: See TracChangeset for help on using the changeset viewer.