Skip to content

IvS-KULeuven/gaianet_dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GaiaNet dashboard

Installing and running the dashboard

Clone or download the contents of this repository.

git clone https://github.com/IvS-KULeuven/gaianet_dashboard.git

Create a virtual environment, install the requirements and download the data. This operation takes about 15m and uses 27GB of disk space but it is done only once.

cd gaianet_dashboard
python -m venv dashboard_env
source dashboard_env/bin/activate
pip install -r requirements.txt
dvc pull

If you prefer, you can also use a conda environment

cd gaianet_dashboard
conda create -n dashboard_env python=3.12 pip
conda activate dashboard_env
pip install -r requirements.txt
dvc pull

(After activating the environment) Launch the dashboard in a browser tab

panel serve src/launch_panel.py --show --args data/DR3_40obs_20mag_with_spectra/ data/latent_space/

Using the dashboard

  • The scatter on the left shows the embedding. Each dot is a source. You can use the tools to the right of this plot to move and zoom in/out. Coloured dots correspond to sources from the CU7 training set.
  • Upon using the box selection tool in the embedding plot, the light curves, spectra and sky positions of 12 sources (randomly selected) from the selected region will be shown in the right part of the dashboard. Navigate through the data products using the tabs on the top. The source ids will also appear in the text box in the bottom left, from where they can be easily copied.
  • The light curve tab can switch between raw light curves and folded light curves by ticking the "Fold" checkbox at the top of the tabs.
  • Pressing the green button at the top of the tabs will show a different set of 12 sources from the selected region.

The light curve tab:

Screenshot 2024-10-02 at 10-21-04 GaiaNet embedding explorer

The light curve tab with the folded option activated:

Screenshot 2024-10-02 at 10-21-14 GaiaNet embedding explorer

The sampled xp spectra tab:

Screenshot 2024-10-02 at 10-21-22 GaiaNet embedding explorer

The sky tab:

Screenshot 2024-10-02 at 10-21-31 GaiaNet embedding explorer

Exploring the data without the dashboard

This notebook shows how to obtain metadata, embedding positions and data products for a given source id.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published