-
Notifications
You must be signed in to change notification settings - Fork 23
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
code and hooks needed for SGA-2024 #723
Comments
You bet! For the first item, I have a convenient table of sources with a bunch of data (a lot of it coming from reference sources, where they exist). Which of these do you think are worth keeping?
And what other things would you like to know about sources? S/N or flux in each band? |
It's hard to know what we'll need in the end, but at minimum we'll want central coordinates (ra, dec, ibx, iby) and an estimate of the "size" of the object, which from this table looks like it might just be the TL;DR, let's just write out something and we'll go from there! |
Yeah, S/N and flux would just be peak values (in the detection maps, ie, would be the total flux of a point source) Will push a commit this afternoon! |
Just pushed 05606ae |
Reference sources and newly-detected sources differ in some weird ways:
Note that the And about size: yeah, currently there's only the blob bounds size. I could try adding in a cheap fwhm measure if you like. |
A very cheap |
I'll think about what we can do for FWHM. For the blob map -- currently it gets written out after |
Thanks @dstndstn, I'm not convinced that an early blob map is on the critical path, so let's hold off on that for now. |
@dstndstn I'd like to use this ticket to track some of the (new) code and hooks we're going to need as part of the ongoing SGA-2024 work. At the moment I have two requests, although I'm sure that others will arise:
stage_srcs
could produce a catalog of candidate sources (not in the Pickle file) which can then be analyzed, e.g., in a notebook. One suggestion would be to write this catalog to themetrics/cus
directory, like thereferences-*.fits
catalog.runbrick
, and presumably the choice should be written to the output headers.@sybenzvi @kadglass @nityar
The text was updated successfully, but these errors were encountered: