This repository contains Python3 package for picking up the real candidates from GOTO SCIENCE image. It contains two real-bogus classifiers built by using Random Forest (RF) classifier and Artificial Neural Network (ANN).
- astroasciidata
- alipy
- HOTPANTS
- SExtractor
- RF Classifier
- GOTOcat
- PyMPChecker
- Clone the
g-TranRecrepository - Run
pip install -r requirements.txt - Install all the dependencies listed above
- Put the RF Classifier into
g-TranRec/gTranRec/data - Unzip all the zip files in
g-TranRec/gTranRec/data - Export the environment variable
$HP_PATHfor HOTPANTS - Install
g-TranRecusing pip:
pip install .
See the tutorial notebook (in the doc subdirectory) for more usage suggestions