Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
5be82aa
Nullth exercise sheet for WS1617
frankster85 Oct 18, 2016
21a9e53
added code file for exercise sheet 1
frankster85 Oct 23, 2016
9753781
added image for exercises
frankster85 Oct 23, 2016
0d0869e
Added new exercise2 and resources
frankster85 Nov 7, 2016
756d98a
Updated exercise2.java
frankster85 Nov 8, 2016
ccb2961
some updates, added images for further exercises
frankster85 Nov 22, 2016
b56116a
update
frankster85 Nov 22, 2016
e68e586
update
frankster85 Nov 22, 2016
506be65
moved images from code to data folder
frankster85 Nov 22, 2016
a3703d5
added bonus exercise
frankster85 Nov 22, 2016
5e7c5e5
added new exercise code files for exercise 4:
frankster85 Nov 25, 2016
fd42e00
added exercise5.java
frankster85 Dec 2, 2016
b63e7e2
added programming exercise6.java and image material
frankster85 Dec 13, 2016
14f5de6
added programming exercises 8-1 (point cloud registration) and 8-2 (m…
frankster85 Jan 16, 2017
b4ae446
Merge branch 'master' of https://github.com/akmaier/CONRAD
frankster85 Sep 29, 2017
9d75847
update from main repo
frankster85 Sep 29, 2017
433f3c0
renamed data/dmip directory to data/mipda/
frankster85 Sep 29, 2017
7319d8b
name change dmip -> mipda
Oct 3, 2017
c1f0f5e
Intro.java :
frankster85 Oct 12, 2017
6544f7b
Prep 1 for Course start
frankster85 Oct 15, 2017
6ad14ec
Added test first test routine
frankster85 Oct 17, 2017
ffe42af
- added new exercise ExerciseSVD
frankster85 Oct 24, 2017
6fe7e14
updated RunExerciseEvaluation
frankster85 Oct 30, 2017
c49cd3e
fixed missing test call in RunExerciseEvaluation
frankster85 Nov 2, 2017
220466f
added ExerciseGeoU
frankster85 Nov 5, 2017
d05bd0e
added exercise for module MR Inhomogeneities
frankster85 Nov 12, 2017
c1a8bd4
modified code files for test environment
frankster85 Nov 12, 2017
ff3a2ff
mods for ExerciseUM tests
frankster85 Nov 24, 2017
8d4b593
- added ExercisePB.java (parallel beam)
frankster85 Nov 29, 2017
0121d55
updated:
frankster85 Dec 3, 2017
8426fea
added exercise code for fan beam
frankster85 Jan 1, 2018
449b4c1
updated repo code for FBTestClass
frankster85 Jan 9, 2018
24af9ec
bugfix: added import for FBTestClass
frankster85 Jan 9, 2018
42c8d79
added exercise for rigid registration
frankster85 Feb 1, 2018
b913067
update for tests (made class CostFunction public)
frankster85 Feb 1, 2018
a8a1bc7
Merge branch 'master' of https://github.com/akmaier/CONRAD
frankster85 Apr 10, 2018
7dc5836
updated MIPDA code base
frankster85 Apr 16, 2018
ed47eea
Merge branch 'master' of https://github.com/akmaier/CONRAD
frankster85 Apr 16, 2018
62e7f0b
fixed runtime error for ExerciseGeoU
frankster85 Apr 16, 2018
d291f24
Merge branch 'master' of https://github.com/akmaier/CONRAD
frankster85 Oct 17, 2018
f297c48
Merge branch 'master' of https://github.com/juliemyrmo/CONRAD
juliemyrmo Nov 22, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
<classpathentry kind="lib" path="lib/jogl-all-natives-windows-i586.jar"/>
<classpathentry kind="lib" path="lib/jogl-all.jar"/>
<classpathentry kind="lib" path="lib/jtransforms-2.3.jar"/>
<classpathentry kind="lib" path="lib/junit-4.8.2.jar"/>
<classpathentry kind="lib" path="lib/jzlib-1.0.7.jar"/>
<classpathentry kind="lib" path="lib/latexlet.jar"/>
<classpathentry kind="lib" path="lib/qdox-1.12.1.jar"/>
Expand All @@ -69,5 +68,6 @@
<classpathentry kind="lib" path="lib/jpop.0.7.5.jar"/>
<classpathentry kind="lib" path="lib/fastica-1.11.jar" sourcepath="lib/fastica-1.11-src.zip"/>
<classpathentry kind="lib" path="lib/sis-jhdf5-batteries_included.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="src"/>
</classpath>
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
Binary file added data/mipda/mr_head_angio.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/mipda/mr_head_dorsal.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions data/mipda/output/info.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This folder is used for output data from MIPDA exercises.
Do not put anything else here because it might get overwritten!
File renamed without changes.
329 changes: 0 additions & 329 deletions src/edu/stanford/rsl/tutorial/dmip/DMIP_FanBeamBackProjector2D.java

This file was deleted.

Loading