Changeset 424 in ETALON for SPESO


Ignore:
Timestamp:
Mar 30, 2016, 6:05:54 PM (8 years ago)
Author:
malovyts
Message:

Added condition when SOLEIL status 20 should appear on the main page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SPESO/ana2015/all_data_summary.m

    r423 r424  
    273273
    274274        % do not plot 20h plot for 24 last hours
    275         if iday>0
     275        if (iday>0)||(str2num(datestr(now, 'HHMM'))>2000)
    276276                imgname = ['SOLEIL_since_' num2str(iday) '_days_20.png'];
    277277                fprintf(fid, [ '<A HREF="' imgname '" ><IMG SRC="' imgname '" WIDTH=' num2str(imageSizes) ' ></A>\n' ] );
Note: See TracChangeset for help on using the changeset viewer.