src.reconstruction#

Functions

recon_2D(recons_z, cell)

Reassembles the vector-like recons_z into a 2D representation given by the properties of cell.

src.reconstruction.recon_2D(recons_z, cell)#

Reassembles the vector-like recons_z into a 2D representation given by the properties of cell.

Parameters#

recons_zlist

reconstructed topography from src.lin_reg.do()

cellsrc.var.topo_cell

instance of the cell object

Returns#

array-like

2D reconstructed topography, values outside the mask are set to zero.