-
Notifications
You must be signed in to change notification settings - Fork 11
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
Implements RandomSquareSampling #443
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## dev #443 +/- ##
==========================================
- Coverage 61.91% 60.39% -1.53%
==========================================
Files 19 19
Lines 1431 1472 +41
==========================================
+ Hits 886 889 +3
- Misses 545 583 +38
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
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.
Sorry for the delay @atorchylo I have some small suggestions and a question
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Added a
RandomSquareSampling
sampling function, which allows user to get a subset of input catalog of a needed size. UnlikeDefaultSampling
, which selects galaxies randomly and then shifts them on the output image,RandomSquareSampling
selects galaxies that are physically close to each other.Closes #423