Home > reduc > support > introPlots.m

introPlots

PURPOSE ^

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

SYNOPSIS ^

function introPlots(d, plotparams, field);

DESCRIPTION ^

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  function introPlots(d, plotparams, field);

  plots az/el, cold_load, and receiver temps

  sjcm
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function introPlots(d, plotparams, field);
0002 
0003 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
0004 %
0005 %  function introPlots(d, plotparams, field);
0006 %
0007 %  plots az/el, cold_load, and receiver temps
0008 %
0009 %  sjcm
0010 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
0011 
0012 if (~exist('plotparams'))
0013   error('Need plotting parameters');
0014 end
0015 % if we don't want to see the plots
0016 
0017 setPlotDisplay(plotparams.plot);
0018 %packd(d, [], 'none', 'az_el', plotparams, [], field);
0019 %packd(d, [], 'none', 'rx_temp', plotparams, [], field);
0020 %packd(d, [], 'none', 'cold_load', plotparams, [], field);
0021 %packd(d, [], 'none', 'cone_temp', plotparams, [], field);
0022 %packd(d, [], 'none', 'wx', plotparams, [], field);
0023 packd(d, [], 'none', 'plot_sources', plotparams, [], field);
0024 packd(d, [], 'none', 'intent', plotparams, 'Intent Plots', field);
0025 
0026 return;
0027 
0028           
0029

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