You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The initial_image is bare bones and has no ExamInfo (can be checked with print(image.get_info())) The consequence is that the output doesn't have any either. Reconstructing directly for STIR's OSMAPOSL utility (see par file below) does write images out with appropriate ExamInfo.
Not so sure what to do about this. It is possibly a STIR issue. It will create trouble once we take durations and location into account though.
par file
OSMAPOSLParameters :=
objective function type:= PoissonLogLikelihoodWithLinearModelForMeanAndProjData
PoissonLogLikelihoodWithLinearModelForMeanAndProjData Parameters:=
input file := prompts.hs
projector pair type :=Parallelproj
Projector Pair Using Parallelproj Parameters:=
End Projector Pair Using Parallelproj Parameters:=
end PoissonLogLikelihoodWithLinearModelForMeanAndProjData Parameters:=
initial estimate:= initial_image.hv
output filename prefix := output
number of subsets:= 21
number of subiterations:= 1
END :=
The text was updated successfully, but these errors were encountered:
I have code like this
The
initial_image
is bare bones and has noExamInfo
(can be checked withprint(image.get_info())
) The consequence is that the output doesn't have any either. Reconstructing directly for STIR'sOSMAPOSL
utility (see par file below) does write images out with appropriateExamInfo
.Not so sure what to do about this. It is possibly a STIR issue. It will create trouble once we take durations and location into account though.
par file
The text was updated successfully, but these errors were encountered: