-
Hi, if I change the binning in the gate_CT_main.m example (e.g. 2 instead of 1) I get the attached error. Am I missing something? I didn't change anything else in the script (the x/y sizes are divided and the pixel pitch multiplied by the binning). Cheers, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, There was a bug in the code that caused data load to fail when using binning greater than 1. You can download the fixed function from https://raw.githubusercontent.com/villekf/OMEGA/master/source/loadProjectionData.m and replace the old one in the OMEGA source-folder. That should fix the issue. |
Beta Was this translation helpful? Give feedback.
Hi,
There was a bug in the code that caused data load to fail when using binning greater than 1. You can download the fixed function from https://raw.githubusercontent.com/villekf/OMEGA/master/source/loadProjectionData.m and replace the old one in the OMEGA source-folder. That should fix the issue.