help > RE: gPPI error: script misses VOI2 file where it is not necessary
Aug 27, 2021  01:08 AM | Donald McLaren
RE: gPPI error: script misses VOI2 file where it is not necessary
Hi Paula,

This is a mystery. I can't see how VOI2 gets generated.

Can you try changing the following lines:
P.VOI.VOI = [maskpath filesep voiNAMES{jj}];
P.VOI.masks = masks;
P.VOI.thresh = threshold;
P.VOI.min = VOImin;

to

P.VOI = [maskpath filesep voiNAMES{jj}];
#P.VOI.masks = masks;
#P.VOI.thresh = threshold;
#P.VOI.min = VOImin;

and see if it runs. This changes the P.VOI from a structure to a file and calls different sections of code. This might help narrow down the issue.

Thanks,
Donald

Threaded View

TitleAuthorDate
paulaberlin Aug 24, 2021
Donald McLaren Aug 24, 2021
paulaberlin Aug 24, 2021
RE: gPPI error: script misses VOI2 file where it is not necessary
Donald McLaren Aug 27, 2021
paulaberlin Aug 27, 2021
juliemaeh Mar 14, 2022
danielhoffmann Aug 27, 2021
Donald McLaren Aug 27, 2021
danielhoffmann Aug 27, 2021