SAGUARO-MMA / saguaro_tom

A Target and Observation Manager for SAGUARO
0 stars 0 forks source link

Automatically query TNS for photometry of interesting targets #22

Closed griffin-h closed 8 months ago

griffin-h commented 1 year ago

@jrastinejad wrote all the code for this as part of PR #25. We just have to run it automatically for any target added from the TNS.

We also need a "do everything" button that checks if an existing target has recently been reported to the TNS, and then gets the photometry if so.

griffin-h commented 1 year ago

PR #41 takes care of checking whether the target is in the TNS, but we still need to discuss what subset of targets to run this on automatically.

griffin-h commented 8 months ago

I think we decided that this (and other vetting code) will be run in two cases: (1) a target is manually added to the TOM, or (2) we press the "Vet" button on the target detail page. This avoids running it on every candidate from the pipeline but makes it automatic/very easy for any target we care about.