out3Plot.outCom1DFA

Functions

addDem2Plot

Add dem to the background of a plot

addParticles2Plot

Update axes with particles :Parameters: * particles (dict) – particles dictionary * ax (matplotlib ax object) * dem (dict) – dem dictionary with normal information * whatS (str) – which particle property should be used for the markersize * whatC (str) – which particle property should be used for the marker color

addResult2Plot

Add raster data to a plot

plotParticles

Plot particles on dem :Parameters: * particlesList (list) – list or particles dictionaries * cfg (dict) – configuration read from ini file * dem (dict) – dem dictionary with normal information

plotTrackParticle

Plot time series of tracked partcles :Parameters: * outDirData (str) – path to output directory * particlesList (list) – list or particles dictionaries * trackedPartProp (dict) – dictionary with time series of the wanted properties for tracked particles * cfg (dict) – configuration read from ini file * dem (dict) – dem dictionary with normal information

updateTrackPart

Update axes with particles (tracked particles are highlighted in red)