Skip to content

Data Analysis for First Year Lab at Imperial College London: to be used exclusively for personal reference, and for reference in lab books/reports.

License

Notifications You must be signed in to change notification settings

martin-he543/first-year-data-analysis

Repository files navigation

First Year Data Analysis

Welcome to my First Year Data Analysis Code Repository!

There's lots to see and do in this merry land. Special thanks to the Python uncertainties package for eliminating the need for me to ever calculate uncertainties by hand. If you don't already have this package installed, or for some reason use Sypder, go to your Terminal on your respective operating system (on Windows, this is Win+R, then type cmd; on Mac, this is Cmd+Space, then type terminal), and type the following command:

pip install uncertainties
pip install pillow
pip install opencv-python

Alternatively, in Anaconda, type:

conda install uncertainties
conda install pillow
conda install opencv-python

Capacitance Data Analysis

You can find this under the aptly-named capacitance-data-analysis.py. You should be able to obtain plots that look something along these lines.

scd scd-linear lcd lcd-linear

Diffraction Data Analysis

My magnum opus. Using diffraction-data-analysis-b-manual.py contains ways you can correct the curve_fit obtained from Scipy to make it better fit the curve through applying phase shifts, vertical and horizontal scalings.

ss-profile-a ds-profile-b ss-linear-a ds-linear-b ss-minima-b ds-minima-b

Lenses Data Analysis

Some output along these lines is expected from the file lenses-data-analysis.py: M vs s  Python

Interferometry Data Analysis

tumbleweed

Rydberg Data Analysis

Some output along these lines is expected from the file rydberg-data-analysis.py: red cyan violet final

Not So Simple Pendulum Data Analysis

No further comment will be made about this data analysis. Find at nss-pendulum-data-analysis-__________.py: ds1-curves ds1-plots ds1-ang ds2-curves ds2-plots ds2-ang

ds3-curves ds3-plots ds3-dens

LCR Data Analysis

a1 a2 a3 p1 p2 p3

About

Data Analysis for First Year Lab at Imperial College London: to be used exclusively for personal reference, and for reference in lab books/reports.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages