Changeset 1542 in Sophya


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

Location:
trunk/ArchTOIPipe/TestPipes
Files:
3 edited

Legend:

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

    r1532 r1542  
    268268      ntoiout=1;
    269269      w = new FITSTOIWriter(outfile);
    270       w->setOutFlags(true);
    271270      cout << "fits writer created" << endl;
    272271    }
     
    290289    if(w && toiout) {
    291290      cout << " Connecting to FitsWriter ... " << endl;
    292       w->addInput("genout",toiout);
     291      w->addInput("genout",toiout,true);
    293292    }
    294293
  • trunk/ArchTOIPipe/TestPipes/tstrztoi.cc

    r1464 r1542  
    167167
    168168
    169     w.setOutFlags(true);
    170169    w.addInput("bolodrift", toi2);
    171170
  • 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.