-
Notifications
You must be signed in to change notification settings - Fork 28
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
Source detection+PSF docs updates #984
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #984 +/- ##
=======================================
Coverage 73.55% 73.55%
=======================================
Files 103 103
Lines 6711 6712 +1
=======================================
+ Hits 4936 4937 +1
Misses 1775 1775
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
7eb5a61
to
b7efe27
Compare
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, thanks!
@@ -42,7 +44,7 @@ in a parameter file. | |||
* ``--bkg_boxsize``: If using `calc_threshold_img` size of box in pixels for | |||
2D background / threshold images and if using | |||
calc_threshold_2d, the size of the box used when detecting | |||
sources. Default is 3. | |||
sources. Default is 9. |
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.
Good catch! 9 is pretty tiny too. I think we use 256 for the equivalent of this in other surveys!
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 number will still need to be adjusted if there's a crowding, or the source is very bright, etc.
I won't update the changelog for this entry until #987 is merged (to avoid a conflict with moving these lines). |
e072759
to
8a7cb2f
Compare
8a7cb2f
to
437ef0e
Compare
This PR adds narrative docs for users and devs following the introduction of PSF fitting in Source Detection Step (#794, #841). This is a starting point, happy to iterate as reviewers see fit.
Resolves RCAL-708