Save recon-settings as part of image meta info? #846
KrisThielemans
started this conversation in
Ideas
Replies: 1 comment
-
In my own code I output a json |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In many cases it would be useful to save the info how an image was reconstructed (suggested by @zeljkozeljko). This is in general probably hard, but in most cases, STIR's
recon.parameter_info()
will give 99% of the info, so we could start there.Some things to think about:
recon.parameter_info()
DiscretisedDensity
. Do we create a constructor argument? (could become messy, so I suggest to have onlyset_recon_info
member.add_parsing_key
).In summary, a basic version seems fairly easy, while a foolproof version would be very hard. The question is therefore if it's beneficial. Any opinions?
Beta Was this translation helpful? Give feedback.
All reactions