mod_phases Module

class mod_phases.Phases(cell, movie)

This class is instanciated by a cell object, it contains the functions required to determine if the cell exist, and in which part of the cell cycle it lives

find_phases(cv)

Function that find phases for each image it can be called by a timer, which explains the particular structure

find_phases_GTK(cv, movie_gtk, warning=True)

Functions that locks everything before running find_phases

get_phase()

THIS FUNCTION MUST DISAPPEAR SINCE THE PHASES MODULE HAS BEEN REORGANIZED FOR THE MOMENT IT RETURNS A BINDING TO THE IS_CELL MODULE

get_phases_list()
get_save_dict()
set_save_dict(dic)

Previous topic

mod_grid Module

Next topic

mod_polygons Module

This Page