-
Notifications
You must be signed in to change notification settings - Fork 107
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
Distributions of GalSim object input parameters #98
Comments
This is relevant to the discussion on #101 about what kind of parser we want. e.g. I think it might be nice to be able to have configuration lines look something like
which would probably push us towards Jim's eval idea for the configuration reading, since this is probably a lot closer to being possible as direct python code, rather than through something like ConfigParser. |
I agree Mike, I've discussed this with Rachel here and we both agree that the potential power of being able to use the |
I'll see if I can make a couple of examples... |
Image > ImageView usage in Weibull
Pull request #135 relevant to this issue. |
…rom the multiple deviate methods (#98)
and CCDNoise.h usage, is now. Tests pass as before.
…rly in the previous commit (#98)
Some extra statistical distributions ready for multi-object input (#98)
For generating multi-object simulations we may want to give the user the option of specifiying distributions of parameter values from which to sample. This is the issue for discussing how to do this, and for what distributions.
The text was updated successfully, but these errors were encountered: