Changeset 2330 in Sophya for trunk/ArchTOIPipe


Ignore:
Timestamp:
Feb 24, 2003, 3:38:27 PM (23 years ago)
Author:
cecile
Message:

plus de wring

File:
1 edited

Legend:

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

    r2329 r2330  
    7979
    8080 FITSRingWriter wfits(fitsout_value);
    81  FITSRingWriter wwfits(fitsout_weight);
     81 // FITSRingWriter wwfits(fitsout_weight);
    8282 cout << "setAperture" << endl;
    8383 wfits.setAperture(85.);
    84  wwfits.setAperture(85.);
     84 // wwfits.setAperture(85.);
    8585 cout << "setNSamples" << endl;
    8686 wfits.setNSamples(Nsamples);
    87  wwfits.setNSamples(Nsamples);
     87 // wwfits.setNSamples(Nsamples);
    8888 wfits.setNRings(1);
    89  wwfits.setNRings(1);
     89 // wwfits.setNRings(1);
    9090 
    9191
Note: See TracChangeset for help on using the changeset viewer.