Changeset 3986 in Sophya for trunk/Cosmo/RadioBeam/fgndsub.cc
- Timestamp:
- May 5, 2011, 7:25:18 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/RadioBeam/fgndsub.cc
r3830 r3986 14 14 15 15 /* --Methode-- */ 16 ForegroundCleaner::ForegroundCleaner(Four2DResponse& arrep, Four2DResponse& tbeam, TArray< TF >& skycube )17 : arrep_(arrep) , tbeam_(tbeam), skycube_(skycube) 16 ForegroundCleaner::ForegroundCleaner(Four2DResponse& arrep, Four2DResponse& tbeam, TArray< TF >& skycube, double maxratio) 17 : arrep_(arrep) , tbeam_(tbeam), skycube_(skycube), maxratio_(maxratio) 18 18 { 19 19 double dxdeg = ThetaSizeDegre/(double)NTheta; … … 32 32 { 33 33 BeamEffect beam(arrep_); 34 beam.Correct2RefLobe(tbeam_, skycube_, dx_, dy_, freq0_, dfreq_ );35 cout << " ForegroundCleaner::BeamCorrections() done "<< endl;34 beam.Correct2RefLobe(tbeam_, skycube_, dx_, dy_, freq0_, dfreq_, maxratio_); 35 cout << " ForegroundCleaner::BeamCorrections() done Maxratio=" << maxratio_ << endl; 36 36 } 37 37
Note:
See TracChangeset
for help on using the changeset viewer.