Similar questions have been discussed before, but I’m still unclear , so I am asking again (apologies for any repetition).
Context:
I am aiming to identify a transient class (e.g., lensed SNe) in the LSST alert stream using an image time series. Suppose I get an alert for a transient today. I want to retrieve small cutouts at that location for visits over the last two months. Some of those visits may have triggered alerts in the past; others would have had no alert (and thus no alert packet).
Currently, retrieving cutouts via Butler or SIA takes a few seconds per request, which limits how many transients I can process daily. So I am looking for a more efficient way.
Questions:
- Will the Prompt Products Database (PPDB) contain any images or small cutouts?
- If not, what about the small cutouts that would be sent in alert packets to brokers? Are these not stored in PPDB?
- If yes,
(a) Will PPDB include cutouts for all visits, even when no alert was issued?
(b) Will PPDB retain images/cutouts only for a limited period in the past?
(c) Will the 80H embargo apply on the small cutouts (those were sent to the broker)?
Thank you in advance.