-
Notifications
You must be signed in to change notification settings - Fork 37
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
Question about phantom data #4
Comments
Indeed the Shepp-Logan case is somewhat of an outlier (which is partially why it was chosen), but it's still statistically possible given our prior. Could you please elaborate on what the question is here? |
Would you mind explain the value you use in random_shape? (In your code, this is
Is it possible if I use value of thank you for your good work. ~ @adler-j 👍 |
After read the shepp logan code. ("force" modify the value in |
This is true, but the alternative would cause a situation wherein we only have "positive" ellipses. I guess one option to curb this would be to also enforce positivity of the random phantoms (e.g. apply
This is because (at least for noise-less data, as in your example) shepp-logan is a rather tricky example.
It is, but I'd recommend just making the phantom positive at the end. |
The value of ellipses is "unsimilar" with shepp logan? which is difficult to post-process methods.
For example, the demo code as follow:
And the results as follow:
The value of phantom is nearly [0, 1]; however the value of phantom has negative values (Althought it's random)
The text was updated successfully, but these errors were encountered: