guglpen.blogg.se

Cellprofiler analyst exe.log file
Cellprofiler analyst exe.log file







cellprofiler analyst exe.log file

AppendRadioItem( - 1, 'Debug \tCtrl+1', help = 'Logging window will display debug-level messages.') Append( toolsMenu, 'Tools')ĭebugMenuItem = logMenu. Append( ID_NORMALIZE, 'Normalization Tool \tCtrl+Shift+T', helpString = 'Launches a tool for generating normalized values for measurement columns in your tables.') Append( ID_TABLE_VIEWER, 'Table Viewer \tCtrl+Shift+T', helpString = 'Launches the Table Viewer tool.') Append( ID_DIMENSREDUX, 'Dimensionality Reduction', helpString = 'Launches the Dimensionality Reduction tool.')ĭataTableMenuItem = toolsMenu. Append( ID_BOXPLOT, 'Box Plot \tCtrl+Shift+B', helpString = 'Launches the Box Plot tool.')ĭimensionMenuItem = toolsMenu. Append( ID_DENSITY, 'Density Plot \tCtrl+Shift+D', helpString = 'Launches the Density Plot tool.')īoxplotMenuItem = toolsMenu. Append( ID_HISTOGRAM, 'Histogram Plot \tCtrl+Shift+H', helpString = 'Launches the Histogram Plot tool.')ĭensityMenuItem = toolsMenu. Append( ID_SCATTER, 'Scatter Plot \tCtrl+Shift+A', helpString = 'Launches the Scatter Plot tool.') #imageViewerMenuItem = toolsMenu.Append(ID_IMAGE_VIEWER, 'Image Viewer\tCtrl+Shift+I', helpString='Launches the ImageViewer tool.') Append( ID_PLATE_VIEWER, 'Plate Viewer \tCtrl+Shift+P', helpString = 'Launches the Plate Viewer tool.') Append( ID_CLASSIFIER, 'Classifier \tCtrl+Shift+C', helpString = 'Launches Classifier.') Append( ID_IMAGE_GALLERY, 'Image Gallery Viewer \tCtrl+Shift+I', helpString = 'Launches the Image Gallery')ĬlassifierMenuItem = toolsMenu. ID_EXIT, 'Exit \tCtrl+Q', helpString = 'Exit classifier') Append( - 1, 'Save log', helpString = 'Save the contents of the log window.') Append( - 1, 'Load workspace \tCtrl+Shift+O', helpString = 'Open plots saved in a previous workspace.') Append( - 1, 'Save workspace \tCtrl+Shift+S', helpString = 'Save the currently open plots and settings.') # loadWorkspaceMenuItem = fileMenu.Append(-1, 'Load properties\tCtrl+O', helpString='Open another properties file.') Append( - 1, 'Save properties \tCtrl+S', helpString = 'Save the properties.') Append( - 1, 'Load properties file', helpString = 'Load a properties file.') # tb.AddLabelTool(ID_NORMALIZE, 'Normalize', get_icon("normalize").ConvertToBitmap(), shortHelp='Normalization Tool', longHelp='Launch Feature Normalization Tool') ConvertToBitmap(), shortHelp = 'Table Viewer') GetId(), 'Table Viewer', get_icon( "data_grid"). ConvertToBitmap(), shortHelp = 'Dimensionality Reduction') GetId(), 'Reduction', get_icon( "dimensionality"). ConvertToBitmap(), shortHelp = 'Box Plot') GetId(), 'Box Plot', get_icon( "boxplot").

cellprofiler analyst exe.log file

ConvertToBitmap(), shortHelp = 'Density Plot') GetId(), 'Density Plot', get_icon( "density"). ConvertToBitmap(), shortHelp = 'Histogram') GetId(), 'Histogram', get_icon( "histogram"). ConvertToBitmap(), shortHelp = 'Scatter Plot') GetId(), 'Scatter Plot', get_icon( "scatter"). # tb.AddLabelTool(ID_IMAGE_VIEWER, 'ImageViewer', get_icon("image_viewer").ConvertToBitmap(), shortHelp='Image Viewer', longHelp='Launch ImageViewer') ConvertToBitmap(), shortHelp = 'Plate Viewer') GetId(), 'Plate Viewer', get_icon( "platemapbrowser"). # tb.AddLabelTool(ID_CLASSIFIER, 'PixelClassifier', get_icon("pixelclassifier").ConvertToBitmap(), shortHelp='Pixel-based Classifier', longHelp='Launch pixel-based Classifier') ConvertToBitmap(), shortHelp = 'Classifier') GetId(), 'Classifier', get_icon( "classifier"). ConvertToBitmap(), shortHelp = 'Image Gallery') GetId(), 'Image Gallery', get_icon( "image_gallery"). _init_( self, parent, id = id, title = 'CellProfiler Analyst %s' %( display_version), ** kwargs) '''Main GUI frame for CellProfiler Analystĭef _init_( self, properties, parent, id = - 1, ** kwargs):įrom cpa. If issubclass( klass, CPATool) and klass != CPATool] Return [ klass for name, klass in class_objs # Load a properties file if passed in args

cellprofiler analyst exe.log file

#Cellprofiler analyst exe.log file update

'''A logging handler that sends logs to an update function. imagegallery import ImageGalleryįrom cpa. guiutils import create_status_barįrom cpa. dimensionreduction import DimensionReductionįrom cpa.









Cellprofiler analyst exe.log file