Class: ImzML::ScanSettings

Inherits:
Object
  • Object
show all
Defined in:
lib/imzml/metadata/scan_settings.rb

Constant Summary collapse

LINE_SCAN_BOTTOM_UP =
"IMS:1000492"
LINE_SCAN_LEFT_RIGHT =
"IMS:1000491"
LINE_SCAN_RIGHT_LEFT =
"IMS:1000490"
LINE_SCAN_TOP_DOWN =
"IMS:1000493"
BOTTOM_UP =
"IMS:1000400"
LEFT_RIGHT =
"IMS:1000402"
RIGHT_LEFT =
"IMS:1000403"
TOP_DOWN =
"IMS:1000401"
MEANDERING =
"IMS:1000410"
ONE_WAY =
"IMS:1000411"
RANDOM_ACCESS =
"IMS:1000412"
FLY_BACK =
"IMS:1000413"
HORIZONTAL_LINE_SCAN =
"IMS:1000480"
VERTICAL_LINE_SCAN =
"IMS:1000481"
MAX_DIMENSION_X =
"IMS:1000044"
MAX_DIMENSION_Y =
"IMS:1000045"
MAX_COUNT_OF_PIXEL_X =
"IMS:1000042"
MAX_COUNT_OF_PIXEL_Y =
"IMS:1000043"
PIXEL_SIZE_X =
"IMS:1000046"
PIXEL_SIZE_Y =
"IMS:1000047"

Instance Attribute Summary collapse

Instance Attribute Details

#imageObject

Sample properties only concerning imaging samples



32
33
34
# File 'lib/imzml/metadata/scan_settings.rb', line 32

def image
  @image
end

#line_scan_directionObject

Description in wich direction the lines of the sample were scanned



6
7
8
# File 'lib/imzml/metadata/scan_settings.rb', line 6

def line_scan_direction
  @line_scan_direction
end

#scan_directionObject

Description of the direction of the succession of the assembling of the linescans



13
14
15
# File 'lib/imzml/metadata/scan_settings.rb', line 13

def scan_direction
  @scan_direction
end

#scan_patternObject

Description of the pattern how the image was scanned



20
21
22
# File 'lib/imzml/metadata/scan_settings.rb', line 20

def scan_pattern
  @scan_pattern
end

#scan_typeObject

Shows the direction in which the lines were scanned



27
28
29
# File 'lib/imzml/metadata/scan_settings.rb', line 27

def scan_type
  @scan_type
end