Skip to content

sheepover96/lae_detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Subaru-HSC: LAE detector

Requirements

  • python3 or Docker

Required dataset format

Dataset must be following CSV format.

id, narrow_fits_data_path, g_fits_data_path

How to use

python3

  1. python3 -m venv venv

  2. source venv/bin/activate

  3. pip install -r requirements.txt

  4. python3 main.py dataset_path

docker

under construction

Output format

LAE detection result is saved in the fllowing format.

id, narrow_fits_data_path, g_fits_data_path, narrow_band_prediction, g_band_prediction, LAE_or_Not(1 or 0), narrow_band_certainty, g_band_certainty

About

Subaru HSC: LAE detector

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published