hippomaps.utils.surfdat_smooth

hippomaps.utils.surfdat_smooth(F, cdata, iters=1, cores=1)

Smooths surface data across neighboring vertices. TODO: convert to mm vis calibration curves in https://github.com/MELDProject/meld_classifier/blob/9d3d364de86dc207d3a1e5ec11dcab3ef012ebcb/meld_classifier/mesh_tools.py#L17’’’ This function assumes that vertices are evenly spaced and evenly connected.

Parameters:
  • F (numpy.ndarray) –

  • cdata (numpy.ndarray) –

  • iters (int, optional) –

  • cores (int, optional) –

Returns:

Smoothed surface data across neighboring vertices.

Return type:

numpy.ndarray