Fast Transient Imaging
A Python framework revolving around reconstruction of impulse responses from AMCW lidar measurements.
|
Provides utility functions for plotting. More...
Namespaces | |
Plotting | |
Functions | |
def | GetSubplotLayout (nPlot) |
Given a number of suplots to have in a figure this function returns an adequate number of rows and columns of subplots as pair (nRow,nColumn). More... | |
def | LinearToSRGB (Linear) |
Converts all scalars in the given array (which should be normalized to the range from zero to one) from a linear scale to the sRGB scale. More... | |
def | ComplexToSRGB (ComplexValue) |
Given an array of complex values this function constructs an array with an additional last dimension of length 3. More... | |
def | ShowComplexFunction (Function) |
Plots an image of a complex-valued function on a two-dimensional domain using a specialized colormap for complex functions. More... | |
Provides utility functions for plotting.