384 |
printf("%s: here we go\n", me); |
printf("%s: here we go\n", me); |
385 |
*/ |
*/ |
386 |
|
|
387 |
double t0 = GetTime(); // start timing |
double t0 = airTime(); // start timing |
388 |
|
|
389 |
for (wi=0; wi<gridPoints; wi++) { |
for (wi=0; wi<gridPoints; wi++) { |
390 |
zz = AIR_AFFINE(-0.5, wi, gridPoints-0.5, -188.0000, -188.0000 + 140.0*0.5); /* HEY */ |
zz = AIR_AFFINE(-0.5, wi, gridPoints-0.5, -188.0000, -188.0000 + 140.0*0.5); /* HEY */ |
448 |
/* update number of actual output points */ |
/* update number of actual output points */ |
449 |
npos->axis[1].size = posIdx; |
npos->axis[1].size = posIdx; |
450 |
|
|
451 |
double totalTime = GetTime() - t0; // report timing |
double totalTime = airTime() - t0; // report timing |
452 |
printf("usr=%f\n", totalTime); |
printf("usr=%f\n", totalTime); |
453 |
|
|
454 |
if (nrrdSave(outS, npos, NULL)) { |
if (nrrdSave(outS, npos, NULL)) { |