Files for processing raw data from the tidal tilting flume 'The Metronome' in Matlab
- Laser2NetCDF.m
This file processes the raw laser scanner .tif images to DEMs in netCDF format. All DEMs of one experiment are saved in a single file including metadata. The file is adjusted to the standard folder structure.
- laserMetronome_ESL.m
This file is a function used by Laser2NetCDF.m. Here the actual processing takes place. The calibration is still based on Exp046, so not up to date. This is accounted for in the main script. That part should be taken out when the calibration is updated.
- NetCDF2Plots.m
This file creates basic plots from Metronome DEMs in NetCDF format.
- Stitch_SLRcameraLaserGantry_ESL_v0.m
This file combines the photos of the SLR camera on the laser gantry into one photo. It is still adjusted for experiments with half the flume and the camera positions and lighting differences are not yet perfectly calibrated. It also is not adjusted for the standard folder structure.
- Stitch_overheadcams_ESL_v0.m
This file combines the photos of the overhead cameras into one photo and also processes them to videos. It is still adjusted for experiments with half the flume and the camera positions and lighting differences are not yet perfectly calibrated. It also is not adjusted for the standard folder structure.
No files for this are currently included as the files that were used in previous experiments are quite messy and not well adjusted for general processing. A better version will be coded in Python.