Changeset 3787 in Sophya for trunk/Cosmo/RadioBeam/mdish.cc


Ignore:
Timestamp:
Jun 25, 2010, 12:00:30 PM (15 years ago)
Author:
ansari
Message:

Ajout classes / programmes de calcul d'effet de lobe sur les radio-sources, Reza 25/06/2010

File:
1 edited

Legend:

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

    r3783 r3787  
    1212  : typ_(typ), dx_((dx>1.e-3)?dx:1.), dy_((dy>1.e-3)?dy:1.)
    1313{
     14  setLambdaRef();
     15  setLambda();
    1416}
    1517
     
    1719double Four2DResponse::Value(double kx, double ky)
    1820{
     21  kx *= lambda_ratio_;
     22  ky *= lambda_ratio_;
    1923  double wk,wkx,wky;
    2024  switch (typ_)
     
    6266double Four2DRespTable::Value(double kx, double ky)
    6367{
     68  kx *= lambda_ratio_;
     69  ky *= lambda_ratio_;
    6470  int_4 i,j;
    6571  if ( (kx<=hrep_.XMin())||(kx>=hrep_.XMax()) ||
Note: See TracChangeset for help on using the changeset viewer.