Thanks to visit codestin.com
Credit goes to github.com

Skip to content
forked from jobovy/AST1420

Materials related to AST1420 at the University of Toronto

enkun-li/AST1420

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AST1420

Materials related to AST1420 at the University of Toronto --- Galactic Structure and Dynamics

Table of Contents

Logistics

  • Meeting time / room: Fridays 11am - 1pm / AB 113

  • Instructor: Jo Bovy, AB229

  • Email: jo - dot - bovy - at - utoronto - dot - ca

  • Syllabus: Full details can be found in the syllabus

Assignments

  • Assignment 1: Available here, due Oct. 6 at the start of class

  • Assignment 2: Available here, due Oct. 27 at the start of class

  • Assignment 3: Available here, due Nov. 17 at the start of class

Lecture notes

Additional reading

  • Week 1: BM98 Chapter 1 for general background, BM98 Chapter 2 for review of astronomical measurements.

  • Week 2: BT08 Sec 2.1 and 2.2 (mostly covered in notes). BT08 Appendix D (classical mechanics).

  • Week 3: BT08 Sec 4.1, 4.2, 4.3, 4.8 (almost entirely covered in notes).

  • Week 4: Wolf et al. (2010), van Dokkum et al. (2016), Walker & Penarrubia (2011).

  • Week 5: BT08 Sec. 2.3 (mostly covered in notes), 2.6 (alternative approach to that in the notes), 3.2 (mostly covered in notes).

  • Week 6: BM98 Sec. 8.2, Sec. 9.1, 9.2, BT08 end of Sec. 3.2; Bovy 2017.

  • Week 7: BT08 Sec. 4.4, 4.5, 4.8 (pp. 353--356), 4.9.3.

  • Week 8: BT08 Sec. 2.4, 2.5, 3.2.2, 3.3, 3.7.3, 3.8.

  • Week 9: BT08 Sec. 2.9, 3.4; Dehnen & Read (2011).

Here, the books referenced are

  • BT08: Binney & Tremaine, Galactic Dynamics, 2nd Edition, 2008, Princeton University Press. See this link for errata.
  • BM98: Binney & Merrifield, Galactic Astronomy, 1998, Princeton University Press. See this link for errata.

Lecture slides

Code (Updated to v0.2 on 10/06/2017)

The notes include code snippets, some of which require functions from the galdyncourse_util Python package developed to accompany the notes. You can download the latest version of this package here. Untar.gz this package using

tar xvzf galdyncourse_util-0.2.tar.gz

which creates the directory galdyncourse_util-0.2. Enter this directory. Installing the package and other required packages is easiest if you are using the Anaconda Python distribution, a package manager for Python. Most of the necessary packages can be installed by doing

conda env create -f environment.yml

which creates the conda environment galdyncourse. Activate this environment with

source activate galdyncourse

Some packages cannot be installed through conda, for those run (after activating the environment)

pip install -r requirements.txt

Finally, a small set of tools in the galdyncourse_util package specific to these notes can be installed with

python setup.py install

If you have setup your environment this way, don't forget to activate the environment every time you want to use it using

source activate galdyncourse

About

Materials related to AST1420 at the University of Toronto

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 96.0%
  • Makefile 4.0%