; ANTENNA-GAIN-COEFFICIENT-TABLE ;;---------------------------------------------------------------------- ;; Copyright (C) 2001 ;; Associated Universities, Inc. Washington DC, USA. ;; ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as ;; published by the Free Software Foundation; either version 2 of ;; the License, or (at your option) any later version. ;; ;; This program is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. ;; ;; You should have received a copy of the GNU General Public ;; License along with this program; if not, write to the Free ;; Software Foundation, Inc., 675 Massachusetts Ave, Cambridge, ;; MA 02139, USA. ;; ;; Correspondence concerning AIPS should be addressed as follows: ;; Internet email: aipsmail@nrao.edu. ;; Postal address: AIPS Project Office ;; National Radio Astronomy Observatory ;; 520 Edgemont Road ;; Charlottesville, VA 22903-2475 USA ;;---------------------------------------------------------------------- ; gain correction coefficient file for the VLA. bjb. 2002jan31. ; the format of the lines looks like: ; bb aa c0 c1 c2 ; where: ; b = band designation (currently one of: 4, P, L, C, X, U, K, Q) ; aa = antenna number. if aa=0, this is an average over all antennas. ; c0, c1, c2 = gain correction coefficients ; ; NOTE - FORMAT FOR CLCOR ; ; c(z) = c0 + c1*z + c2*z^2 ; V_ij_cor = V_ij_obs * sqrt( c_i(z) * c_j(z) ) ; ; the subroutine that reads the lines in handles free format (i.e., ; any number of spaces > 0 between the entries). ; lines starting with ';' are comment lines ; ;----------------------------------------------------------------------- L 0 1.0061E+00 -5.2252E-05 -2.9662E-06 L 1 1.0048E+00 1.3000E-05 -3.9185E-06 L 2 1.0222E+00 -5.1625E-04 -1.1700E-06 L 3 1.0075E+00 -2.3018E-04 2.1017E-08 L 5 1.0075E+00 -3.0240E-04 9.7975E-07 L 6 9.9950E-01 4.3883E-04 -9.2250E-06 L 7 1.0007E+00 2.4592E-04 -6.0825E-06 L 8 1.0013E+00 2.5865E-04 -6.4500E-06 L 9 1.0072E+00 -2.3025E-04 1.0200E-06 L 10 1.0075E+00 -2.6325E-04 1.2190E-06 L 11 1.0130E+00 -3.6325E-04 1.2650E-06 L 12 1.0050E+00 -1.3250E-05 -4.6025E-06 L 13 1.0038E+00 1.1600E-04 -5.0050E-06 L 14 9.9925E-01 3.1125E-04 -7.5125E-06 L 15 1.0125E+00 -7.0950E-04 7.1025E-06 L 16 1.0080E+00 -3.9500E-05 -4.0755E-06 L 17 1.0115E+00 -4.1450E-04 1.0500E-06 L 18 1.0020E+00 2.4470E-04 -8.0775E-06 L 19 1.0017E+00 1.5875E-04 -4.4995E-06 L 20 1.0035E+00 2.7073E-04 -8.0850E-06 L 21 1.0125E+00 -3.3985E-04 4.3245E-08 L 22 1.0048E+00 1.1270E-04 -6.3600E-06 L 23 1.0065E+00 -1.6625E-04 -2.0702E-07 L 24 1.0033E+00 -1.1075E-04 -5.2002E-07 L 25 1.0043E+00 -1.1475E-04 3.9852E-07 L 26 1.0040E+00 2.5505E-04 -1.0367E-05 L 27 1.0045E+00 8.5250E-05 -4.7525E-06 L 28 1.0070E+00 -1.0775E-04 -2.2757E-06 ;----------------------------------------------------------------------- C 0 1.0022E+00 -1.1250E-04 8.3598E-07 C 1 9.9750E-01 5.6000E-05 2.5576E-07 C 2 9.9775E-01 3.6875E-05 3.2675E-07 C 3 1.0000E+00 -9.6175E-05 6.1325E-07 C 5 9.9975E-01 -5.1152E-05 6.7527E-07 C 6 9.9850E-01 -6.5749E-05 9.4749E-07 C 7 1.0048E+00 -7.5275E-05 -2.4550E-07 C 8 1.0013E+00 2.6876E-05 -1.0675E-06 C 9 1.0023E+00 -1.8310E-04 2.4214E-06 C 10 1.0025E+00 -2.8650E-05 -8.0500E-07 C 11 1.0150E+00 -9.0975E-04 1.1925E-05 C 12 1.0000E+00 2.4419E-05 -2.0192E-06 C 13 1.0075E+00 -2.5475E-04 2.3500E-06 C 14 1.0025E+00 4.1004E-06 -3.0150E-06 C 15 1.0000E+00 -8.5960E-05 2.6650E-07 C 16 1.0075E+00 -2.3885E-04 1.6317E-06 C 17 1.0025E+00 -1.2777E-04 5.9200E-07 C 18 1.0025E+00 -1.0561E-04 5.7252E-07 C 19 1.0075E+00 -2.7475E-04 2.9502E-06 C 20 1.0075E+00 -3.7875E-04 3.1570E-06 C 21 1.0000E+00 -7.3026E-05 1.2050E-06 C 22 1.0000E+00 -1.6890E-04 1.4120E-06 C 23 1.0025E+00 -2.1565E-04 3.4110E-06 C 24 1.0015E+00 -1.5398E-04 2.0655E-06 C 25 1.0025E+00 -1.8625E-04 1.7390E-06 C 26 1.0025E+00 -1.2633E-04 1.4483E-06 C 27 9.9975E-01 -9.3750E-05 8.5000E-07 C 28 9.9350E-01 7.0825E-04 -1.1090E-05 ;----------------------------------------------------------------------- X 0 1.0031E+00 -1.6927E-04 1.9135E-06 X 1 9.9925E-01 -7.1075E-05 1.7025E-06 X 2 9.9675E-01 5.8728E-05 5.1225E-07 X 3 1.0100E+00 -3.0850E-04 1.4750E-06 X 5 1.0050E+00 -2.7225E-04 2.4850E-06 X 6 1.0000E+00 -2.2475E-04 3.2025E-06 X 7 1.0030E+00 6.4000E-05 -2.0003E-06 X 8 9.9575E-01 5.7700E-05 1.1537E-06 X 9 1.0050E+00 -3.2125E-04 3.4250E-06 X 10 1.0100E+00 -3.8150E-04 2.0700E-06 X 11 9.9750E-01 -1.9744E-06 1.5860E-06 X 12 1.0050E+00 -3.6625E-04 3.2620E-06 X 13 1.0100E+00 -3.7100E-04 2.2583E-06 X 14 1.0050E+00 -1.8683E-04 9.6726E-07 X 15 9.7800E-01 9.9800E-04 -7.9675E-06 X 16 1.0100E+00 -2.0632E-04 1.4375E-06 X 17 1.0100E+00 -3.1400E-04 2.8500E-06 X 18 9.9100E-01 2.1125E-04 8.9696E-07 X 19 1.0098E+00 -3.4760E-04 2.3880E-06 X 20 1.0100E+00 -3.9175E-04 3.6050E-06 X 21 9.9975E-01 -4.1681E-05 1.3300E-06 X 22 1.0100E+00 -3.2775E-04 3.2950E-06 X 23 1.0035E+00 -2.8300E-04 4.2660E-06 X 24 9.9975E-01 -6.8950E-05 9.8775E-07 X 25 1.0100E+00 -5.4800E-04 5.4900E-06 X 26 1.0035E+00 -4.7300E-04 5.6575E-06 X 27 1.0000E+00 -1.5300E-04 2.3625E-06 X 28 1.0075E+00 -2.9950E-04 2.9675E-06 ;----------------------------------------------------------------------- U 0 1.0324E+00 -1.4352E-03 1.5845E-05 U 1 9.6250E-01 8.5425E-04 5.7450E-06 U 2 9.9250E-01 -4.5000E-04 1.2125E-05 U 3 1.0400E+00 -1.6825E-03 1.3150E-05 U 5 1.0350E+00 -1.5950E-03 1.3700E-05 U 6 1.0200E+00 -1.1850E-03 1.4475E-05 U 7 1.0425E+00 -2.0425E-03 1.6450E-05 U 8 1.0375E+00 -1.5900E-03 1.4575E-05 U 9 1.0150E+00 -9.2050E-04 1.2700E-05 U 10 1.0500E+00 -1.9775E-03 1.6775E-05 U 11 1.0175E+00 -1.3487E-03 1.6382E-05 U 12 1.0600E+00 -2.3675E-03 1.7750E-05 U 13 1.0175E+00 -9.8350E-04 1.2347E-05 U 14 1.0425E+00 -1.8375E-03 1.6550E-05 U 15 1.0150E+00 -6.3875E-04 9.7800E-06 U 16 1.0550E+00 -2.3100E-03 1.8600E-05 U 17 1.0450E+00 -1.8975E-03 1.8900E-05 U 18 9.9575E-01 -8.5100E-04 2.0100E-05 U 19 1.0525E+00 -2.4175E-03 2.2200E-05 U 20 1.2050E+00 -3.1300E-03 3.2375E-05 U 21 9.9600E-01 -4.0625E-04 1.0275E-05 U 22 1.0450E+00 -1.8825E-03 1.6675E-05 U 23 1.0225E+00 -8.4950E-04 7.6725E-06 U 24 1.0200E+00 -1.0663E-03 1.3138E-05 U 25 1.0500E+00 -2.1575E-03 1.7025E-05 U 26 9.9300E-01 -1.5057E-03 3.1075E-05 U 27 1.0350E+00 -1.6850E-03 1.6950E-05 U 28 1.0125E+00 -8.2600E-04 1.0335E-05 ;----------------------------------------------------------------------- K 0 1.0429E+00 -2.8623E-03 3.9044E-05 K 1 1.0225E+00 -2.4650E-03 4.2225E-05 K 2 9.5400E-01 2.3688E-04 2.2775E-05 K 3 1.0850E+00 -4.1050E-03 4.1700E-05 K 5 1.0425E+00 -2.6525E-03 3.5075E-05 K 6 1.0375E+00 -2.7100E-03 3.7450E-05 K 7 1.0900E+00 -4.1675E-03 3.8625E-05 K 8 1.0700E+00 -3.8175E-03 4.3300E-05 K 9 1.0350E+00 -2.5700E-03 3.7550E-05 K 10 1.0700E+00 -3.6375E-03 3.9600E-05 K 11 9.8800E-01 -1.0907E-03 3.2150E-05 K 12 1.1325E+00 -6.1375E-03 5.6625E-05 K 13 1.0550E+00 -2.9950E-03 3.7325E-05 K 14 1.0975E+00 -4.6775E-03 4.6750E-05 K 15 1.0400E+00 -4.0575E-03 6.7950E-05 K 16 1.1125E+00 -5.2850E-03 5.0975E-05 K 17 1.0600E+00 -3.1500E-03 3.3675E-05 K 18 9.6675E-01 -3.8510E-04 2.8925E-05 K 19 1.0375E+00 -2.7425E-03 3.9650E-05 K 20 1.0425E+00 -3.0425E-03 4.2000E-05 K 21 9.6275E-01 -1.2383E-04 2.3875E-05 K 22 1.0800E+00 -4.1275E-03 4.5425E-05 K 23 1.0125E+00 -1.7350E-03 3.1000E-05 K 24 9.8500E-01 -6.5701E-05 1.2300E-05 K 25 1.0650E+00 -3.0625E-03 3.1125E-05 K 26 9.9300E-01 -1.0235E-03 3.4800E-05 K 27 1.0875E+00 -4.6600E-03 5.1800E-05 K 28 1.0350E+00 -3.0325E-03 4.9525E-05 ;----------------------------------------------------------------------- Q 0 1.0787E+00 -5.5261E-03 7.7206E-05 Q 1 1.1800E+00 -1.3900E-02 2.1250E-04 Q 2 9.8850E-01 -2.9875E-03 7.3575E-05 Q 3 1.0875E+00 -5.1525E-03 6.3550E-05 Q 5 9.5075E-01 8.0000E-04 1.6003E-05 Q 6 1.0875E+00 -5.2225E-03 6.4925E-05 Q 8 1.1425E+00 -9.1000E-03 1.1847E-04 Q 10 1.1025E+00 -5.5650E-03 6.0525E-05 Q 11 1.0225E+00 -3.7450E-03 7.1025E-05 Q 12 1.1425E+00 -7.7475E-03 8.9300E-05 Q 13 1.0850E+00 -5.6100E-03 7.3550E-05 Q 14 1.0825E+00 -5.6175E-03 7.7150E-05 Q 16 1.0325E+00 -1.2130E-03 8.1949E-06 Q 17 1.1100E+00 -7.3550E-03 9.9325E-05 Q 18 1.0475E+00 -5.5825E-03 9.7275E-05 Q 19 1.1150E+00 -6.5225E-03 7.7475E-05 Q 21 9.7425E-01 -1.2132E-03 4.2825E-05 Q 22 1.0825E+00 -5.3000E-03 6.8150E-05 Q 23 1.0275E+00 -2.4933E-03 4.0450E-05 Q 24 1.0825E+00 -7.0600E-03 1.1338E-04 Q 25 1.1125E+00 -6.4275E-03 7.5775E-05 Q 26 1.1300E+00 -7.6500E-03 8.9100E-05 Q 27 1.1275E+00 -6.6525E-03 7.1850E-05 Q 28 1.0975E+00 -5.7825E-03 7.1375E-05