Changeset 1618 for trunk/src/STAttr.cpp


Ignore:
Timestamp:
08/14/09 16:04:47 (15 years ago)
Author:
Malte Marquarding
Message:

updated gain eleveation coeeficients for Parkes. changed ord of polynomial to ncoeff-1. Shouldn't have affected anything as the default value for coefficients is 0.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STAttr.cpp

    r1391 r1618  
    331331   TidGainElPoly_(2) = -3.219093e-4;
    332332   
     333   // 2009-09-15 - 13mm (22.2GHz) receiver
    333334   ParkesGainElPoly_.resize(3);
    334    ParkesGainElPoly_(0) = 0.296759e-1;
    335    ParkesGainElPoly_(1) = -0.293124e-3;
    336    ParkesGainElPoly_(2) = 0.264295e-6;
     335   ParkesGainElPoly_(0) = -0.194031;
     336   ParkesGainElPoly_(1) = 0.457724e-1;
     337   ParkesGainElPoly_(2) = -0.438659e-3;
    337338}
    338339
Note: See TracChangeset for help on using the changeset viewer.