Changeset 433 in ETALON for SPESO


Ignore:
Timestamp:
Mar 31, 2016, 2:39:19 PM (8 years ago)
Author:
malovyts
Message:

Added 9 plots in the day analysis

Location:
SPESO/ana2015
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • SPESO/ana2015/analyse_day.m

    r398 r433  
    163163%%% Preliminary analysis
    164164if (nFullShots>0)
    165         fih=figure(301);
    166         data_vars_plot();
    167          set(gcf,'PaperUnits','inches','PaperPosition',[0 0 24 18])
    168         print(fih, '-dpng', '-r300',[ plots_basedir dateStr '/analysis_figure_' num2str(1) '.png' ])
    169         close(fih);
    170   %analyse_info_one_day(dateStr)
     165  analyse_info_one_day(dateStr)
    171166end %if nFullShots>0
    172167
  • SPESO/ana2015/analyse_info_one_day.m

    r357 r433  
    1 function analysed_info_one_day(dateStr)
     1function analyse_info_one_day(dateStr)
    22
    33global basedir;
     
    5959end % for each figure
    6060
     61fih=figure(301);
     62data_vars_plot();
     63 set(gcf,'PaperUnits','inches','PaperPosition',[0 0 24 18])
     64print(fih, '-dpng', '-r300',[ plots_basedir dateStr '/analysis_figure_' num2str(1) '.png' ])
     65close(fih);
    6166
    6267end % function analyse_one_day
Note: See TracChangeset for help on using the changeset viewer.