Skip to content

jpribyl/advanced-physics-lab-coursework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo holds everything from the phsx 444 Advanced Lab course. That includes collected data, data analysis, lab descriptions, lab write ups, and generated figures.

Here is the structure:

All directories in this repo correspond to a lab. lab1/ is the first lab, lab2/ the second, etc. 
Within each lab's directory, you will find the following structure:

    |----lab<x>/
            |-----all .py python analysis files
            |
            |-----figures/
            |         |------all generated .png figures
            |
            |-----latex/
            |       |--------all lab report .tex and .pdf files
            |
            |-----lab_descrip/
            |       |--------all lab instructions and accompanying .pdf documents
            |
            |-----data/
                    |--------all collected data files .csv .xlsx, etc.