-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stir.AcquisitionData.get_subset() fails on get_output() of ListmodeToSinograms, even with stir.AcquisitionData.set_storage_scheme("memory") #1217
Comments
I think this is the known problem that we cannot write subset-data yet. UCL/STIR#1003 I also think in the past we solved this by setting |
Cause: SIRF/src/xSTIR/cSTIR/stir_data_containers.cpp Lines 382 to 386 in e34ae29
but this currently fails as STIR cannot write subset data yet. |
@epapoutsellis have you tried storing acquisitions in memory as Kris suggested:
|
@epapoutsellis I think this was resolved as above? I cannot quite remember... |
Setting to |
I would like to perform stochastic optimisation using CIL for the NEMA dataset. I use this notebook.
If I run
acq_data.get_subset(i)
then I get this errorThe text was updated successfully, but these errors were encountered: