updated TestBlobAnalyze

This commit is contained in:
James E McClure 2015-06-05 13:28:03 -04:00
parent 30b38c946b
commit 77dd363ea4

View File

@ -211,7 +211,7 @@ int main(int argc, char **argv)
n = k*Nx*Ny+j*Nx+i; n = k*Nx*Ny+j*Nx+i;
// Shrink the sphere sizes by two voxels to make sure they don't touch // Shrink the sphere sizes by two voxels to make sure they don't touch
Averages.SDs(i,j,k) = 100.0; Averages.SDs(i,j,k) = 100.0;
Averages.Phase(i,j,k) += 2.0; Averages.Phase(i,j,k) -= 5.0;
if (Averages.Phase(i,j,k) > 0.0){ if (Averages.Phase(i,j,k) > 0.0){
Dm.id[n] = 2; Dm.id[n] = 2;
} }