rtkit 0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,23 @@
1
+ module RTKIT
2
+
3
+ class << self
4
+
5
+ #--
6
+ # Module attributes:
7
+ #++
8
+
9
+ # The algorithm used for contouring a filled area.
10
+ attr_accessor :contour_algorithm
11
+ # The DICOM Root used when generation UIDs.
12
+ attr_accessor :dicom_root
13
+
14
+ end
15
+
16
+ #--
17
+ # Default variable settings:
18
+ #++
19
+
20
+ # The default contour algorithm:
21
+ self.contour_algorithm = :basic
22
+
23
+ end
@@ -0,0 +1,6 @@
1
+ module RTKIT
2
+
3
+ # The RTKIT version string.
4
+ VERSION = "0.7"
5
+
6
+ end
metadata ADDED
@@ -0,0 +1,159 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rtkit
3
+ version: !ruby/object:Gem::Version
4
+ prerelease:
5
+ version: "0.7"
6
+ platform: ruby
7
+ authors:
8
+ - Christoffer Lervag
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+
13
+ date: 2012-05-08 00:00:00 Z
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: dicom
17
+ prerelease: false
18
+ requirement: &id001 !ruby/object:Gem::Requirement
19
+ none: false
20
+ requirements:
21
+ - - "="
22
+ - !ruby/object:Gem::Version
23
+ version: 0.9.3
24
+ type: :runtime
25
+ version_requirements: *id001
26
+ - !ruby/object:Gem::Dependency
27
+ name: narray
28
+ prerelease: false
29
+ requirement: &id002 !ruby/object:Gem::Requirement
30
+ none: false
31
+ requirements:
32
+ - - "="
33
+ - !ruby/object:Gem::Version
34
+ version: 0.6.0.1
35
+ type: :runtime
36
+ version_requirements: *id002
37
+ - !ruby/object:Gem::Dependency
38
+ name: bundler
39
+ prerelease: false
40
+ requirement: &id003 !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ">="
44
+ - !ruby/object:Gem::Version
45
+ version: 1.0.0
46
+ type: :development
47
+ version_requirements: *id003
48
+ - !ruby/object:Gem::Dependency
49
+ name: mocha
50
+ prerelease: false
51
+ requirement: &id004 !ruby/object:Gem::Requirement
52
+ none: false
53
+ requirements:
54
+ - - ">="
55
+ - !ruby/object:Gem::Version
56
+ version: 0.10.0
57
+ type: :development
58
+ version_requirements: *id004
59
+ - !ruby/object:Gem::Dependency
60
+ name: rake
61
+ prerelease: false
62
+ requirement: &id005 !ruby/object:Gem::Requirement
63
+ none: false
64
+ requirements:
65
+ - - ">="
66
+ - !ruby/object:Gem::Version
67
+ version: 0.9.2.2
68
+ type: :development
69
+ version_requirements: *id005
70
+ - !ruby/object:Gem::Dependency
71
+ name: rspec
72
+ prerelease: false
73
+ requirement: &id006 !ruby/object:Gem::Requirement
74
+ none: false
75
+ requirements:
76
+ - - ">="
77
+ - !ruby/object:Gem::Version
78
+ version: 2.9.0
79
+ type: :development
80
+ version_requirements: *id006
81
+ description: DICOM is a standard widely used throughout the world to store and transfer medical image data. This library enables powerful ways of handling the radiotherapy DICOM modalities in Ruby, to the benefit of any student or professional who would like to go further with their radiotherapy data.
82
+ email: chris.lervag@gmail.com
83
+ executables: []
84
+
85
+ extensions: []
86
+
87
+ extra_rdoc_files: []
88
+
89
+ files:
90
+ - lib/rtkit/beam.rb
91
+ - lib/rtkit/bin_image.rb
92
+ - lib/rtkit/bin_matcher.rb
93
+ - lib/rtkit/bin_volume.rb
94
+ - lib/rtkit/collimator.rb
95
+ - lib/rtkit/collimator_setup.rb
96
+ - lib/rtkit/constants.rb
97
+ - lib/rtkit/contour.rb
98
+ - lib/rtkit/control_point.rb
99
+ - lib/rtkit/coordinate.rb
100
+ - lib/rtkit/data_set.rb
101
+ - lib/rtkit/dose.rb
102
+ - lib/rtkit/dose_distribution.rb
103
+ - lib/rtkit/dose_volume.rb
104
+ - lib/rtkit/frame.rb
105
+ - lib/rtkit/image.rb
106
+ - lib/rtkit/image_series.rb
107
+ - lib/rtkit/logging.rb
108
+ - lib/rtkit/methods.rb
109
+ - lib/rtkit/mixins/image_parent.rb
110
+ - lib/rtkit/patient.rb
111
+ - lib/rtkit/pixel_data.rb
112
+ - lib/rtkit/plan.rb
113
+ - lib/rtkit/plane.rb
114
+ - lib/rtkit/roi.rb
115
+ - lib/rtkit/rt_dose.rb
116
+ - lib/rtkit/rt_image.rb
117
+ - lib/rtkit/ruby_extensions.rb
118
+ - lib/rtkit/selection.rb
119
+ - lib/rtkit/series.rb
120
+ - lib/rtkit/setup.rb
121
+ - lib/rtkit/slice.rb
122
+ - lib/rtkit/staple.rb
123
+ - lib/rtkit/structure_set.rb
124
+ - lib/rtkit/study.rb
125
+ - lib/rtkit/variables.rb
126
+ - lib/rtkit/version.rb
127
+ - lib/rtkit.rb
128
+ - CHANGELOG.rdoc
129
+ - COPYING
130
+ - README.rdoc
131
+ homepage: https://github.com/dicom/rtkit/
132
+ licenses: []
133
+
134
+ post_install_message:
135
+ rdoc_options: []
136
+
137
+ require_paths:
138
+ - lib
139
+ required_ruby_version: !ruby/object:Gem::Requirement
140
+ none: false
141
+ requirements:
142
+ - - ">="
143
+ - !ruby/object:Gem::Version
144
+ version: 1.9.2
145
+ required_rubygems_version: !ruby/object:Gem::Requirement
146
+ none: false
147
+ requirements:
148
+ - - ">="
149
+ - !ruby/object:Gem::Version
150
+ version: 1.8.6
151
+ requirements: []
152
+
153
+ rubyforge_project:
154
+ rubygems_version: 1.8.13
155
+ signing_key:
156
+ specification_version: 3
157
+ summary: Library for handling radiotherapy DICOM modalities.
158
+ test_files: []
159
+