ampscan icon indicating copy to clipboard operation
ampscan copied to clipboard

ampscan is an open-source Python package for analysis and visualisation of digitised surface scan data, specifically for applications within Prosthetics and Orthotics (P&O), with an aim to improve evi...

Results 13 ampscan issues
Sort by recently updated
recently updated
newest added

I didn't get any response from "right click to select Mid-Patella" under the right click of "measure", resulting in failure to "generate measurement file". May I ask why? I saw...

Hello, I was trying to use the appweb as I am having some issues using ampscan on python (using Spyder as interface, could that be a problem?). In the appweb...

I'm trying to run the GUI in linux and the program just hangs. I need to kill the process externally to stop it. I successfully installed using pip and then...

sVC = area * amp.vert[amp.faces, 2].mean(axis=1) * amp.norm[:, 2] if return_closed is True: return sVC.sum(), amp else: return sVC.sum() amp.norm[:, 2] can have negative values, giving a negative volume contributions....

Have two or three standard colours (maybe plus ability to define RGB values), for quicker change; Have standard on/off transparency, for quicker change. Original Author: @alexd103

gui

- [ ] 3D mesh - [ ] 2D slices - [ ] Text with CSA - [ ] Lines - [ ] Output file

Using algorithm developed in Zachariah et al 2005, create a new alignment step based upon similarity metrics

enhancement