Changeset 1443 in Sophya for trunk/ArchTOIPipe/TestPipes


Ignore:
Timestamp:
Mar 15, 2001, 4:46:21 PM (25 years ago)
Author:
ansari
Message:

debug de Deglitcher, amelioration FITSTOIWriter - Reza 15/3/2001

File:
1 edited

Legend:

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

    r1442 r1443  
    119119    TOISeqBuffered * toisig = new TOISeqBuffered("sigma", w1);
    120120    if (fgdbg) toisig->setDebugLevel(1);
     121    TOISeqBuffered * toiincopie = new TOISeqBuffered("incopie", w1);
     122    if (fgdbg) toiincopie->setDebugLevel(1);
    121123   
    122124 
     
    141143    degl.addOutput("mean", toimean);
    142144    degl.addOutput("sigma", toisig);
     145    degl.addOutput("incopie", toiincopie);
    143146   
    144147
    145148
    146149    w.setOutFlags(true);
     150    w.addInput("in", toiincopie);
    147151    w.addInput("degli", toiout);
    148152    w.addInput("mean", toimean);
     
    172176    //    w.PrintStatus(cout); 
    173177
     178    cout << degl;
    174179    cout << " ------ toiin and toiout Status information ------- " << endl;
    175180    cout << *toiin;
Note: See TracChangeset for help on using the changeset viewer.