Skip to content

Commit

Permalink
unNorm
Browse files Browse the repository at this point in the history
  • Loading branch information
scott committed Mar 28, 2017
1 parent 7f303a5 commit 73be588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unNormCLASSES.m
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
for t=1:svca4.nFrames
PET_t = PET(:,:,:,t);
vals = PET_t(indMASK) - mean(PET_t(indMASK));
vals = vals/std(vals(:));
vals2(t) = std(vals(:));
frameMean(t) = mean(PET_t(indMASK));
frameSTD(t) = std(vals(:));
frameS(t) = std(PET_t(indMASK));
Expand Down

0 comments on commit 73be588

Please sign in to comment.