Skip to content

Commit

Permalink
FIX: area below to 55/60% and area above to 85/90%
Browse files Browse the repository at this point in the history
  • Loading branch information
otoolej committed Nov 13, 2017
1 parent cf50795 commit f11cea7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions outcome_hypoxia_hyperoxia.m
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
% John M. O' Toole, University College Cork
% Started: 30-10-2014
%
% last update: Time-stamp: <2017-10-10 14:48:41 (otoolej)>
% last update: Time-stamp: <2017-11-13 17:46:48 (otoolej)>
%-------------------------------------------------------------------------------
function [sum_st]=outcome_hypoxia_hyperoxia(all_info)
if(nargin<1 || isempty(all_info))
Expand Down Expand Up @@ -201,7 +201,7 @@
x(isnan(x))=[];
N=length(x);

low_thres=50; high_thres=80;
low_thres=55; high_thres=85;
if(sum_st(n).GA>=28)
low_thres=low_thres+5;
high_thres=high_thres+5;
Expand Down

0 comments on commit f11cea7

Please sign in to comment.