- Notifications
You must be signed in to change notification settings - Fork0
Hyrax - A framework for machine learning in astronomy
License
lincc-frameworks/hyrax
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Hyrax is an efficient toolto hunt for rare and anomalous sources in large astronomical imaging surveys(e.g., Rubin-LSST, HSC, Euclid, NGRST, etc.).Hyrax is designed to support four primary steps in the anomaly detection workflow:
- Downloading large numbers of cutouts from public data repositories
- Building lower dimensional representations of downloaded images -- the latent space
- Interactive visualization and algorithmic exploration (e.g., clustering, similarity-search, etc.) of the latent space
- Identification & rank-ordering of potential anomalous objects
Hyrax is not tied to a specific anomaly detection algorithm/model or a specificclass of rare/anomalous objects; but rather intended to support any algorithmthat the user may want to apply on imaging data.If the algorithm you want to use takes in tensors, outputs tensors, and can beimplemented in PyTorch; then chances are Hyrax is the right tool for you!
To get started with Hyrax, clone the repository and create a new virtual environment.If you plan to develop code, run the.setup_dev.sh
script.
>> git clone https://github.com/lincc-frameworks/hyrax.git>> conda create -n hyrax python=3.10>> bash .setup_dev.sh (Optional, for developers)
Hyrax is under active development and has limited documentation at the moment.We aim to have v1 stability and more documentation in the first half of 2025.If you are an astronomer trying to use Hyrax before then, please get in touch with us!
This project started as a collaboration between different units within theLSST Discovery Alliance --theLINCC Frameworks Teamand LSST-DA Catalyst Fellow,Aritra Ghosh.
This project is supported by Schmidt Sciences.
About
Hyrax - A framework for machine learning in astronomy