CERN / TIGRE

TIGRE: Tomographic Iterative GPU-based Reconstruction Toolbox
BSD 3-Clause "New" or "Revised" License
581 stars 190 forks source link

When I set geo=defaultGeometry('nVoxel', [1024;1024;1024]), the program crashes directly, what is the cause of this? #575

Closed daxiaojiupang closed 3 months ago

daxiaojiupang commented 3 months ago

Expected Behavior

Actual Behavior

Code to reproduce the problem (If applicable)

Specifications

AnderBiguri commented 3 months ago

As you are aware,

geo=defaultGeometry('nVoxel', [1024;1024;1024])

Does not make the program crash. Code to reproduce the problem is importar, this is why it's there in your comment to fill it in. Please provide full information about where it crashes and the rest of the information required for me to be able to help. Otherwise as far as I know this could be unrelated to Tigre.

daxiaojiupang commented 3 months ago

As you are aware,

geo=defaultGeometry('nVoxel', [1024;1024;1024])

Does not make the program crash. Code to reproduce the problem is importar, this is why it's there in your comment to fill it in. Please provide full information about where it crashes and the rest of the information required for me to be able to help. Otherwise as far as I know this could be unrelated to Tigre.

1724146603681 1724146755364 @AnderBiguri I only changed the geo.nVoxel parameter, nothing else, and then the program just crashed.

AnderBiguri commented 3 months ago

That's a matlab installation issue, in fact I don't even think that should crash matlab, just a normal Ubuntu + matlab warning.

In any case, that message is unrelated to Tigre, it's about your local installation of matlab, which I cna not help with

daxiaojiupang commented 3 months ago

That's a matlab installation issue, in fact I don't even think that should crash matlab, just a normal Ubuntu + matlab warning.

In any case, that message is unrelated to Tigre, it's about your local installation of matlab, which I cna not help with

I see. Thank you very much for your reply.