Class: RImageAnalysisTools::Method

Inherits:
Object
  • Object
show all
Defined in:
lib/rimageanalysistools/method/method.rb

Direct Known Subclasses

CentromereFindingMethod

Instance Attribute Summary collapse

Instance Attribute Details

#input_imagesObject

Returns the value of attribute input_images.



32
33
34
# File 'lib/rimageanalysistools/method/method.rb', line 32

def input_images
  @input_images
end

#metadataObject

Returns the value of attribute metadata.



32
33
34
# File 'lib/rimageanalysistools/method/method.rb', line 32

def 
  @metadata
end

#output_imagesObject

Returns the value of attribute output_images.



32
33
34
# File 'lib/rimageanalysistools/method/method.rb', line 32

def output_images
  @output_images
end

#parametersObject

Returns the value of attribute parameters.



32
33
34
# File 'lib/rimageanalysistools/method/method.rb', line 32

def parameters
  @parameters
end

#quantificationObject

Returns the value of attribute quantification.



32
33
34
# File 'lib/rimageanalysistools/method/method.rb', line 32

def quantification
  @quantification
end