Ignore:
Timestamp:
Jun 18, 2001, 4:46:22 PM (24 years ago)
Author:
ansari
Message:

Adaptation aux modifs de FitsWriter (plus de methode setOutFlags()) - Reza 18/6/2001

File:
1 edited

Legend:

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

    r1464 r1542  
    1313  FITSTOIReader r(argv[1]); cout << "reader created" << endl;
    1414  FITSTOIWriter w(argv[2]);
    15   w.setOutFlags(true);
    1615 
    1716  TOI* toi = new TOIRegularWindow("t1");
    1817  //  toi->dbg=true;
    1918  r.addOutput("boloMuV_11", toi);
    20   w.addInput("bolo_filtered", toi);
     19  w.addInput("bolo_filtered", toi, true);
    2120 
    2221  r.start();
Note: See TracChangeset for help on using the changeset viewer.