A class displaying a cell panel with lot of options to edit them
Function that manage everything to create a progress bar and export the data specified by both the list of cells (cells_list), a list of tuples of format (cell_object, channel_to_export) and the export keyword corresponding to the function to use for the export (for instance self.export_tiff) that bind to the export function in the cell. The export keyword can be ‘tiff’ or ‘csv’ for the moment.
Initialize the panel in the background. This is required to load cells from a file
Returns an iterator that update everything; it: the cell iterator, that actually do the job pb: a progress abr instance label: a gtk label instance incr: the progress bar increment name: the name to set as the new label This function Never yields False because it will break the gobject. When yield False is needed, you should call the end_progress function at the end of the full iteration.
Function called when the user clicks on a radiobutton to select another cell