NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

Changeset 228

Show
Ignore:
Timestamp:
02/12/09 16:04:47
Author:
gdusek
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • DPWavesProc/trunk/DPWavesProc/test_code/specmultiplot_compare.m

    r225 r228  
    9898    %Use waveplot to plot the polar, freq and dir plots of the spectra 
    9999 
    100     [E_UVW_WI,I_UVW_WI,E_range_WI,I_range_WI,wmon_WI,fig1,fig2]=waveplot(E_uvw_F01_D2,I_uvw_F01_D2,E_range_F01_D2,I_range_F01_D2,spec,sysinfo); 
     100    [E_UVW_WI,I_UVW_WI,E_range_WI,I_range_WI,wmon_WI,fig1,fig2]=waveplot_compare(E_uvw_F01_D2,I_uvw_F01_D2,E_range_F01_D2,I_range_F01_D2,spec,sysinfo); 
    101101     
    102102    saveas(fig1,['polar1_' dateinfo '.fig']); 
     
    138138 
    139139%now create the time series plots of the wave info 
    140 [fig_sigh,fig_pp,fig_dp,fig_dd]=Winfo_plot(Winfo); 
     140[fig_sigh,fig_pp,fig_dp,fig_dd]=Winfo_plot_compare(Winfo); 
    141141 
    142142saveas(fig_sigh,['sigh_' dateinfo '.fig']);