-
Notifications
You must be signed in to change notification settings - Fork 6
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
Multi-plane lensing #37
Merged
Merged
Commits on Jul 31, 2024
-
This class stores a list of mass model objects. Given the eta values defining the geometry of the system it can ray trace observed positions onto each mass plane defined.
Configuration menu - View commit details
-
Copy full SHA for b68a477 - Browse repository at this point
Copy the full SHA b68a477View commit details -
This class stores a list of light models and given a ray-traced positions for each light plane will calculated the surface brightness of each light plane and return them as a stack.
Configuration menu - View commit details
-
Copy full SHA for 83aa455 - Browse repository at this point
Copy the full SHA 83aa455View commit details -
Add multi-plane lens image class
This class is ued to forward model a multi-plane lens system. This class adds new features of the current single-plane case: - Only use mask boundaries for pixel grid extents (for speed) - Only ray trace the observed positions once (and feed the results into the extent method if needed) - add source_grid_scale to scale the resulting extents of a pixel grid by a constant factor - add conjugate_points as a convenience function to quickly trace a know list of points to each source plane. To do: - add doc strings - make sure all features work as expected
Configuration menu - View commit details
-
Copy full SHA for d51e053 - Browse repository at this point
Copy the full SHA d51e053View commit details
Commits on Aug 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 68fca10 - Browse repository at this point
Copy the full SHA 68fca10View commit details
Commits on Aug 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d15bd6d - Browse repository at this point
Copy the full SHA d15bd6dView commit details
Commits on Aug 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d0fd25d - Browse repository at this point
Copy the full SHA d0fd25dView commit details -
The number of planes axis will always be -2 coming out of vectorize.
Configuration menu - View commit details
-
Copy full SHA for 8439d3e - Browse repository at this point
Copy the full SHA 8439d3eView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.