GalSim-developers / GalSim

The modular galaxy image simulation toolkit. Documentation:
http://galsim-developers.github.io/GalSim/
Other
224 stars 106 forks source link

write code to carry out standard multi-object simulations #103

Closed rmandelb closed 12 years ago

rmandelb commented 12 years ago

There are certain types of multi-object simulations that are standard in our field. Examples include ring tests, and the generation of multiple noise maps for the same object to determine error distributions. We would like to have some bits of code that can carry out these standard types of multi-object simulations automatically.

rmandelb commented 12 years ago

Ah, I like what you did in script 2, very nice.

I just lowered the flux in script 3 so the images have a bit more recognizable noise. I don't think we need to do anything more for script 3, though I'm open to suggestions if people have them.

Mike, is the abbreviated config ready for a pull request? If so, I'll open one so we can merge that + the demo script into master this week.

rmjarvis commented 12 years ago

Yep. I think I'm all ready to go on that. I'm glad you like the new version. :)

rmandelb commented 12 years ago

Okay, I'm going to merge master into this and open the pull request.

On May 22, 2012, at 3:27 PM, Mike Jarvis wrote:

Yep. I think I'm all ready to go on that. I'm glad you like the new version. :)


Reply to this email directly or view it on GitHub: https://github.com/GalSim-developers/GalSim/issues/103#issuecomment-5856325


Rachel Mandelbaum http://www.astro.princeton.edu/~rmandelb rmandelb@astro.princeton.edu

barnabytprowe commented 12 years ago

Also really like this, great guiding instructions!