Skip to content

A suite of analyses on the spatial distribution of satellite galaxies around their hosts

Notifications You must be signed in to change notification settings

mao-astro/satellite-ellipticities-fork

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

satellie-ellipticities

A suite of analyses on the spatial distribution of satellite galaxies around their hosts using obersevational satellite data from the SAGA survey and simulated dark matter data from the CosmoSim VSMDPL simulation

Features

  • Compare the distribution of SAGA satellite system ellipticities measured to simulated dark matter subhalo ellipticities
  • Plot features of host galaxy against ellipticity measurements
  • Evaluate the prominence of each satellite or subhalo system with respect to a random distribution

Dependencies

  • Use of public SAGA data requires the installation of the SAGA package
conda install git pip
pip install git+git://github.com/sagasurvey/saga.git
  • VSMDPL data may be similarly downloaded via their website. This package assumes it is downloaded as a parquet
  • all other python dependencies are listed in the requirements.txt file

to install a new conda environment called satellite-ellipticities with all dependencies, run the following inside the top directory

$ conda env create
$ conda activate satellite-ellipticities

or to install packages via pip:

$ pip install -r requirements.txt

Env

  • You need to supply the paths to your local copies of 4 data sets in a .env file which will be gitignored. A fifth environment variable, the SAGA_DB will be a remote path which need also be added to your .env file.

About

A suite of analyses on the spatial distribution of satellite galaxies around their hosts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%