Changeset 3986 in Sophya for trunk/Cosmo/RadioBeam/fgndsub.cc


Ignore:
Timestamp:
May 5, 2011, 7:25:18 PM (14 years ago)
Author:
ansari
Message:

modification rapport maxi a appliquer lors des corrections de beams, Reza 05/05/2011

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cosmo/RadioBeam/fgndsub.cc

    r3830 r3986  
    1414
    1515/* --Methode-- */
    16 ForegroundCleaner::ForegroundCleaner(Four2DResponse& arrep, Four2DResponse& tbeam, TArray< TF >& skycube)
    17   : arrep_(arrep) , tbeam_(tbeam), skycube_(skycube)
     16ForegroundCleaner::ForegroundCleaner(Four2DResponse& arrep, Four2DResponse& tbeam, TArray< TF >& skycube, double maxratio)
     17  : arrep_(arrep) , tbeam_(tbeam), skycube_(skycube), maxratio_(maxratio)
    1818{
    1919  double dxdeg = ThetaSizeDegre/(double)NTheta;
     
    3232{
    3333  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;
    3636}
    3737
Note: See TracChangeset for help on using the changeset viewer.