-
Notifications
You must be signed in to change notification settings - Fork 10
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
add support for hex and grid layout for DeblendedGalaxy #191
Conversation
The test does not pass. But this is the problem of hexalattice. |
It is this commit: I report an issue: |
Yeah, that's a bug in hexalattice, it shouldn't require that |
@esheldon , I think the bug is fixed after the issue in hexalattice is fixed! Could you please review the PR? |
@esheldon , similar problem in stack, I think the problem comes with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these changes to the defaults are going to break existing configurations, making the code not backward compatible
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to maintain backward compatibility
descwl_shear_sims/sim.py
Outdated
@@ -29,9 +29,9 @@ | |||
# randomize the psf fwhm and shape for each trial. PSF is still same | |||
# for all epochs/bands | |||
"randomize_psf": False, | |||
"coadd_dim": 250, | |||
"coadd_dim": 300, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this breaks backwards compatibility
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me
see issue #152
The galaxy number density is determined by the layout for these two cases.