Note
Template for lab journal. See here on using markdown.
General¶
Name:
Title of the experiment:
Starting date:
Expected enddate:
Partner:
Goal of the experiment:
Research question:
Expectations or Hypothesis:
Desired accuracy:
#import necessary libraries
import matplotlib.pyplot as plt
import numpy as np
import math
from scipy.optimize import curve_fit
Preparation¶
Assignments:
Method:
Theory:
Independent variable:
Dependent variable:
Controlled variablen:
Measurement instruments & Settings:
Procedure:
Setup(drawing or picture):
Notes:
About accuracy:
Execution¶
# Measurements: Explain the names of variables provide only raw data in np.arrays!
Observations:
Notes:
Processing¶
Description of processing of raw data into scientific evidence:
#Data processing and analysis:
#Data processing and analysis:
#Data processing and analysis:
Describing the pattern in the processed data:
#Calculations of e.a. measurement uncertainties, and providing final answers.
Notes:
Discussion¶
Conclusion¶