zhafen / linefinder

A tool for finding and classifying the worldlines of Lagrangian parcels of mass, in the context of hydrodynamic simulations of galaxy formation.
https://zhafen.github.io/linefinder
MIT License
0 stars 1 forks source link

Set-up a basic analysis pipeline that can be rerun easily #74

Closed zhafen closed 6 years ago

zhafen commented 6 years ago

Originally reported by Zachary Hafen (Bitbucket: zhafen, GitHub: zhafen)


In particular, it should be able to rerun for different galaxy definitions.

It should include...

  1. Galaxy stellar mass fraction
  2. CGM mass fractions at z=0.25 across simulations
  3. CGM mass fraction at z=0.25 for m12i in radial bins
  4. CGM mass fraction for m12i as a function of redshift.

zhafen commented 6 years ago

Original comment by Zachary Hafen (Bitbucket: zhafen, GitHub: zhafen)


I've mostly implemented this, so counting it as fixed.

zhafen commented 6 years ago

Original comment by Zachary Hafen (Bitbucket: zhafen, GitHub: zhafen)


Probably the best way to do this is to keep using the notebooks, but create a bash script that converts all the notebooks to Python scripts, then runs those scripts.