Skip to content

ImagingLectures/WaterInSand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WaterInSand

A tutorial to study water uptake in porous media using neutron imaging. Objectives:

  • Determine the attenuation coefficient for water.
  • Analysing a neutron radiography time series.
Open In Colab

Preparation to use the notebook on you local computer

This tutorial is implemented as a jupyter notebook that can be run locally on your own computer or using google colab. The notebook doesn't require any exotic python modules and should work on an Anaconda installation the possible additions of tqdm and tifffile.

conda install tqdm tifffile

All dependencies are summarized in the environment.yml.

Once this is done, your are ready to go. Just start a jupyter session and navigate to the tutorial notebook located in tutorial/WaterInSand.ipynb.