Homework and project files for ASTR400B.
- Homework2
- ReadFile.py - contains function read to data files used in the course.
- To use this function:
from ReadFile import read time, N_particles, data = read('File_Name')
- To use this function:
- ParticleProperties.ipynb - finds the properties for the 100th particle
- ReadFile.py - contains function read to data files used in the course.