Home > pointing > firstPoint.m

firstPoint

PURPOSE ^

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 day1_1 = read_arc('15-sep-2009:05:16:00', '15-sep-2009:06:00:06');
0002 day1_2 = read_arc('15-sep-2009:06:16:00', '15-sep-2009:06:44:11');
0003 day1_3 = read_arc('15-sep-2009:10:04:26', '15-sep-2009:13:30:00');
0004 
0005 day2_1 = read_arc('16-sep-2009:05:24:41', '16-sep-2009:07:34:30');
0006 day2_2 = read_arc('16-sep-2009:08:08:35', '16-sep-2009:09:00:00');
0007 day2_3 = read_arc('16-sep-2009:09:20:37', '16-sep-2009:12:22:00');
0008 day2_4 = read_arc('16-sep-2009:12:26:00', '16-sep-2009:13:14:55');
0009 
0010 
0011 d = catstruct(1, [day1_1 day1_2 day1_3 day2_1 day2_2 day2_3 day2_4]);
0012 
0013 keyboard;
0014 eval(sprintf('display(''%d points on %d distinct sources'');', length(d.array.frame.utc), length(unique(d.antenna0.tracker.source))));
0015 
0016 % 105 distinct sources.
0017 
0018 save pointData2.mat 
0019 
0020 
0021 
0022 % now we call the optical pointing routine.
0023 [fm, ide, obs] = optical_pointing(d, 'cbassFirst');

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