Changeset 434 in ETALON for SPESO


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

Commented alert block

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SPESO/ana2015/analyse_detect_contrast.m

    r373 r434  
    4747title({'Signal selection, background selection'; 'whole day'});
    4848
    49 if (sum(signalGood)<length(signalGood))
    50         alert_problem(alertVar.SIGNAL_BAD, date_str,...
    51          [get_var_name(data_type) '; ' ...
    52           'Between ' num2str(hours(hour_loop)*hours_multi)...
    53           'th and ' num2str((hours(hour_loop)+1)*hours_multi) 'th hour']);
    54 end
     49
     50%if (sum(signalGood)<length(signalGood))
     51%       alert_problem(alertVar.SIGNAL_BAD, date_str,...
     52%        [get_var_name(data_type) '; ' ...
     53%         'Between ' num2str(hours(hour_loop)*hours_multi)...
     54%         'th and ' num2str((hours(hour_loop)+1)*hours_multi) 'th hour']);
     55%end
    5556
    5657 print(figure(figure_idx), [ basedirfigures  'analysis_figure_' num2str(figure_idx) '.png'], '-dpng');
Note: See TracChangeset for help on using the changeset viewer.