Home > cbassSouthFunctions > timingChecks > timingAnalysis241013LJ.m

timingAnalysis241013LJ

PURPOSE ^

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 d=read_arcSouthTiming('23-Oct-2013:16:00:43','23-Oct-2013:18:10:00')
0002 close all
0003 
0004 %Roach plots
0005 figure
0006 h(1)=subplot(311)
0007 plot(d.antenna0.roach1.roachSeconds)
0008 ylabel('roach1.roachSeconds')
0009 title('23-Oct-2013:16:00:43 , 23-Oct-2013:18:10:00')
0010 ylim([d.antenna0.roach1.roachSeconds(1),max(d.antenna0.roach1.roachSeconds)+10^3])
0011 
0012 h(2)=subplot(312)
0013 plot(d.antenna0.roach2.roachSeconds)
0014 ylabel('roach2.roachSeconds')
0015 ylim([d.antenna0.roach2.roachSeconds(1),max(d.antenna0.roach2.roachSeconds)+10^3])
0016 
0017 h(3)=subplot(313)
0018 plot(d.antenna0.roach1.utc)
0019 ylabel('roach1.utc')
0020 ylim([d.antenna0.roach1.utc(1),max(d.antenna0.roach1.utc)])
0021 
0022 linkaxes(h,'x')
0023 
0024 figure
0025 g(1)=subplot(211)
0026 plot(d.antenna0.roach1.intCount)
0027 ylabel('roach1.intCount')
0028 title('23-Oct-2013:16:00:43 , 23-Oct-2013:18:10:00')
0029 ylim([d.antenna0.roach1.intCount(1),max(d.antenna0.roach1.intCount)+10^4])
0030 
0031 g(2)=subplot(212)
0032 plot(d.antenna0.roach2.intCount)
0033 ylabel('roach2.intCount')
0034 ylim([d.antenna0.roach2.intCount(1),max(d.antenna0.roach2.intCount)+10^4])
0035 
0036 linkaxes(g,'x')
0037 
0038 figure
0039 plot(d.antenna0.roach1.buffBacklog)
0040 ylabel('roach1.buffBacklog')
0041 title('23-Oct-2013:16:00:43 , 23-Oct-2013:18:10:00')
0042 
0043 %Theral, Servo & tracker UTC
0044 figure
0045 plot(d.antenna0.thermal.utc)
0046 ylabel('thermal.utc')
0047 ylim([d.antenna0.thermal.utc(1),max(d.antenna0.thermal.utc)])
0048 title('23-Oct-2013:16:00:43 , 23-Oct-2013:18:10:00')
0049 
0050 figure
0051 plot(d.antenna0.servo.utc)
0052 ylabel('servo.utc')
0053 title('23-Oct-2013:16:00:43 , 23-Oct-2013:18:10:00')
0054 ylim([d.antenna0.servo.utc(1),max(d.antenna0.servo.utc)+0.01])
0055 
0056 figure
0057 plot(d.antenna0.tracker.utc)
0058 ylabel('tracker.utc')
0059 title('23-Oct-2013:16:00:43 , 23-Oct-2013:18:10:00')
0060 ylim([d.antenna0.tracker.utc(1),max(d.antenna0.tracker.utc)+0.01])

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