Changeset 1710 in Sophya for trunk/ArchTOIPipe/TestPipes
- Timestamp:
- Oct 19, 2001, 2:20:38 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/TestPipes/tstseg3.cc
r1698 r1710 4 4 #include "fitstoirdr.h" 5 5 #include "fitstoiwtr.h" 6 #include "asciitoiwtr.h" 6 7 #include "toisqfilter.h" 7 8 #include "toimanager.h" … … 16 17 17 18 FITSTOIWriter w1("out1.fits"); 18 FITSTOIWriter w2("out2.fits"); 19 // FITSTOIWriter w2("out2.fits"); 20 // ASCIITOIWriter w1("out1.data"); 21 // ASCIITOIWriter w2("out2.data"); 19 22 20 23 … … 28 31 w1.addInput("143K02", toi2); 29 32 30 w2.addInput("143K01", toi1);31 w2.addInput("143K02", toi2);33 // w2.addInput("143K01", toi1); 34 // w2.addInput("143K02", toi2); 32 35 33 36 cout << "starting" << endl; … … 36 39 r2.start(); 37 40 w1.start(); 38 w2.start();41 //w2.start(); 39 42 40 43 cout << "joining" << endl;
Note:
See TracChangeset
for help on using the changeset viewer.