DCBIA-OrthoLab / Q3DCExtension

Apache License 2.0
4 stars 14 forks source link

Add AQ3DC module #80

Closed baptistebaquero closed 2 years ago

baptistebaquero commented 2 years ago

This Slicer module's aim is to automatically compute head measurements used in craniofacial surgery. Using placed fiducials, allows users to compute 2D angles: Yaw, Pitch, and Roll; and decompose the 3D distance (between points, points to line) into the three different components: R-L, A-P, and S-I. It is possible to compute the middle point between two fiducials and export the values. It is possible to compute lists of measurements selected by users for a single case or a whole study sample, at one or more time points. There is clinicians need to compute different measurements for a whole sample of patients instead of doing each measurement one by one for each patient.

allemangD commented 2 years ago

I have used git-filter-repo to move the history of SlicerCMF#dependant-markups into this repository: dependant-markups. See this blog post about git-filter-repo.

I suggest you rebase add-AQ3DC-module onto this new dependant-markups branch, so that changes are synchronized. I have done this in the branch add-AQ3DC-module-rebased

baptistebaquero commented 2 years ago

Hello JC and David,

Tell me if there is still issues to fix.

allemangD commented 2 years ago

Squashed commits for more meaningful history, and addressed those few remaining issues pointed out by @jcfr. Merging now.

Thanks for all the great work @baptistebaquero!