Closed akmal871026 closed 3 years ago
Set options.OSL_OSEM
on line 851 to false. It was erroneously set as true on default.
yes. it work. but havelittle bit error
Starting image reconstruction
Index exceeds matrix dimensions.
Error in reconstructions_main (line 3378)
uu = double(full(Sino(pituus(osa_iter)+1:pituus(osa_iter +
1))));
Error in main_PET (line 1480)
pz = reconstructions_main(options);
What data are you using? Your own data or the one from Zenodo?
my own data. from pet ct scan. the raw data
can you give me your email so that I can share with you my own raw data. please help me.
Then the device/sinogram specific variables are most likely wrong. You should double-check them.
Furthermore, the input data needs to be in sinogram format, not in list-mode format.
If the input data is not Siemens Biograph list-mode data or Inveon data, I cannot help you. You need to contact the device manufacturer for assistance in reading the data.
OH I SEE.. BECAUSE MY DATA FROM GE BRAND.
Dear sir, when I want to run my own raw data PET, I use this code
>> main_PET.m
but error like below pop up
can someone tell the problem is?