Changeset 634 in ETALON for SPESO/ana2015/analyse_day.m


Ignore:
Timestamp:
Jan 25, 2017, 10:08:40 PM (7 years ago)
Author:
delerue
Message:

Updated SPESO analysis code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SPESO/ana2015/analyse_day.m

    r626 r634  
    167167end %if nFullShots>0
    168168
    169 %plot erroros and send alert if something wrong
     169%plot errors and send alert if something wrong
    170170analyse_dayInfo(dateStr, 200);
    171171
     
    281281        %============================= if full data exists      =================================
    282282        if (nFullShots>0)
     283             fprintf(fid, [ ' nFullShots: ' nFullShots '</Br>' ]);
    283284          for ifig=[1 501:504 ]
    284285           imgname=[ 'analysis_figure_fullinfo_' num2str(ifig) '.png' ];
     
    293294                                                                  '</A>\n' ] );
    294295         end % for each figure
     296           else
     297             fprintf(fid, [ ' <P> Full day info not yet available </P>' ]);
    295298        end %if nFullShots>0
    296299        % ----------------------------------- full data --------------------------------------
Note: See TracChangeset for help on using the changeset viewer.