Method: RTKIT::BinImage#row_spacing

Defined in:
lib/rtkit/bin_image.rb

#row_spacingObject

Returns the row_spacing attribute from the Image reference. This attribute defines the physical distance (in millimeters) between rows in the pixel data (i.e. vertical spacing).



216
217
218
# File 'lib/rtkit/bin_image.rb', line 216

def row_spacing
  return @image.row_spacing
end