Class Hierarchy
Class List
Help
Contact Us
Class: CellRoi
Inherits:
ActiveRecord::Base
Object
ActiveRecord::Base
CellRoi
show all
Includes:
CoreBase
Defined in:
app/models/cell_roi.rb
Overview
Attributes:
x
(
Integer
)
y
(
Integer
)
width
(
Integer
)
height
(
Integer
)
valid_roi
(
Boolean
)
max_correction_up
(
Float
)
max_correction_down
(
Float
)
max_correction_right
(
Float
)
max_correction_left
(
Float
)
mask_matrix
(
Array
)
Associations:
cell_specimen
(
Specimen
)
ophys_experiment
(
OphysExperiment
)