Skip to content

Commit

Permalink
Merge pull request #11 in MT/custusxdata from feature/CX-364-import-o…
Browse files Browse the repository at this point in the history
…f-point-metrics-exported-from-radiology-tools-osirix-horos to develop

* commit 'ec7dcd606523705c54c4924e3b1d16db166a023e':
  CX-364: New test data for point metric import.
  CX-364: New test data.
  CX-364: Test data for import of labeled point metrics in mni .tag file.
  • Loading branch information
gatangen committed Sep 10, 2018
2 parents 63931ec + ec7dcd6 commit 35560c2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions testing/metrics_export_import/metric_tags_with_labels.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
MNI Tag Point File
Volumes = 1;
%Landmarks in DICOM ref coordinates

Points =
25.78 25.0818 13.7766 "A"
25.78 29.5982 30.9681 "B"
25.78 35.0026 50.0849 "C"
25.78 40.122 69.659 "D"
25.78 45.3417 89.735 "E"
21.7821 7.55754 80.7703 "F"
11 changes: 11 additions & 0 deletions testing/metrics_export_import/metric_tags_without_labels.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
MNI Tag Point File
Volumes = 1;
%Landmarks in DICOM ref coordinates

Points =
25.78 25.0818 13.7766 ""
25.78 29.5982 30.9681 ""
25.78 35.0026 50.0849 ""
25.78 40.122 69.659 ""
25.78 45.3417 89.735 ""
21.7821 7.55754 80.7703 ""

0 comments on commit 35560c2

Please sign in to comment.