View: |
Part 1: Document Description
|
Citation |
|
---|---|
Title: |
Code for: Experimental Investigation of the Flow Behavior of Lagrangian LED Particles in a 200 L Bioreactor |
Identification Number: |
doi:10.18419/darus-2811 |
Distributor: |
DaRUS |
Date of Distribution: |
2022-04-29 |
Version: |
1 |
Bibliographic Citation: |
Hofmann, Sebastian; Kamp, Maximilian, 2022, "Code for: Experimental Investigation of the Flow Behavior of Lagrangian LED Particles in a 200 L Bioreactor", https://doi.org/10.18419/DARUS-2811, DaRUS, V1 |
Citation |
|
Title: |
Code for: Experimental Investigation of the Flow Behavior of Lagrangian LED Particles in a 200 L Bioreactor |
Subtitle: |
Bachelor Thesis and Code for Lagrangian LED Particle Tracking |
Identification Number: |
doi:10.18419/darus-2811 |
Authoring Entity: |
Hofmann, Sebastian (TU Hamburg (TUHH)) |
Kamp, Maximilian (TU Hamburg (TUHH)) |
|
Grant Number: |
427899833 |
Distributor: |
DaRUS |
Access Authority: |
Hofmann, Sebastian |
Access Authority: |
Hoffmann, Marko |
Access Authority: |
Schlüter, Michael |
Depositor: |
Hofmann, Sebastian |
Date of Deposit: |
2022-04-13 |
Holdings Information: |
https://doi.org/10.18419/DARUS-2811 |
Study Scope |
|
Keywords: |
Engineering, Image Processing |
Abstract: |
This dataset entails MATLAB code that implements the following topics: (1) Bioreactor calibration by means of a calibration target, (2) Image preprocessing, (3) Lagrangian LED Particle recognition, (4) Image distortion removal and translation into real space and (5) Particle track recognition. The code was written by Maximilian Kamp in the context of his Bachelor thesis. |
Methodology and Processing |
|
Sources Statement |
|
Data Access |
|
Other Study Description Materials |
|
Related Publications |
|
Citation |
|
Title: |
Kamp, M., 2022. Experimental Investigation of the Flow Behavior of Lagrangian LED Particles in a 200 L Bioreactor (Bachelor thesis). Hamburg University of Technology, Institute of Multiphase Flows. |
Identification Number: |
10.15480/882.4320 |
Bibliographic Citation: |
Kamp, M., 2022. Experimental Investigation of the Flow Behavior of Lagrangian LED Particles in a 200 L Bioreactor (Bachelor thesis). Hamburg University of Technology, Institute of Multiphase Flows. |
Label: |
EvaluationOne.m |
Text: |
Get Velocity and Acceleration. Histogram for position. |
Notes: |
text/plain |
Label: |
Evaluation_Looper.m |
Text: |
Evaluation script, which loops through all files. |
Notes: |
text/plain |
Label: |
GetRawPositions.m |
Text: |
Get raw positions from cell array. |
Notes: |
text/plain |
Label: |
Mote_Detection_Looper.m |
Text: |
Takes videos, cuts in frames and starts mote detection scripts. |
Notes: |
text/plain |
Label: |
Mote_Detection_using_Clusters.m |
Text: |
Main script: This script tries finding particles (also referred to as motes) by taking single frames of a video from the /in/frames folder (.tif format). |
Notes: |
text/plain |
Label: |
ReactorRegions.m |
Text: |
Dividing Space into Regions, Getting Region Properties. Outputs velocity chart. |
Notes: |
text/plain |
Label: |
RealSpaceLocation.m |
Text: |
Calculating Real-Space Position of Mote based on Calibration. |
Notes: |
text/plain |
Label: |
TargetCalibration.m |
Text: |
Script to find dots on a calibration target using a dot pattern. Creating calibration file. |
Notes: |
text/plain |
Label: |
Track.m |
Text: |
Assembles tracks from particle positions (method can be called "3-frame best estimate previous velocity"). |
Notes: |
text/plain |
Label: |
TracksInRegion.m |
Text: |
Data evaluation in respective interrogation window (reactor region). |
Notes: |
text/plain |
Label: |
ValueArrayToHistogramArray.m |
Text: |
Take values of an array and region parameters to make a "histogram" of the values. |
Notes: |
text/plain |
Label: |
velocity.m |
Text: |
Function to calculate velocity data. |
Notes: |
text/plain |
Label: |
videosplitter.m |
Text: |
Splits video into single frames. |
Notes: |
text/plain |