Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 863 Bytes

readme.md

File metadata and controls

9 lines (7 loc) · 863 Bytes

This repo hosts code for exploring the connection between 3D shapes and 2D projections of galaxies. The main code is in d3g2d while the runscripts folder contains the scripts to use the code in d3g2d to download data, get 3D shapes, and run classification/regression analysis.

This work has initiated as a part of the Kavli Summer Program In Astrophysics 2019. The code to get shapes is based on Hongyu Li's code; some of its outputs are included in his paper.


To set up the code in development mode, clone the repo, cd into the cloned folder, and run

pip install --user -e .