src.reconstruction#
Functions
|
Reassembles the vector-like |
- src.reconstruction.recon_2D(recons_z, cell)#
Reassembles the vector-like
recons_z
into a 2D representation given by the properties ofcell
.Parameters#
- recons_zlist
reconstructed topography from
src.lin_reg.do()
- cell
src.var.topo_cell
instance of the
cell
object
Returns#
- array-like
2D reconstructed topography, values outside the mask are set to zero.