Ignore:
Timestamp:
Jun 18, 2001, 3:14:28 PM (24 years ago)
Author:
ansari
Message:

Adaptation modifs gestion flags (sortie FITS + uint_8) - Reza 18/11/2001

File:
1 edited

Legend:

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

    r1531 r1541  
    337337    cout << " Connecting to output (FitsWriter) " << endl;
    338338   
    339     w.setOutFlags(fg_wrtflag);
    340339
    341340    // Pour connecter les lignes non connectees au FitsWriter
     
    346345
    347346    if (fg_f_filt) {
    348       w.addInput("filtout", toifiltcopie);
    349       w.addInput("fftout", toifft);
     347      w.addInput("filtout", toifiltcopie, fg_wrtflag);
     348      w.addInput("fftout", toifft, fg_wrtflag);
    350349    }
    351     else   w.addInput("filtout", toiout);
     350    else   w.addInput("filtout", toiout, fg_wrtflag);
    352351
    353352    if (fg_nowrticd) {
Note: See TracChangeset for help on using the changeset viewer.