Skip to content

salamantos/FLEX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

116 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FLEX

Light curve visualization site

http://lc-dev.voxastro.org

FLEX - Fulu Library EXamples - is a website visualizing light curves of astronomical transients (SN, TDE etc.) and Active Galactic Nucleas (AGN)

Fulu part uses approximation neural network models from Fulu library: https://github.com/HSE-LAMBDA/fulu

Light curves for Fulu from Zwicky Transient Facility (ZTF) data release Light curves for Valc from ZTF Forced Photometry service and Asteroid Terrestrial-impact Last Alert System Forced Photometry service (ATLAS)

Development

Start Docker locally

  1. Install Docker and Docker Compose
  2. Run in terminal docker-compose up -d. If you need to restart just one container, run docker-compose build flex_frontend && sudo docker-compose up -d flex_frontend
  3. Replace HOST in frontend/fulu.html and frontend/valc.html with 'http://localhost:7001/api'. IMPORTANT: don't forget to return it back to PROD value!
  4. Open frontend/index.html in browser (preferably Firefox). You may need to disable CORS. To do this, install adn enable CORS Everywhere Firefox extension
  5. Now you need to upload data to your local setup. Simply replace host in upload script to http://localhost:7001

About

Light curve visualization site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors