Graphaterrier-plotUpdate
Graph
aterrier-plotUpdate
History Graph
History Graph
Commit | Author | Details | Committed | ||||
---|---|---|---|---|---|---|---|
62f58690ff52 | boubat | files: Move all the classes in their @Class folder. | Jun 8 2020 | ||||
7599224428a0 | boubat | feat:MusclesContainer: Implement isEmpty() class' method and update other… | Jun 8 2020 | ||||
9ef4a4460815 | boubat | refactor:Shoulder: Remove the Muscle addition in Shoulder contructor to prevent… | Jun 8 2020 | ||||
57529901bdb2 | boubat | refactor: Update system to use new muscles classes. | Jun 5 2020 | ||||
bfc2bd97ce97 | boubat | refactor:ShoulderCaseLoader: Split the loadCase method into two. | Jun 5 2020 | ||||
cdc2cc5bd1d2 | boubat | refactor:Shoulder:muscles: Update property to new MusclesContainer class. | Jun 5 2020 | ||||
62f82cd4aa84 | boubat | feat:MusclesContainer:plot: Implement a method that plots segmentation results. | Jun 5 2020 | ||||
5e10ddc4dd02 | boubat | refactor:Muscles: Remove deprecated class Muscles. | Jun 5 2020 | ||||
001712d94142 | boubat | feat:MuscleMeasurer: Implement new class to measure degeneration related values. | Jun 5 2020 | ||||
215393eb1cf8 | boubat | feat:MusclesContainer: Update and move the slicing and segmenting methods here. | Jun 5 2020 | ||||
38489099f4c6 | boubat | feat:Muscle:measure: Implement the method that replaces Muscles.degeneration. | Jun 5 2020 | ||||
b00418910a93 | boubat | refactor:MusclesContainer: Change a property type. Add row names to table. | Jun 5 2020 | ||||
ed6300bff59f | boubat | feat: Add classes to replace the current Muscles class | Jun 4 2020 | ||||
013bf5adb5ef | boubat | doc: Update propagateDataPath function description | Jun 4 2020 | ||||
5d00832462bc | boubat | fix:paths: Fix errors from the previous commit. Update ShoulderCaseLoader. | Jun 3 2020 | ||||
109a4c7958ec | boubat | build:ShoulderCase: Give the access to ShoulderCase constructor to… | Jun 3 2020 | ||||
8ace928e67ae | boubat | fix:Shoulder: Change shoulder.dataPath not to be set at construction. | Jun 2 2020 | ||||
6c2366ede060 | boubat | feat:Shoulder: Add a dataPath property | Jun 2 2020 | ||||
fd75f40ff87d | boubat | refactor:Muscles: Extract methods from muscles.degeneration dedicated to the… | May 28 2020 | ||||
241cdc0e8151 | boubat | fix:Muscles: Fix typos and errors in new degeneration functions | May 28 2020 | ||||
c4835c80d01c | boubat | refactor:Muscles:plot: Update files path. | May 28 2020 | ||||
5f5d575e2969 | boubat | refactor:Muscles: Change property's name | May 28 2020 | ||||
7cb91009bd76 | boubat | refactor:Muscles:newDegeneration: Extract slicing and segmenting methods from… | May 27 2020 | ||||
8ef31b7c3a59 | boubat | feat:Muscles:plot Implement the plot for this class, displaying the segmented… | May 27 2020 | ||||
5307bce7a770 | boubat | refactor:Muscles:newDegeneration: Extract a method to clean the rotator cuff… | May 27 2020 | ||||
379c8838e5d5 | boubat | refactor:Muscles:newDegeneration: Extract methods that save the results of… | May 27 2020 | ||||
4620dde3f905 | boubat | refactor:Muscles:newDegeneration: Extract the call to python commands into a… | May 27 2020 | ||||
04bab1535231 | boubat | feat:Muscles:newDegeneration: Add a function to save the slice where it's… | May 27 2020 | ||||
ebd964b44837 | boubat | feat:Muscles: Add a slicedPixelSpacing property. | May 27 2020 | ||||
850447626163 | boubat | feat:Muscles:newDegeneration: Save the image to be segmented in the case's… | May 27 2020 | ||||
c262f90f92fa | boubat | refacetor:Muscles:newDegeneration: Sketch the future refactored degeneration… | May 20 2020 | ||||
4bde30b85802 | boubat | refactor:Muscles: Add some properties to prepare the refactoring of Muscles. | May 20 2020 | ||||
a1e57f22a675 | boubat | refactor:DicomVolume: Update and move functions to separate files for the three… | May 20 2020 | ||||
bde234e812e5 | boubat | feat:DicomVolumeSlicer: Implement the crop() method. Debug ongoing on other… | May 13 2020 | ||||
d06062e4be4b | boubat | fix:DicomVolumeNormaliser:setMinimalResolutionDividedBy: Prevent the resolution… | May 13 2020 | ||||
953a835372e7 | boubat | feat:DicomeVolumeSlicer: Implement the measureSlicedPixelSpacings method | May 12 2020 | ||||
3001f3d3df2e | boubat | refactor:DicomVolumeNormaliser: Add a division factor to setMinimalResolution(). | May 12 2020 | ||||
017725062789 | boubat | feat:DicomVolume: Add a method to get the point coordinates given the point… | May 12 2020 | ||||
a04f3ed203e2 | boubat | Merge branch 'Bashardoust_SystCoord' | May 8 2020 | ||||
eca90fb31dbc | boubat | feat:DicomeVolumeSlicer: Implement the prototype of crop and rotation methods… | May 8 2020 | ||||
7acd12e09741 | boubat | refactor:DicomVolumeNormaliser: Delete deprecated normalising method | May 5 2020 | ||||
4382a0e51879 | boubat | perf:Plane:plot: Change the radius argument to be an optional argument | May 5 2020 | ||||
a759c3f2483c | boubat | perf:Plane:plot: Update the plot method of Plane to show a circle | May 4 2020 | ||||
b3581e059416 | boubat | feat:Circle: Add a Circle object | May 4 2020 | ||||
bf41261b06ef | boubat | feat:Plane: Implement the plot method for the PLane class | May 4 2020 | ||||
a90c6220da75 | boubat | extract:DicomVolume: Extract methods from DicomeVolumeSlicer class to new… | May 4 2020 | ||||
fec0e26ef0bb | boubat | refactor:Muscles&DicomeVolumeSlicer: Extract the last methods added to the… | Apr 29 2020 | ||||
00d767138ff5 | boubat | feat:Muscles: Add functions to get a slice of a dicom volume | Apr 28 2020 | ||||
036a5f51d147 | boubat | files: Create the @Muscles folder for the Muscles object | Apr 28 2020 | ||||
af7f9a58f1e8 | boubat | feat:ShoulderCaseLoader:loadCase: Add the root path and the dicom path to the… | Apr 28 2020 | ||||
e76c804d8331 | boubat | feat:CoordinateSystem.m: Add a new function to express local coordinates in… | Apr 23 2020 | ||||
f76b662bc8cb | boubat | fix:Shoulder.m:plot: Change the glenoid sphere center for explicit attribution | Apr 23 2020 | ||||
f51c749894ea | boubat | refactor:plotSCase.m: Update the way of getting config file data. | Apr 22 2020 | ||||
ac9ebda2e510 | boubat | refactor:plotSCase.m: Adapt the plotSCase.m function to the new ShoulderCase. | Apr 22 2020 | ||||
33e930c3595c | boubat | refactor:ShoulderCase.m:plot: Change the ShoulderCase.plot method to call the… | Apr 22 2020 | ||||
b22704467228 | boubat | refactor:Shoulder.m:plot: Move the plot method from the ShoulderCase object to… | Apr 22 2020 | ||||
1208bd216f86 | boubat | feat: Add the MethodsMonitor abstract class that monitor and programm child… | Apr 9 2020 | ||||
ac653395da5b | boubat | feat: Add a function that substract the elements of cell array from another… | Apr 9 2020 | ||||
f3149ac75f22 | boubat | feat: Add a format.string constant property to Timer object. | Apr 9 2020 | ||||
4ba71220419d | boubat | Merge branch 'boubat' | Apr 8 2020 | ||||
3a3dd5b033de | boubat | fix: Adapt SCaseIDParser to new version of FileExtractor | Mar 27 2020 | ||||
7bcac05318f2 | boubat | perf: Assert validity of inputs and output of FileExtractor | Mar 27 2020 | ||||
ec894e061479 | boubat | perf: Change the output of FileExtractor object to directly return the variable… | Mar 27 2020 | ||||
81f62652e818 | boubat | fix: Change the use of exist() for dir() | Mar 25 2020 | ||||
a9ac266193d9 | boubat | fix: Reduce the required number of groove points in scapula CoordinateSystem | Mar 25 2020 | ||||
8fd68c5307ea | boubat | fix: Orient the glenoid.centerLine toward ML | Mar 25 2020 | ||||
68a0d790ee5a | boubat | doc: Update the description of measureSCase arguments and its examples | Mar 23 2020 | ||||
f522e25284c2 | boubat | fix: Re-create the glenoid.walch property and change the auto-measurements… | Mar 23 2020 | ||||
7206916ce178 | boubat | fix: Comment out outdated reference to glenoid.walch | Mar 21 2020 | ||||
d039ccbc6e2b | boubat | fix: Change reference to glenoid.SCase in glenoid.calcDensity | Mar 21 2020 | ||||
d6695a6ce91a | boubat | perf: Add more try/catch in measurements of measureSCase and log the error… | Mar 21 2020 | ||||
a00df81283de | boubat | fix: Change the reference to glenoid.SCase for glenoid.scapula.shoulder.SCase… | Mar 21 2020 | ||||
d527ccbae642 | boubat | fix: Change the access of the contructor of Glenoid | Mar 21 2020 | ||||
7a38bfa38175 | boubat | fix: Add a missing 'end' statement in GlenoidManual | Mar 21 2020 | ||||
7b83430b827a | boubat | fix: Correct typo | Mar 21 2020 | ||||
64906d21ca8f | boubat | refactor: Change the way the other objects handle the new GlenoidAuto/Manual… | Mar 21 2020 | ||||
37f7244f5b40 | boubat | refactor: Extract one abstract and two manual/auto object out of the Glenoid… | Mar 21 2020 | ||||
c33f0ab9971f | boubat | fix: Add try/catch in measureSCase measurements to prevent measureSCase from… | Mar 20 2020 | ||||
4b96121eef0f | boubat | feat: Add the current folder and subfolders in MATLAB path at the beginning of… | Mar 19 2020 | ||||
82e77830d37d | boubat | refactor: Change openConfigFile function for ConfigFileExtractor.getVariable… | Mar 19 2020 | ||||
0813f9597cd9 | boubat | fix: Change python path dependencies to be chosen in config file for muscles. | Mar 19 2020 | ||||
633dfe7369d1 | boubat | doc: Update measurSCase header to describe the new arguments handling | Mar 19 2020 | ||||
16833d2f1296 | boubat | refactor: Delete the output of glenoid.measureVersionAndInclination | Mar 19 2020 | ||||
5a539868d490 | boubat | refactor: Delete CT2Scapula method, outdated by the CoordinateSystem.express… | Mar 19 2020 | ||||
e0e317dc6d1e | boubat | fix: Avoid SCase creation error in measureSCase.m | Mar 18 2020 | ||||
b8602c242c8e | boubat | refactor: Implement the glenoid.morphology method to call the dedicated… | Mar 18 2020 | ||||
ed0abb1ac3e9 | boubat | refactor: Extract a glenoid method to measure its center line | Mar 18 2020 | ||||
83cc51e1abd1 | boubat | fix: Change methods' names to fit their files' names | Mar 18 2020 | ||||
03e98c663eac | boubat | refactor: Change two glenoid methods' names that gave useless informations | Mar 18 2020 | ||||
1483e3e34bd3 | boubat | refactor: Extract a method to measure glenoid version and inclination values | Mar 18 2020 | ||||
dab0db10293a | boubat | feat: Add a method to measure the glenoid antero-superior angle with PCA | Mar 17 2020 | ||||
08283f5c6c9a | boubat | refactor: Extract a method from glenoid.morphology that expresses the glenoid… | Mar 17 2020 | ||||
94f894f50be6 | boubat | feat: Add a function to project vectors on a vector | Mar 17 2020 | ||||
58f7d71b384b | boubat | feat: Add methods to project points on the three planes spaned by a… | Mar 17 2020 | ||||
1343fa960e9b | boubat | refactor: Extract methods to set glenoid width and height with PCA | Mar 16 2020 | ||||
12349073d5f7 | boubat | refactor: Change variable name in glenoid.measureCenter.m | Mar 16 2020 | ||||
9f8d05f11f92 | boubat | refactor: Extract method to measure glenoid depth | Mar 16 2020 | ||||
9f61b0394a61 | boubat | refactor: Split measureSCase into three part | Mar 6 2020 | ||||
347f905db80c | boubat | refactor: Same as previous commit | Mar 6 2020 | ||||
79b6204241ee | boubat | refactor: Extrcat | Mar 6 2020 |
c4science · Help