Skip to content

hollisakins/Justice_League_Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Justice League Code

Hollis Akins

This github repository documents all the code I wrote for my Summer 2019 MAP and subsequent work with Prof. Christensen at Grinnell College. Some of the data needed to run this Python code is stored within this remote repo. Other, larger datasets are not.

Each individual subdirectory should be documented with a README.md file to provide more information.

The basic structure of the repo is as follows

Justice_League_Code/
│   README.md
│   .gitignore     
│
└───Analysis/
│   │
│   └───Images/ 
│   │   │   ... (code to generate Figure 1 in Akins et al. 2021)
│   │
│   └───LuminosityFunction/ 
│   │   │   ... (code to generate Figure 2 in Akins et al. 2021)
│   │
│   └───QuenchedFractions/
│   │   │   ... (code to generate Figure 3 in Akins et al. 2021)
│   │
│   └───QuenchingTimescales/ 
│   │   │   ... (code to generate Figures 4-7 in Akins et al. 2021)
│   │
│   └───RamPressure/
│       │   ... (code used in Spring 2021 MAP and onward, using particle tracking to examine gas flow)

│   
└───BulkProcessing/
│   │   ... (scripts used to generate datasets of basic galaxy properties)
│
└───Data/
│   │
│   └───timesteps_data/
│   │   │   ... (basic galaxy properties over time)
│   │
│   └───z0_data/
│       │   ... (galaxy properties at z=0)
│   
└───MergerTrees/
    │   ...

About

Python code and compiled datasets I used to analyze the Justice League suite of galaxy simulations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages