-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: move quad_level to init (#245)
* refactor: move quad_level to init * update unit tests for LensSource * fiw more unit tests * yaml needs null not None * yaml sim cant accept none * refactor: lens source gridding system * fix no source mu shape * fix mu with no source * actually fix it this time * fix example usage docstring * Add psf as parameter * sim test quad level set * sim should work * get outputs right, shape and normalization * add check conv2d vs fft * fix fft roll in lens source * update docs with new quad_level argument fmt * remove unnecessary 'off' option for psf_mode
- Loading branch information
1 parent
9806a84
commit f72d8ad
Showing
9 changed files
with
244 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,3 +26,4 @@ simulator: | |
lens_light: *lnslt | ||
pixelscale: 0.05 | ||
pixels_x: 100 | ||
quad_level: 3 |
Oops, something went wrong.