Changeset 375 in ETALON for SPESO


Ignore:
Timestamp:
Mar 18, 2016, 4:36:28 PM (9 years ago)
Author:
malovyts
Message:

added more analysis figures to the daily info

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SPESO/ana2015/analyse_day.m

    r373 r375  
    167167
    168168%plot erroros and send alert if something wrong
    169 analyse_detect_contrast(dateStr, 200);
     169analyse_dayInfo(dateStr, 200);
    170170
    171171%%% HTML file
     
    235235        fprintf(fid,'<HR>');% ---------------------------------------------------
    236236        %online analysis
    237         for ifig=[200,201,205:216]
    238            imgname=[ 'analysis_figure_' num2str(ifig) '.png' ];
    239            fprintf(fid, [ '<A HREF="' imgname '" ><IMG SRC="' imgname '" WIDTH=' num2str(imageSizes) ' ></A>\n' ] );
    240         end % for each figure
    241 
     237        imgname=[ 'analysis_figure_' num2str(200) '.png' ];
     238        fprintf(fid, [ '<A HREF="' imgname '" ><IMG SRC="' imgname '" WIDTH=' num2str(imageSizes) ' ></A>\n' ] );
     239        fprintf(fid,'<table>');
     240        for irow=1:4
     241             fprintf(fid,'<tr>');
     242                for ifig=[201+irow*4:204+irow*4]
     243                   imgname=[ 'analysis_figure_' num2str(ifig) '.png' ];
     244                   fprintf(fid,'<td>');
     245                   fprintf(fid, [ '<A HREF="' imgname '" ><IMG SRC="' imgname '" WIDTH=' num2str(imageSizes) ' ></A>\n' ] );
     246                   fprintf(fid,'<td>');
     247                end % for each figure
     248           fprintf(fid, '</tr>'
     249        end; % irow
     250        fprintf(fid,'</table>');
     251       
    242252        if (nFullShots>0)
    243253         for ifig=[1,101,111:112]
Note: See TracChangeset for help on using the changeset viewer.