Skip to content

Project work carried out during the SUNDIAL first training school in Groningen 22-26 January 2018. Visualize tabular data of galaxies in NIR.

Notifications You must be signed in to change notification settings

elehcim/galaxies-tSNE

Repository files navigation

Visualize n-dimensional data from a galaxy catalogue (NIR Spitzer S4G data)

Jupyter notebook with the project work carried out during the first SUNDIAL training school in Groningen 22-26 January 2018. We used PCA and t-SNE to visualize tabular data of the Spitzer Survey of Stellar Structure in Galaxies (S4G). Data are taken from here.

To view the notebook go here.

If you want to run it locally see the following instructions.

Dependencies

To install the python dependencies you can use conda:

conda create -n tsne python=3 jupyter sklearn astropy matplotlib numpy pandas seaborn
conda activate tsne  # or source activate if conda<4.4

Run the notebook

jupyter-notebook "Visualizing tabular data of S4G galaxies in infrared with PCA and t-SNE.ipynb"

Useful Links

Authors

Michele Mastropietro, Josefina Michea, Crescenzo Tortora

About

Project work carried out during the SUNDIAL first training school in Groningen 22-26 January 2018. Visualize tabular data of galaxies in NIR.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published