Changeset 442 in ETALON for SPESO


Ignore:
Timestamp:
Mar 31, 2016, 4:10:49 PM (8 years ago)
Author:
malovyts
Message:

Commented alert_problem in dataContrast, untill its approved

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SPESO/ana2015/analyse_dataContrast.m

    r407 r442  
    3535
    3636        % check if signal is within errors of bg
    37         if (length(find(signalMean-(bgMean+bgRMS)<0)))
     37        %if (length(find(signalMean-(bgMean+bgRMS)<0)))
    3838                %write alert into a file
    39                 alert_problem(alertVar.SIGNAL_BAD, '', '');
    40         end % if bad signal
     39        %       alert_problem(alertVar.SIGNAL_BAD, '', '');
     40        %end % if bad signal
    4141
    4242        % figure signal and bg with errorbars for each detector
Note: See TracChangeset for help on using the changeset viewer.