delta.lineage.CellFeatures¶
- class delta.lineage.CellFeatures(new_pole, old_pole, length=0.0, width=0.0, area=0.0, perimeter=0.0, fluo=<factory>, edges='', growthrate_length=nan, growthrate_area=nan)[source]¶
Container for cell features of a given cell at a given frame.
- __init__(new_pole, old_pole, length=0.0, width=0.0, area=0.0, perimeter=0.0, fluo=<factory>, edges='', growthrate_length=nan, growthrate_area=nan)[source]¶
Methods
__init__(new_pole, old_pole[, length, ...])swap_poles()Swap the new and old poles of the cell, in place.
Attributes
areaCell area, in square pixels.
edgesString describing image edges touched by the cell.
growthrate_areaGrowth rate of the cell area, see documentation.
growthrate_lengthGrowth rate of the cell length, see documentation.
lengthCell length, in pixels.
perimeterCell perimeter length, in pixels.
widthCell width, pixels.
new_poleLocation of "Young" cell pole created after division of the septum.
old_poleLocation of "Old" cell pole that is maintained at division
fluoAverage (mean) fluorescence level(s) within cell contour.