Skip to content

Rough calculations and data analysis for the project: "Building an interferometer for the measurement of the refraction index of a liquid". SGSS school, AY 2018-19.

Notifications You must be signed in to change notification settings

Mentasti24/interferometry

 
 

Repository files navigation

Code for the analysis of the data from the GIMLI interferometer.


Rough analyses without much explaination can be found in Interferometry.ipynb and in rough_calculations.ipynb.


To center the data in a tab-separated file, use:

python center_fringes.py <filename.txt> <zero_fringe_order>

where filename.txt is the file where the data are stored, whose first line is ignored; zero_fringe_order is an integer corresponding to the order of the fringe which is manually identified to be of order 0.

This creates a file named filename_centered.txt with the same formatting.

Also, the tab-separated file filename_centered_mc.txt is created, which is ready for MonteCarlo simulations.


To compile the MonteCarlo sources, do:

cd montecarlo
source compileSources

About

Rough calculations and data analysis for the project: "Building an interferometer for the measurement of the refraction index of a liquid". SGSS school, AY 2018-19.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 81.4%
  • C++ 12.7%
  • C 2.5%
  • Python 1.6%
  • Gnuplot 1.5%
  • Shell 0.3%