10.6. Labjournaal BM#
10.6.1. General#
Template for labjournaal. See https://jupyter-notebook.readthedocs.io/en/stable/examples/Notebook/Working With Markdown Cells.html for options to use markdown.
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
from scipy.optimize import curve_fit
10.7. Preparation#
Assignments:
Method:
Theory:
Independent variable:
Dependent variable:
Controlled variablen:
Measurement instruments & Settings:
Procedure:
Setup(drawing or picture):
Notes:
About accuracy:
10.8. Execution#
# Measurements: Explain the names of variables provide only raw data in np.arrays!
Observations:
Notes:
10.9. 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: