Changeset 2330 in Sophya for trunk/ArchTOIPipe/TestPipes
- Timestamp:
- Feb 24, 2003, 3:38:27 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/TestPipes/tsttoi2ring.cc
r2329 r2330 79 79 80 80 FITSRingWriter wfits(fitsout_value); 81 FITSRingWriter wwfits(fitsout_weight);81 // FITSRingWriter wwfits(fitsout_weight); 82 82 cout << "setAperture" << endl; 83 83 wfits.setAperture(85.); 84 wwfits.setAperture(85.);84 // wwfits.setAperture(85.); 85 85 cout << "setNSamples" << endl; 86 86 wfits.setNSamples(Nsamples); 87 wwfits.setNSamples(Nsamples);87 // wwfits.setNSamples(Nsamples); 88 88 wfits.setNRings(1); 89 wwfits.setNRings(1);89 // wwfits.setNRings(1); 90 90 91 91
Note:
See TracChangeset
for help on using the changeset viewer.