Home > constants > telescope_constants.m

telescope_constants

PURPOSE ^

Constants of the CBASS_Telescopes

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

 Constants of the CBASS_Telescopes

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 % Constants of the CBASS_Telescopes
0002 apEff = 0.55;
0003 k_b   = 1.38e-23;
0004 dishArea = (6.1/2).^2*pi;
0005 areaEff  = apEff*dishArea;
0006 Tcmb     = 2.728;
0007 
0008 % Positions of the antennas in  degrees [ CBASS-N HartRAO CBASS-S]
0009 antenna_observatory = {'OVRO', 'HartRAO', 'Klerefontein'};
0010 % antenna_longitude =  [-118.2822    27.6854     21.9716];
0011 % antenna_latitude  =  [  37.2339   -25.8898    -30.9802];
0012 % antenna_altitude  =  [1222.0     1415.0      1080.0 ];
0013 antenna_longitude =  [-118.2822    27.6854     21.98037];
0014 antenna_latitude  =  [  37.2339   -25.8898    -30.97144];
0015 antenna_altitude  =  [1222.0     1415.0      1371.0 ];

Generated on Sun 14-Jun-2015 17:12:45 by m2html © 2005