The target location appears to be in the extended range of the galaxy. However, when reviewing the magnitude history (including non-detections), it appears that the observation that generated the alert shows a very similar magnitude as prior observations (within the expected noise range), so it’s probably not of interest. Further data points are needed, though, as there’s always the chance that it was just catching the start of a brightening.
I see the filters down at the bottom of the screen for noise, recentness, magnitude, and altitude above the local horizon at whatever location has been set. Those should be very useful! In testing them, the only downside that I’ve noticed is that it seems to be filtering by altitude based on where the object is right now, instead of where it will be tonight when follow-up observations would happen. That means most objects that would be up tonight are filtered out during the day when observing runs are planned. Is there any way to have it filter by object altitude tonight, since that info is already present in the “Observation Planner” (in the Observe tab)?
Hi Kelly, I updated the altitude filter to reflect altitude tonight. Also I was thinking more about the light curve and implemented an algo to determine the statistical spread of non-event detections to determine a noise floor. Not sure how accurate it is given the small sample size but it gives another way of looking at it more objectively. Here’s another one that I just found VR Observatory Explorer
It’s been a while, but I’ve slowly been adding features to the app and fixing bugs. One issue I resolved was asteroids incorrectly appearing under the Variable Stars and Transients categories.
The latest feature is an NPM package I created that generates a WebRTC bridge between your local AI tools — such as Codex CLI, Gemini CLI, or Claude CLI — and the app. Previously, the app had a feature that let you analyze event data using the Gemini API, but I had to password-protect it because it used my personal API key.
Now, users can connect their own AI running in headless mode instead. My understanding is that this type of workflow is supported with Codex, but may be discouraged or against the rules with Claude and Gemini.
If the headless mode works, I may rework the whole app to have the AI analyze all the incoming events from Antares and Fink.
I just added ALeRCE broker support as an additional identification signal for events in the app. For now, it applies only to events with ZTF detections. Together with AI Analysis, this should provide more context and help users better understand what an event may be.
I greatly appreciate the additional information, especially since it includes a link to the Alerce page where the data can be further examined with ease.
I noticed that the eRosita links have been leading to an error page - the catalog I think you were trying to query looks like it was moved to viz-bin/VizieR-3?-source=J/A%2bA/682/A34/erass1-m instead of viz-bin/VizieR-S?source=J/A%2BA/682/A34, so that’s probably an easy fix.
I also see that there are “21/100” items being shown in the “Explosions” category, and “122/201” items in the Transients category, even though I’ve cleared all filters I am aware of. Recent=7D, Newness=Any, TNS unchecked, Mag=Any, Alt=Any. I tried changing my local lat/long, but no change. That’s an odd one, not sure what else to try from my side.
Hello Kelly, I fixed the filtering/count issue, so the category totals should now reflect the active carousel filters accurately. I also updated the eROSITA links to use VizieR-4 row view, which should make the source details accessible now.
This weekend I expanded Rubin Explorer’s discovery workflow so users can sort through many incoming sky alerts before opening them one by one. The app now prefilters events against existing catalogs and reporting systems such as TNS, MPC, and AAVSO/VSX, making it easier to quickly tell which alerts may be genuinely new and which are already known objects like reported supernovae, cataloged asteroids, or known variable stars. I also added a new AI-assisted multi-event review mode that scans groups of candidates and highlights which ones look most worth human follow-up, expanded the Discover feed, added clearer loading indicators, and fixed notification behavior so alerts are tied to targets that should be visible tonight from the user’s saved location.