ASCL.net

Astrophysics Source Code Library

Making codes discoverable since 1999

Searching for codes credited to 'Graham, Matthew'

Tip: Author search checks name variants (e.g., Smith, John, Smith J). Last names are still best when results are broad.

Found 4 codes.

[ascl:2602.019] braai: Bogus/Real astrophysical event classification for the Zwicky Transient Facility (ZTF)
braai (Bogus/Real Adversarial AI) performs deep-learning real/bogus classification for the Zwicky Transient Facility (ZTF), separating genuine astrophysical events and objects from false positive detections. It uses a convolutional neural network to enable efficient automated detection of flux transients, recurring flux-variable sources, and moving objects in large-scale astronomical survey data. In production, it achieves low false negative and false positive rates.
[ascl:2602.018] Tails: Identify and localize comets in image data
Tails identifies and localizes comets in image data from the Zwicky Transient Facility (ZTF), a robotic optical sky survey, using deep-learning with a custom EfficientDet-based architecture. It detects comets in single images in near real time, rather than requiring multiple epochs as in traditional methods. In production, Tails achieves 99% recall, a false positive rate below 0.01%, and 1–2 pixel root mean square error in the predicted position.
[ascl:2112.009] AsteroGaP: Asteroid Gaussian Processes
The Bayesian-based Gaussian Process model AsteroGaP (Asteroid Gaussian Processes) fits sparsely-sampled asteroid light curves. By utilizing a more flexible Gaussian Process framework for modeling asteroid light curves, it is able to represent light curves in a periodic but non-sinusoidal manner.
[ascl:1402.004] PyVO: Python access to the Virtual Observatory
PyVO provides access to remote data and services of the Virtual observatory (VO) using Python. It allows archive searches for data of a particular type or related to a particular topic and query submissions to obtain data to a particular archive to download selected data products. PyVO supports querying the VAO registry; simple data access services (DAL) to access images (SIA), source catalog records (Cone Search), spectra (SSA), and spectral line emission/absorption data (SLAP); and object name resolution (for converting names of objects in the sky into positions). PyVO requires both AstroPy (ascl:1304.002) and NumPy.