Home > cbassSouthFunctions > beamMeasurements.m

beamMeasurements

PURPOSE ^

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 d=read_arcSouth('12-Sep-2013:08:50:00','12-Sep-2013:09:50:00')
0002 
0003 data=d.antenna0.roach1.LL(:,33);
0004 az=d.antenna0.servo.az;
0005 el=d.antenna0.servo.el;
0006 timedata=d.antenna0.roach1.utc-d.antenna0.roach1.utc(1);
0007 timeservo=d.antenna0.roach1.utc-d.antenna0.servo.utcFast(1);
0008 
0009 ha(1)=subplot(311)
0010 plot(timedata,data)
0011 
0012 ha(2)=subplot(312)
0013 plot(timeservo,az)
0014 
0015 ha(3)=subplot(313)
0016 plot(timeservo,el)
0017 
0018 linkaxes(ha, 'x');      % Link all axes in x
0019 
0020

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