gioda / FeARLesS

4D reconstruction of developmental trajectories using spherical harmonics
https://vedo.embl.es/fearless/#/home
MIT License
19 stars 1 forks source link

pureSPharm needs recoSurface from vedo which was removed #9

Open GeraldR101 opened 2 months ago

GeraldR101 commented 2 months ago

pureSPharm line 18 has from vedo import printc, load, spher2cart, mag, ProgressBar, Points, recoSurface, write current version of vedo, 2024.5.2, does not have recoSurface

python3 ../FeARLesS-main/Fearless/pureSPharm.py generates ImportError: cannot import name 'recoSurface' from 'vedo' (/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/vedo/__init__.py)

The specified version of vedo==2020.4.1 requires an old version of vtk.

GeraldR101 commented 2 months ago

Looks like reconstruct_surface replaced recoSurface

Also in utils.py probePoints is now probe_Points