CellProfiler-nightly 5.0.0.dev65__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- cellprofiler_nightly-5.0.0.dev65/CellProfiler_nightly.egg-info/PKG-INFO +109 -0
- cellprofiler_nightly-5.0.0.dev65/CellProfiler_nightly.egg-info/SOURCES.txt +383 -0
- cellprofiler_nightly-5.0.0.dev65/CellProfiler_nightly.egg-info/dependency_links.txt +1 -0
- cellprofiler_nightly-5.0.0.dev65/CellProfiler_nightly.egg-info/entry_points.txt +2 -0
- cellprofiler_nightly-5.0.0.dev65/CellProfiler_nightly.egg-info/requires.txt +40 -0
- cellprofiler_nightly-5.0.0.dev65/CellProfiler_nightly.egg-info/top_level.txt +1 -0
- cellprofiler_nightly-5.0.0.dev65/LICENSE +41 -0
- cellprofiler_nightly-5.0.0.dev65/PKG-INFO +109 -0
- cellprofiler_nightly-5.0.0.dev65/README.md +3 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/__init__.py +1 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/__main__.py +1060 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/_version.py +16 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/examples/ExampleFly/ExampleFly.cppipe +281 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/examples/ExampleFly/images/01_POS002_D.TIF +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/examples/ExampleFly/images/01_POS002_F.TIF +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/examples/ExampleFly/images/01_POS002_R.TIF +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/examples/ExampleFly/images/01_POS076_D.TIF +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/examples/ExampleFly/images/01_POS076_F.TIF +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/examples/ExampleFly/images/01_POS076_R.TIF +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/examples/ExampleFly/images/01_POS218_D.TIF +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/examples/ExampleFly/images/01_POS218_F.TIF +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/examples/ExampleFly/images/01_POS218_R.TIF +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/help/display_image_tools.rst +56 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/help/display_interactive_navigation.rst +48 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/help/display_menu_bar.rst +30 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/help/legacy_matlab_image.rst +17 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/help/navigation_edit_menu.rst +55 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/help/navigation_file_menu.rst +44 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/help/navigation_test_menu.rst +87 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/help/navigation_window_menu.rst +22 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/help/other_3d_identify.rst +85 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/help/other_batch.rst +163 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/help/other_logging.rst +76 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/help/other_omero.rst +8 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/help/other_plugins.rst +45 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/help/other_shell.rst +11 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/help/other_troubleshooting.rst +8 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/help/other_widget_inspector.rst +13 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/help/output_measurements.rst +82 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/help/output_plateviewer.rst +20 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/help/output_spreadsheets.rst +25 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/help/pipelines_building.rst +148 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/help/pipelines_running.rst +29 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/help/projects_configure_images.rst +29 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/help/projects_image_ordering.rst +21 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/help/projects_image_sequences.rst +442 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/help/projects_introduction.rst +83 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/help/projects_selecting_images.rst +45 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/help/why_use_cellprofiler.rst +96 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/icons/CellProfiler-favicon-120.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/icons/CellProfiler-favicon-128.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/icons/CellProfiler-favicon-144.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/icons/CellProfiler-favicon-152.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/icons/CellProfiler-favicon-195.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/icons/CellProfiler-favicon-228.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/icons/CellProfiler-favicon-32.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/icons/CellProfiler-favicon-57.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/icons/CellProfiler-favicon-72.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/icons/CellProfiler-favicon-96.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/icons/CellProfiler-favicon.ico +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/icons/CellProfiler.ai +3355 -3
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/icons/CellProfiler.icns +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/icons/CellProfiler.ico +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/icons/CellProfiler.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/icons/CellProfiler.svg +74 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/Align.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/ApplyThreshold.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/CollapseTree.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/ColorToGray.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/CorrectIlluminationApply.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/CorrectIlluminationCalculate.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/Crop.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/ExpandOrShrinkObjects.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/ExpandTree.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/GrayToColor.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/Groups_ExampleDisplayTable.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/IMG_ANALYZED.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/IMG_ANALYZE_16.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/IMG_ANALYZE_24.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/IMG_CLOSED_EYE.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/IMG_DISABLED.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/IMG_ERROR.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/IMG_EYE.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/IMG_GO.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/IMG_GO_DIM.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/IMG_IMAGE.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/IMG_MEASURE.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/IMG_OK.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/IMG_PAUSE.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/IMG_RUN.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/IMG_SLIDER.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/IMG_SLIDER_ACTIVE.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/IMG_STOP.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/IMG_TEST.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/IMG_UNAVAILABLE.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/IMG_UPDATE.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/IMG_USE_INPUT.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/IMG_USE_OUTPUT.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/IMG_USE_SOURCE.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/IMG_WARN.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/IdentifyPrimaryObjects_IntensityDeclumping.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/IdentifyPrimaryObjects_ShapeDeclumping.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/IdentifySecondaryObjects.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/IdentifyTertiaryObjects.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/Images_FilelistPanel.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/Images_FilelistPanel_Blank.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/Images_FilelistPanel_Filled.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/Images_UsingRules.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/MeasureGranularity_example.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/MeasureImageAreaOccupied.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/MeasureObjectIntensityDistribution_Edges_Centers.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/MeasureObjectIntensityDistribution_Magnitude_Phase.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/MeasureObjectSizeShape_Eccentricity.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/MeasureTexture.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/Measure_texture_3D_correspondences_1.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/Measure_texture_3D_correspondences_1_highres.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/Measure_texture_3D_correspondences_2.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/Measure_texture_3D_correspondences_2_highres.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/Metadata_ExampleDisplayTable.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/NamesAndTypes_ExampleDisplayTable.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/Tile.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/UnmixColors.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/check.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/color.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/cp_panel_schematic.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/dapi.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/delete.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/downarrow.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/eye-close.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/eye-open.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/ffwd.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/ffwddisabled.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/filter.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/folder_browse.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/folder_create.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/gear.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/gfp.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/icon_copyrights.txt +55 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/illumination_function.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/image_to_object_dataflow.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/image_to_object_dataflow.psd +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/mask.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/microscope-color_16.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/microscope-icon_16.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/microscope-icon_32.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/microscopes_16.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/module_add.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/module_help.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/module_movedown.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/module_moveup.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/module_remove.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/monochrome.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/movie_16.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/next.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/objects.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/pause.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/pausedisabled.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/play.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/playdisabled.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/previous.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/remove-sign.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/rewind.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/rewinddisabled.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/splash.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/status_pause.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/status_save.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/status_stop.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/stop.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/stopdisabled.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/structuringelement.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/thumb-down.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/thumb-up.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/unchecked.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/wantpony.wav +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/welcome_examples.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/welcome_forum.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/welcome_help.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/welcome_manual.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/welcome_new.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/welcome_pipeline.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/welcome_screen_help.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/welcome_start.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/welcome_tutorial.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/welcomescreen_forum.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/welcomescreen_manual.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/welcomescreen_tutorials.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/window_back.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/window_filesave.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/window_forward.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/window_home.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/window_pan.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/data/images/window_zoom_to_rect.png +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/__init__.py +65 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/_tree_checkbox_dialog.py +231 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/_welcome_frame.py +207 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/_workspace_model.py +83 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/addmoduleframe.py +344 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/app.py +119 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/artist.py +1307 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/checkupdate.py +89 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/constants/__init__.py +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/constants/figure.py +55 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/constants/module_view.py +17 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/constants/preferences_dialog.py +6 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/constants/preferences_view.py +1 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/constants/workspace_view.py +173 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/cpframe.py +1414 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/dialog.py +60 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/editobjectsdlg.py +2181 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/errordialog.py +487 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/figure/__init__.py +2 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/figure/_figure.py +2624 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/figure/_navigation_toolbar.py +172 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/figure/_outline_artist.py +50 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/gridrenderers.py +75 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/help/__init__.py +25 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/help/content.py +134 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/help/menu.py +310 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/help/search.py +365 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/html/__init__.py +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/html/configure_images_help.html +68 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/html/exporting_results_help.html +54 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/html/getting_started.html +94 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/html/htmlwindow.py +47 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/html/identify_features_help.html +82 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/html/in_app_help.html +30 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/html/making_measurements_help.html +91 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/html/running_pipeline_help.html +48 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/html/selecting_images_help.html +63 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/html/test_mode_help.html +101 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/html/utils.py +12 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/html/welcome.html +46 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/htmldialog.py +40 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/imagesetctrl.py +1673 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/menu.py +30 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/metadatactrl.py +609 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/module_view/__init__.py +1 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/module_view/_binary_matrix_controller.py +224 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/module_view/_data_type_controller.py +185 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/module_view/_file_collection_display_controller.py +715 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/module_view/_filter_panel_controller.py +516 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/module_view/_joiner_controller.py +263 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/module_view/_module_sizer.py +231 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/module_view/_module_view.py +2402 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/module_view/_setting_edited_event.py +39 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/module_view/_table_controller.py +186 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/module_view/_validation_request_controller.py +18 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/moduleview.py +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/namesubscriber.py +345 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/omerologin.py +161 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/parametersampleframe.py +1033 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/pathlist.py +720 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/pipeline.py +37 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/pipelinecontroller.py +4215 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/pipelinelistview.py +2099 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/plateviewer.py +640 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/plugins_menu.py +14 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/preferences_dialog/__init__.py +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/preferences_dialog/_integer_preference.py +10 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/preferences_dialog/_preferences_dialog.py +563 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/preferences_view/__init__.py +1 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/preferences_view/_preferences_view.py +500 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/preferences_view/_progress_watcher.py +166 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/readers_dialog/__init__.py +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/readers_dialog/_readers_dialog.py +302 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/regexp_editor.py +689 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/tools.py +58 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/utilities/__init__.py +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/utilities/figure.py +205 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/utilities/icon.py +54 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/utilities/module_view.py +256 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/utilities/preferences_dialog.py +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/utilities/preferences_view.py +11 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/utilities/workspace_view.py +43 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/workspace_view/__init__.py +1 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/workspace_view/_workspace_view.py +544 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/workspace_view/_workspace_view_figure.py +11 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/workspace_view/_workspace_view_image_row.py +49 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/workspace_view/_workspace_view_mask_row.py +31 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/workspace_view/_workspace_view_measurement_row.py +251 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/workspace_view/_workspace_view_objects_row.py +37 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/gui/workspace_view/_workspace_view_row.py +78 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/icons/__init__.py +41 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/knime_bridge.py +710 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/misc.py +25 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/UntangleWorms.xsd +79 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/__init__.py +90 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/_help.py +247 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/calculatemath.py +737 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/calculatestatistics.py +936 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/classifyobjects.py +1759 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/closing.py +71 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/colortogray.py +685 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/combineobjects.py +273 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/convertimagetoobjects.py +154 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/convertobjectstoimage.py +249 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/correctilluminationapply.py +411 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/correctilluminationcalculate.py +1319 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/createbatchfiles.py +500 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/crop.py +954 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/definegrid.py +1231 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/dilateimage.py +51 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/dilateobjects.py +59 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/displaydataonimage.py +602 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/displaydensityplot.py +236 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/displayhistogram.py +236 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/displayplatemap.py +318 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/displayscatterplot.py +299 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/editobjectsmanually.py +559 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/enhanceedges.py +331 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/enhanceorsuppressfeatures.py +648 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/erodeimage.py +53 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/erodeobjects.py +125 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/expandorshrinkobjects.py +362 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/exporttodatabase.py +5480 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/exporttospreadsheet.py +1681 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/fillobjects.py +115 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/filterobjects.py +1437 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/findmaxima.py +259 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/flagimage.py +982 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/flipandrotate.py +592 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/gaussianfilter.py +79 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/graytocolor.py +712 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/identifydeadworms.py +677 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/identifyobjectsingrid.py +531 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/identifyobjectsmanually.py +209 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/identifyprimaryobjects.py +1647 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/identifysecondaryobjects.py +1033 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/identifytertiaryobjects.py +514 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/imagemath.py +717 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/invertforprinting.py +383 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/labelimages.py +214 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/makeprojection.py +523 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/maskimage.py +261 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/maskobjects.py +525 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/matchtemplate.py +103 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/measurecolocalization.py +1625 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/measuregranularity.py +615 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/measureimageareaoccupied.py +477 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/measureimageintensity.py +485 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/measureimageoverlap.py +487 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/measureimagequality.py +1879 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/measureimageskeleton.py +261 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/measureobjectintensity.py +597 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/measureobjectintensitydistribution.py +1521 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/measureobjectneighbors.py +956 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/measureobjectoverlap.py +984 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/measureobjectsizeshape.py +920 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/measureobjectskeleton.py +923 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/measuretexture.py +799 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/medialaxis.py +56 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/medianfilter.py +81 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/morph.py +712 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/morphologicalskeleton.py +56 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/opening.py +72 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/overlayobjects.py +71 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/overlayoutlines.py +452 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/plugins/__init__.py +62 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/plugins/imagetemplate.py +399 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/plugins/measurementtemplate.py +676 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/reducenoise.py +98 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/relateobjects.py +1022 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/removeholes.py +77 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/rescaleintensity.py +630 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/resize.py +524 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/resizeobjects.py +248 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/runimagejmacro.py +410 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/savecroppedobjects.py +258 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/saveimages.py +1130 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/shrinktoobjectcenters.py +79 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/smooth.py +292 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/splitormergeobjects.py +740 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/straightenworms.py +1583 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/threshold.py +1184 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/tile.py +547 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/trackobjects.py +3689 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/unmixcolors.py +539 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/untangleworms.py +3278 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/modules/watershed.py +631 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/utilities/__init__.py +0 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/utilities/morphology.py +106 -0
- cellprofiler_nightly-5.0.0.dev65/cellprofiler/utilities/rules.py +234 -0
- cellprofiler_nightly-5.0.0.dev65/environment.yml +28 -0
- cellprofiler_nightly-5.0.0.dev65/pyproject.toml +101 -0
- cellprofiler_nightly-5.0.0.dev65/setup.cfg +4 -0
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: CellProfiler-nightly
|
|
3
|
+
Version: 5.0.0.dev65
|
|
4
|
+
Summary: CellProfiler is a free open-source software designed to enable biologists without training in computer vision or programming to quantitatively measure phenotypes from thousands of images automatically.
|
|
5
|
+
Author: Anne Carpenter, Thouis (Ray) Jones, Lee Kamentsky, Vebjorn Ljosa, David Logan, Mark Bray, Madison Swain-Bowden, Allen Goodman, Claire McQuinn, Alice Lucas, Callum Tromans-Coia
|
|
6
|
+
Author-email: Beth Cimini <bcimini@broadinstitute.org>, David Stirling <dstirling@glencoesoftware.com>, Nodar Gogoberidze <ngogober@broadinstitute.org>
|
|
7
|
+
Maintainer-email: Beth Cimini <bcimini@broadinstitute.org>, Nodar Gogoberidze <ngogober@broadinstitute.org>
|
|
8
|
+
License: The BSD 3-Clause License
|
|
9
|
+
|
|
10
|
+
Copyright © 2003 - 2021 Broad Institute, Inc. All rights reserved.
|
|
11
|
+
|
|
12
|
+
Redistribution and use in source and binary forms, with or without
|
|
13
|
+
modification, are permitted provided that the following conditions are met:
|
|
14
|
+
|
|
15
|
+
1. Redistributions of source code must retain the above copyright notice,
|
|
16
|
+
this list of conditions and the following disclaimer.
|
|
17
|
+
|
|
18
|
+
2. Redistributions in binary form must reproduce the above copyright
|
|
19
|
+
notice, this list of conditions and the following disclaimer in the
|
|
20
|
+
documentation and/or other materials provided with the distribution.
|
|
21
|
+
|
|
22
|
+
3. Neither the name of the Broad Institute, Inc. nor the names of its
|
|
23
|
+
contributors may be used to endorse or promote products derived from
|
|
24
|
+
this software without specific prior written permission.
|
|
25
|
+
|
|
26
|
+
THIS SOFTWARE IS PROVIDED “AS IS.” BROAD MAKES NO EXPRESS OR IMPLIED
|
|
27
|
+
REPRESENTATIONS OR WARRANTIES OF ANY KIND REGARDING THE SOFTWARE AND
|
|
28
|
+
COPYRIGHT, INCLUDING, BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY,
|
|
29
|
+
FITNESS FOR A PARTICULAR PURPOSE, CONFORMITY WITH ANY DOCUMENTATION,
|
|
30
|
+
NON-INFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, WHETHER OR NOT
|
|
31
|
+
DISCOVERABLE. IN NO EVENT SHALL BROAD, THE COPYRIGHT HOLDERS, OR CONTRIBUTORS
|
|
32
|
+
BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
|
33
|
+
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO PROCUREMENT OF SUBSTITUTE
|
|
34
|
+
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
35
|
+
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
36
|
+
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
|
|
37
|
+
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF, HAVE REASON TO KNOW, OR IN
|
|
38
|
+
FACT SHALL KNOW OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
39
|
+
|
|
40
|
+
If, by operation of law or otherwise, any of the aforementioned warranty
|
|
41
|
+
disclaimers are determined inapplicable, your sole remedy, regardless of the
|
|
42
|
+
form of action, including, but not limited to, negligence and strict
|
|
43
|
+
liability, shall be replacement of the software with an updated version if one
|
|
44
|
+
exists.
|
|
45
|
+
|
|
46
|
+
Development of CellProfiler has been funded in whole or in part with federal
|
|
47
|
+
funds from the National Institutes of Health, the National Science Foundation,
|
|
48
|
+
and the Human Frontier Science Program.
|
|
49
|
+
|
|
50
|
+
Project-URL: Homepage, https://cellprofiler.org/
|
|
51
|
+
Project-URL: Documentation, https://cellprofiler.org/manuals
|
|
52
|
+
Project-URL: Wiki, https://github.com/CellProfiler/CellProfiler/wiki
|
|
53
|
+
Project-URL: Repository, https://github.com/CellProfiler/CellProfiler
|
|
54
|
+
Project-URL: Issues, https://github.com/CellProfiler/CellProfiler/issues
|
|
55
|
+
Project-URL: Changelog, https://github.com/CellProfiler/CellProfiler/releases
|
|
56
|
+
Keywords: computer vision,image analysis,biology,cell,cellprofiler
|
|
57
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
58
|
+
Classifier: Intended Audience :: Science/Research
|
|
59
|
+
Classifier: License :: OSI Approved :: BSD License
|
|
60
|
+
Classifier: Operating System :: OS Independent
|
|
61
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
62
|
+
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
|
|
63
|
+
Classifier: Topic :: Scientific/Engineering :: Image Recognition
|
|
64
|
+
Classifier: Topic :: Scientific/Engineering :: Image Processing
|
|
65
|
+
Classifier: Topic :: Scientific/Engineering
|
|
66
|
+
Requires-Python: >=3.9
|
|
67
|
+
Description-Content-Type: text/markdown
|
|
68
|
+
License-File: LICENSE
|
|
69
|
+
Requires-Dist: cellprofiler-library-nightly>=5.dev
|
|
70
|
+
Requires-Dist: cellprofiler-core-nightly>=5.dev
|
|
71
|
+
Requires-Dist: boto3~=1.28.41
|
|
72
|
+
Requires-Dist: centrosome==1.2.2
|
|
73
|
+
Requires-Dist: docutils==0.15.2
|
|
74
|
+
Requires-Dist: h5py~=3.6.0
|
|
75
|
+
Requires-Dist: imageio~=2.31.3
|
|
76
|
+
Requires-Dist: inflect~=7.0.0
|
|
77
|
+
Requires-Dist: Jinja2~=3.1.2
|
|
78
|
+
Requires-Dist: joblib~=1.3.2
|
|
79
|
+
Requires-Dist: mahotas~=1.4.13
|
|
80
|
+
Requires-Dist: matplotlib<4,>=3.1.3
|
|
81
|
+
Requires-Dist: mysqlclient~=2.2.3
|
|
82
|
+
Requires-Dist: numpy~=1.24.4
|
|
83
|
+
Requires-Dist: Pillow~=10.0.0
|
|
84
|
+
Requires-Dist: pyzmq~=22.3.0
|
|
85
|
+
Requires-Dist: sentry-sdk<=1.31.0,>=0.18.0
|
|
86
|
+
Requires-Dist: requests~=2.31.0
|
|
87
|
+
Requires-Dist: scikit-image~=0.20.0
|
|
88
|
+
Requires-Dist: scikit-learn~=1.3.0
|
|
89
|
+
Requires-Dist: scipy<1.11,>=1.9.1
|
|
90
|
+
Requires-Dist: scyjava>=1.9.1
|
|
91
|
+
Requires-Dist: six~=1.16.0
|
|
92
|
+
Requires-Dist: tifffile<2022.4.22,>=2022.4.8
|
|
93
|
+
Requires-Dist: wxPython==4.2.0
|
|
94
|
+
Requires-Dist: rapidfuzz~=3.0.0
|
|
95
|
+
Requires-Dist: packaging>=20.0
|
|
96
|
+
Provides-Extra: build
|
|
97
|
+
Requires-Dist: build; extra == "build"
|
|
98
|
+
Requires-Dist: pyinstaller; extra == "build"
|
|
99
|
+
Requires-Dist: twine; extra == "build"
|
|
100
|
+
Provides-Extra: docs
|
|
101
|
+
Requires-Dist: sphinx>=3.1.1; extra == "docs"
|
|
102
|
+
Requires-Dist: sphinx-rtd-theme>=0.5.0; extra == "docs"
|
|
103
|
+
Provides-Extra: test
|
|
104
|
+
Requires-Dist: pytest~=7.4.1; extra == "test"
|
|
105
|
+
Requires-Dist: pooch>=1.3.0; extra == "test"
|
|
106
|
+
|
|
107
|
+
# frontend
|
|
108
|
+
|
|
109
|
+
This codebase contains the code to build the `cellprofiler` package. It contains modules that implement the GUI interface, the CLI interface, and others that are non-essential to the functioning of the [CellProfiler](cellprofiler.org) software. The [subpackages](../subpackages/) are necessary dependencies for the functioning of `cellprofiler`.
|
|
@@ -0,0 +1,383 @@
|
|
|
1
|
+
LICENSE
|
|
2
|
+
README.md
|
|
3
|
+
environment.yml
|
|
4
|
+
pyproject.toml
|
|
5
|
+
CellProfiler_nightly.egg-info/PKG-INFO
|
|
6
|
+
CellProfiler_nightly.egg-info/SOURCES.txt
|
|
7
|
+
CellProfiler_nightly.egg-info/dependency_links.txt
|
|
8
|
+
CellProfiler_nightly.egg-info/entry_points.txt
|
|
9
|
+
CellProfiler_nightly.egg-info/requires.txt
|
|
10
|
+
CellProfiler_nightly.egg-info/top_level.txt
|
|
11
|
+
cellprofiler/__init__.py
|
|
12
|
+
cellprofiler/__main__.py
|
|
13
|
+
cellprofiler/_version.py
|
|
14
|
+
cellprofiler/knime_bridge.py
|
|
15
|
+
cellprofiler/misc.py
|
|
16
|
+
cellprofiler/data/examples/ExampleFly/ExampleFly.cppipe
|
|
17
|
+
cellprofiler/data/examples/ExampleFly/images/01_POS002_D.TIF
|
|
18
|
+
cellprofiler/data/examples/ExampleFly/images/01_POS002_F.TIF
|
|
19
|
+
cellprofiler/data/examples/ExampleFly/images/01_POS002_R.TIF
|
|
20
|
+
cellprofiler/data/examples/ExampleFly/images/01_POS076_D.TIF
|
|
21
|
+
cellprofiler/data/examples/ExampleFly/images/01_POS076_F.TIF
|
|
22
|
+
cellprofiler/data/examples/ExampleFly/images/01_POS076_R.TIF
|
|
23
|
+
cellprofiler/data/examples/ExampleFly/images/01_POS218_D.TIF
|
|
24
|
+
cellprofiler/data/examples/ExampleFly/images/01_POS218_F.TIF
|
|
25
|
+
cellprofiler/data/examples/ExampleFly/images/01_POS218_R.TIF
|
|
26
|
+
cellprofiler/data/help/display_image_tools.rst
|
|
27
|
+
cellprofiler/data/help/display_interactive_navigation.rst
|
|
28
|
+
cellprofiler/data/help/display_menu_bar.rst
|
|
29
|
+
cellprofiler/data/help/legacy_matlab_image.rst
|
|
30
|
+
cellprofiler/data/help/navigation_edit_menu.rst
|
|
31
|
+
cellprofiler/data/help/navigation_file_menu.rst
|
|
32
|
+
cellprofiler/data/help/navigation_test_menu.rst
|
|
33
|
+
cellprofiler/data/help/navigation_window_menu.rst
|
|
34
|
+
cellprofiler/data/help/other_3d_identify.rst
|
|
35
|
+
cellprofiler/data/help/other_batch.rst
|
|
36
|
+
cellprofiler/data/help/other_logging.rst
|
|
37
|
+
cellprofiler/data/help/other_omero.rst
|
|
38
|
+
cellprofiler/data/help/other_plugins.rst
|
|
39
|
+
cellprofiler/data/help/other_shell.rst
|
|
40
|
+
cellprofiler/data/help/other_troubleshooting.rst
|
|
41
|
+
cellprofiler/data/help/other_widget_inspector.rst
|
|
42
|
+
cellprofiler/data/help/output_measurements.rst
|
|
43
|
+
cellprofiler/data/help/output_plateviewer.rst
|
|
44
|
+
cellprofiler/data/help/output_spreadsheets.rst
|
|
45
|
+
cellprofiler/data/help/pipelines_building.rst
|
|
46
|
+
cellprofiler/data/help/pipelines_running.rst
|
|
47
|
+
cellprofiler/data/help/projects_configure_images.rst
|
|
48
|
+
cellprofiler/data/help/projects_image_ordering.rst
|
|
49
|
+
cellprofiler/data/help/projects_image_sequences.rst
|
|
50
|
+
cellprofiler/data/help/projects_introduction.rst
|
|
51
|
+
cellprofiler/data/help/projects_selecting_images.rst
|
|
52
|
+
cellprofiler/data/help/why_use_cellprofiler.rst
|
|
53
|
+
cellprofiler/data/icons/CellProfiler-favicon-120.png
|
|
54
|
+
cellprofiler/data/icons/CellProfiler-favicon-128.png
|
|
55
|
+
cellprofiler/data/icons/CellProfiler-favicon-144.png
|
|
56
|
+
cellprofiler/data/icons/CellProfiler-favicon-152.png
|
|
57
|
+
cellprofiler/data/icons/CellProfiler-favicon-195.png
|
|
58
|
+
cellprofiler/data/icons/CellProfiler-favicon-228.png
|
|
59
|
+
cellprofiler/data/icons/CellProfiler-favicon-32.png
|
|
60
|
+
cellprofiler/data/icons/CellProfiler-favicon-57.png
|
|
61
|
+
cellprofiler/data/icons/CellProfiler-favicon-72.png
|
|
62
|
+
cellprofiler/data/icons/CellProfiler-favicon-96.png
|
|
63
|
+
cellprofiler/data/icons/CellProfiler-favicon.ico
|
|
64
|
+
cellprofiler/data/icons/CellProfiler.ai
|
|
65
|
+
cellprofiler/data/icons/CellProfiler.icns
|
|
66
|
+
cellprofiler/data/icons/CellProfiler.ico
|
|
67
|
+
cellprofiler/data/icons/CellProfiler.png
|
|
68
|
+
cellprofiler/data/icons/CellProfiler.svg
|
|
69
|
+
cellprofiler/data/images/Align.png
|
|
70
|
+
cellprofiler/data/images/ApplyThreshold.png
|
|
71
|
+
cellprofiler/data/images/CollapseTree.png
|
|
72
|
+
cellprofiler/data/images/ColorToGray.png
|
|
73
|
+
cellprofiler/data/images/CorrectIlluminationApply.png
|
|
74
|
+
cellprofiler/data/images/CorrectIlluminationCalculate.png
|
|
75
|
+
cellprofiler/data/images/Crop.png
|
|
76
|
+
cellprofiler/data/images/ExpandOrShrinkObjects.png
|
|
77
|
+
cellprofiler/data/images/ExpandTree.png
|
|
78
|
+
cellprofiler/data/images/GrayToColor.png
|
|
79
|
+
cellprofiler/data/images/Groups_ExampleDisplayTable.png
|
|
80
|
+
cellprofiler/data/images/IMG_ANALYZED.png
|
|
81
|
+
cellprofiler/data/images/IMG_ANALYZE_16.png
|
|
82
|
+
cellprofiler/data/images/IMG_ANALYZE_24.png
|
|
83
|
+
cellprofiler/data/images/IMG_CLOSED_EYE.png
|
|
84
|
+
cellprofiler/data/images/IMG_DISABLED.png
|
|
85
|
+
cellprofiler/data/images/IMG_ERROR.png
|
|
86
|
+
cellprofiler/data/images/IMG_EYE.png
|
|
87
|
+
cellprofiler/data/images/IMG_GO.png
|
|
88
|
+
cellprofiler/data/images/IMG_GO_DIM.png
|
|
89
|
+
cellprofiler/data/images/IMG_IMAGE.png
|
|
90
|
+
cellprofiler/data/images/IMG_MEASURE.png
|
|
91
|
+
cellprofiler/data/images/IMG_OK.png
|
|
92
|
+
cellprofiler/data/images/IMG_PAUSE.png
|
|
93
|
+
cellprofiler/data/images/IMG_RUN.png
|
|
94
|
+
cellprofiler/data/images/IMG_SLIDER.png
|
|
95
|
+
cellprofiler/data/images/IMG_SLIDER_ACTIVE.png
|
|
96
|
+
cellprofiler/data/images/IMG_STOP.png
|
|
97
|
+
cellprofiler/data/images/IMG_TEST.png
|
|
98
|
+
cellprofiler/data/images/IMG_UNAVAILABLE.png
|
|
99
|
+
cellprofiler/data/images/IMG_UPDATE.png
|
|
100
|
+
cellprofiler/data/images/IMG_USE_INPUT.png
|
|
101
|
+
cellprofiler/data/images/IMG_USE_OUTPUT.png
|
|
102
|
+
cellprofiler/data/images/IMG_USE_SOURCE.png
|
|
103
|
+
cellprofiler/data/images/IMG_WARN.png
|
|
104
|
+
cellprofiler/data/images/IdentifyPrimaryObjects_IntensityDeclumping.png
|
|
105
|
+
cellprofiler/data/images/IdentifyPrimaryObjects_ShapeDeclumping.png
|
|
106
|
+
cellprofiler/data/images/IdentifySecondaryObjects.png
|
|
107
|
+
cellprofiler/data/images/IdentifyTertiaryObjects.png
|
|
108
|
+
cellprofiler/data/images/Images_FilelistPanel.png
|
|
109
|
+
cellprofiler/data/images/Images_FilelistPanel_Blank.png
|
|
110
|
+
cellprofiler/data/images/Images_FilelistPanel_Filled.png
|
|
111
|
+
cellprofiler/data/images/Images_UsingRules.png
|
|
112
|
+
cellprofiler/data/images/MeasureGranularity_example.png
|
|
113
|
+
cellprofiler/data/images/MeasureImageAreaOccupied.png
|
|
114
|
+
cellprofiler/data/images/MeasureObjectIntensityDistribution_Edges_Centers.png
|
|
115
|
+
cellprofiler/data/images/MeasureObjectIntensityDistribution_Magnitude_Phase.png
|
|
116
|
+
cellprofiler/data/images/MeasureObjectSizeShape_Eccentricity.png
|
|
117
|
+
cellprofiler/data/images/MeasureTexture.png
|
|
118
|
+
cellprofiler/data/images/Measure_texture_3D_correspondences_1.png
|
|
119
|
+
cellprofiler/data/images/Measure_texture_3D_correspondences_1_highres.png
|
|
120
|
+
cellprofiler/data/images/Measure_texture_3D_correspondences_2.png
|
|
121
|
+
cellprofiler/data/images/Measure_texture_3D_correspondences_2_highres.png
|
|
122
|
+
cellprofiler/data/images/Metadata_ExampleDisplayTable.png
|
|
123
|
+
cellprofiler/data/images/NamesAndTypes_ExampleDisplayTable.png
|
|
124
|
+
cellprofiler/data/images/Tile.png
|
|
125
|
+
cellprofiler/data/images/UnmixColors.png
|
|
126
|
+
cellprofiler/data/images/check.png
|
|
127
|
+
cellprofiler/data/images/color.png
|
|
128
|
+
cellprofiler/data/images/cp_panel_schematic.png
|
|
129
|
+
cellprofiler/data/images/dapi.png
|
|
130
|
+
cellprofiler/data/images/delete.png
|
|
131
|
+
cellprofiler/data/images/downarrow.png
|
|
132
|
+
cellprofiler/data/images/eye-close.png
|
|
133
|
+
cellprofiler/data/images/eye-open.png
|
|
134
|
+
cellprofiler/data/images/ffwd.png
|
|
135
|
+
cellprofiler/data/images/ffwddisabled.png
|
|
136
|
+
cellprofiler/data/images/filter.png
|
|
137
|
+
cellprofiler/data/images/folder_browse.png
|
|
138
|
+
cellprofiler/data/images/folder_create.png
|
|
139
|
+
cellprofiler/data/images/gear.png
|
|
140
|
+
cellprofiler/data/images/gfp.png
|
|
141
|
+
cellprofiler/data/images/icon_copyrights.txt
|
|
142
|
+
cellprofiler/data/images/illumination_function.png
|
|
143
|
+
cellprofiler/data/images/image_to_object_dataflow.png
|
|
144
|
+
cellprofiler/data/images/image_to_object_dataflow.psd
|
|
145
|
+
cellprofiler/data/images/mask.png
|
|
146
|
+
cellprofiler/data/images/microscope-color_16.png
|
|
147
|
+
cellprofiler/data/images/microscope-icon_16.png
|
|
148
|
+
cellprofiler/data/images/microscope-icon_32.png
|
|
149
|
+
cellprofiler/data/images/microscopes_16.png
|
|
150
|
+
cellprofiler/data/images/module_add.png
|
|
151
|
+
cellprofiler/data/images/module_help.png
|
|
152
|
+
cellprofiler/data/images/module_movedown.png
|
|
153
|
+
cellprofiler/data/images/module_moveup.png
|
|
154
|
+
cellprofiler/data/images/module_remove.png
|
|
155
|
+
cellprofiler/data/images/monochrome.png
|
|
156
|
+
cellprofiler/data/images/movie_16.png
|
|
157
|
+
cellprofiler/data/images/next.png
|
|
158
|
+
cellprofiler/data/images/objects.png
|
|
159
|
+
cellprofiler/data/images/pause.png
|
|
160
|
+
cellprofiler/data/images/pausedisabled.png
|
|
161
|
+
cellprofiler/data/images/play.png
|
|
162
|
+
cellprofiler/data/images/playdisabled.png
|
|
163
|
+
cellprofiler/data/images/previous.png
|
|
164
|
+
cellprofiler/data/images/remove-sign.png
|
|
165
|
+
cellprofiler/data/images/rewind.png
|
|
166
|
+
cellprofiler/data/images/rewinddisabled.png
|
|
167
|
+
cellprofiler/data/images/splash.png
|
|
168
|
+
cellprofiler/data/images/status_pause.png
|
|
169
|
+
cellprofiler/data/images/status_save.png
|
|
170
|
+
cellprofiler/data/images/status_stop.png
|
|
171
|
+
cellprofiler/data/images/stop.png
|
|
172
|
+
cellprofiler/data/images/stopdisabled.png
|
|
173
|
+
cellprofiler/data/images/structuringelement.png
|
|
174
|
+
cellprofiler/data/images/thumb-down.png
|
|
175
|
+
cellprofiler/data/images/thumb-up.png
|
|
176
|
+
cellprofiler/data/images/unchecked.png
|
|
177
|
+
cellprofiler/data/images/wantpony.wav
|
|
178
|
+
cellprofiler/data/images/welcome_examples.png
|
|
179
|
+
cellprofiler/data/images/welcome_forum.png
|
|
180
|
+
cellprofiler/data/images/welcome_help.png
|
|
181
|
+
cellprofiler/data/images/welcome_manual.png
|
|
182
|
+
cellprofiler/data/images/welcome_new.png
|
|
183
|
+
cellprofiler/data/images/welcome_pipeline.png
|
|
184
|
+
cellprofiler/data/images/welcome_screen_help.png
|
|
185
|
+
cellprofiler/data/images/welcome_start.png
|
|
186
|
+
cellprofiler/data/images/welcome_tutorial.png
|
|
187
|
+
cellprofiler/data/images/welcomescreen_forum.png
|
|
188
|
+
cellprofiler/data/images/welcomescreen_manual.png
|
|
189
|
+
cellprofiler/data/images/welcomescreen_tutorials.png
|
|
190
|
+
cellprofiler/data/images/window_back.png
|
|
191
|
+
cellprofiler/data/images/window_filesave.png
|
|
192
|
+
cellprofiler/data/images/window_forward.png
|
|
193
|
+
cellprofiler/data/images/window_home.png
|
|
194
|
+
cellprofiler/data/images/window_pan.png
|
|
195
|
+
cellprofiler/data/images/window_zoom_to_rect.png
|
|
196
|
+
cellprofiler/gui/__init__.py
|
|
197
|
+
cellprofiler/gui/_tree_checkbox_dialog.py
|
|
198
|
+
cellprofiler/gui/_welcome_frame.py
|
|
199
|
+
cellprofiler/gui/_workspace_model.py
|
|
200
|
+
cellprofiler/gui/addmoduleframe.py
|
|
201
|
+
cellprofiler/gui/app.py
|
|
202
|
+
cellprofiler/gui/artist.py
|
|
203
|
+
cellprofiler/gui/checkupdate.py
|
|
204
|
+
cellprofiler/gui/cpframe.py
|
|
205
|
+
cellprofiler/gui/dialog.py
|
|
206
|
+
cellprofiler/gui/editobjectsdlg.py
|
|
207
|
+
cellprofiler/gui/errordialog.py
|
|
208
|
+
cellprofiler/gui/gridrenderers.py
|
|
209
|
+
cellprofiler/gui/htmldialog.py
|
|
210
|
+
cellprofiler/gui/imagesetctrl.py
|
|
211
|
+
cellprofiler/gui/menu.py
|
|
212
|
+
cellprofiler/gui/metadatactrl.py
|
|
213
|
+
cellprofiler/gui/moduleview.py
|
|
214
|
+
cellprofiler/gui/namesubscriber.py
|
|
215
|
+
cellprofiler/gui/omerologin.py
|
|
216
|
+
cellprofiler/gui/parametersampleframe.py
|
|
217
|
+
cellprofiler/gui/pathlist.py
|
|
218
|
+
cellprofiler/gui/pipeline.py
|
|
219
|
+
cellprofiler/gui/pipelinecontroller.py
|
|
220
|
+
cellprofiler/gui/pipelinelistview.py
|
|
221
|
+
cellprofiler/gui/plateviewer.py
|
|
222
|
+
cellprofiler/gui/plugins_menu.py
|
|
223
|
+
cellprofiler/gui/regexp_editor.py
|
|
224
|
+
cellprofiler/gui/tools.py
|
|
225
|
+
cellprofiler/gui/constants/__init__.py
|
|
226
|
+
cellprofiler/gui/constants/figure.py
|
|
227
|
+
cellprofiler/gui/constants/module_view.py
|
|
228
|
+
cellprofiler/gui/constants/preferences_dialog.py
|
|
229
|
+
cellprofiler/gui/constants/preferences_view.py
|
|
230
|
+
cellprofiler/gui/constants/workspace_view.py
|
|
231
|
+
cellprofiler/gui/figure/__init__.py
|
|
232
|
+
cellprofiler/gui/figure/_figure.py
|
|
233
|
+
cellprofiler/gui/figure/_navigation_toolbar.py
|
|
234
|
+
cellprofiler/gui/figure/_outline_artist.py
|
|
235
|
+
cellprofiler/gui/help/__init__.py
|
|
236
|
+
cellprofiler/gui/help/content.py
|
|
237
|
+
cellprofiler/gui/help/menu.py
|
|
238
|
+
cellprofiler/gui/help/search.py
|
|
239
|
+
cellprofiler/gui/html/__init__.py
|
|
240
|
+
cellprofiler/gui/html/configure_images_help.html
|
|
241
|
+
cellprofiler/gui/html/exporting_results_help.html
|
|
242
|
+
cellprofiler/gui/html/getting_started.html
|
|
243
|
+
cellprofiler/gui/html/htmlwindow.py
|
|
244
|
+
cellprofiler/gui/html/identify_features_help.html
|
|
245
|
+
cellprofiler/gui/html/in_app_help.html
|
|
246
|
+
cellprofiler/gui/html/making_measurements_help.html
|
|
247
|
+
cellprofiler/gui/html/running_pipeline_help.html
|
|
248
|
+
cellprofiler/gui/html/selecting_images_help.html
|
|
249
|
+
cellprofiler/gui/html/test_mode_help.html
|
|
250
|
+
cellprofiler/gui/html/utils.py
|
|
251
|
+
cellprofiler/gui/html/welcome.html
|
|
252
|
+
cellprofiler/gui/module_view/__init__.py
|
|
253
|
+
cellprofiler/gui/module_view/_binary_matrix_controller.py
|
|
254
|
+
cellprofiler/gui/module_view/_data_type_controller.py
|
|
255
|
+
cellprofiler/gui/module_view/_file_collection_display_controller.py
|
|
256
|
+
cellprofiler/gui/module_view/_filter_panel_controller.py
|
|
257
|
+
cellprofiler/gui/module_view/_joiner_controller.py
|
|
258
|
+
cellprofiler/gui/module_view/_module_sizer.py
|
|
259
|
+
cellprofiler/gui/module_view/_module_view.py
|
|
260
|
+
cellprofiler/gui/module_view/_setting_edited_event.py
|
|
261
|
+
cellprofiler/gui/module_view/_table_controller.py
|
|
262
|
+
cellprofiler/gui/module_view/_validation_request_controller.py
|
|
263
|
+
cellprofiler/gui/preferences_dialog/__init__.py
|
|
264
|
+
cellprofiler/gui/preferences_dialog/_integer_preference.py
|
|
265
|
+
cellprofiler/gui/preferences_dialog/_preferences_dialog.py
|
|
266
|
+
cellprofiler/gui/preferences_view/__init__.py
|
|
267
|
+
cellprofiler/gui/preferences_view/_preferences_view.py
|
|
268
|
+
cellprofiler/gui/preferences_view/_progress_watcher.py
|
|
269
|
+
cellprofiler/gui/readers_dialog/__init__.py
|
|
270
|
+
cellprofiler/gui/readers_dialog/_readers_dialog.py
|
|
271
|
+
cellprofiler/gui/utilities/__init__.py
|
|
272
|
+
cellprofiler/gui/utilities/figure.py
|
|
273
|
+
cellprofiler/gui/utilities/icon.py
|
|
274
|
+
cellprofiler/gui/utilities/module_view.py
|
|
275
|
+
cellprofiler/gui/utilities/preferences_dialog.py
|
|
276
|
+
cellprofiler/gui/utilities/preferences_view.py
|
|
277
|
+
cellprofiler/gui/utilities/workspace_view.py
|
|
278
|
+
cellprofiler/gui/workspace_view/__init__.py
|
|
279
|
+
cellprofiler/gui/workspace_view/_workspace_view.py
|
|
280
|
+
cellprofiler/gui/workspace_view/_workspace_view_figure.py
|
|
281
|
+
cellprofiler/gui/workspace_view/_workspace_view_image_row.py
|
|
282
|
+
cellprofiler/gui/workspace_view/_workspace_view_mask_row.py
|
|
283
|
+
cellprofiler/gui/workspace_view/_workspace_view_measurement_row.py
|
|
284
|
+
cellprofiler/gui/workspace_view/_workspace_view_objects_row.py
|
|
285
|
+
cellprofiler/gui/workspace_view/_workspace_view_row.py
|
|
286
|
+
cellprofiler/icons/__init__.py
|
|
287
|
+
cellprofiler/modules/UntangleWorms.xsd
|
|
288
|
+
cellprofiler/modules/__init__.py
|
|
289
|
+
cellprofiler/modules/_help.py
|
|
290
|
+
cellprofiler/modules/calculatemath.py
|
|
291
|
+
cellprofiler/modules/calculatestatistics.py
|
|
292
|
+
cellprofiler/modules/classifyobjects.py
|
|
293
|
+
cellprofiler/modules/closing.py
|
|
294
|
+
cellprofiler/modules/colortogray.py
|
|
295
|
+
cellprofiler/modules/combineobjects.py
|
|
296
|
+
cellprofiler/modules/convertimagetoobjects.py
|
|
297
|
+
cellprofiler/modules/convertobjectstoimage.py
|
|
298
|
+
cellprofiler/modules/correctilluminationapply.py
|
|
299
|
+
cellprofiler/modules/correctilluminationcalculate.py
|
|
300
|
+
cellprofiler/modules/createbatchfiles.py
|
|
301
|
+
cellprofiler/modules/crop.py
|
|
302
|
+
cellprofiler/modules/definegrid.py
|
|
303
|
+
cellprofiler/modules/dilateimage.py
|
|
304
|
+
cellprofiler/modules/dilateobjects.py
|
|
305
|
+
cellprofiler/modules/displaydataonimage.py
|
|
306
|
+
cellprofiler/modules/displaydensityplot.py
|
|
307
|
+
cellprofiler/modules/displayhistogram.py
|
|
308
|
+
cellprofiler/modules/displayplatemap.py
|
|
309
|
+
cellprofiler/modules/displayscatterplot.py
|
|
310
|
+
cellprofiler/modules/editobjectsmanually.py
|
|
311
|
+
cellprofiler/modules/enhanceedges.py
|
|
312
|
+
cellprofiler/modules/enhanceorsuppressfeatures.py
|
|
313
|
+
cellprofiler/modules/erodeimage.py
|
|
314
|
+
cellprofiler/modules/erodeobjects.py
|
|
315
|
+
cellprofiler/modules/expandorshrinkobjects.py
|
|
316
|
+
cellprofiler/modules/exporttodatabase.py
|
|
317
|
+
cellprofiler/modules/exporttospreadsheet.py
|
|
318
|
+
cellprofiler/modules/fillobjects.py
|
|
319
|
+
cellprofiler/modules/filterobjects.py
|
|
320
|
+
cellprofiler/modules/findmaxima.py
|
|
321
|
+
cellprofiler/modules/flagimage.py
|
|
322
|
+
cellprofiler/modules/flipandrotate.py
|
|
323
|
+
cellprofiler/modules/gaussianfilter.py
|
|
324
|
+
cellprofiler/modules/graytocolor.py
|
|
325
|
+
cellprofiler/modules/identifydeadworms.py
|
|
326
|
+
cellprofiler/modules/identifyobjectsingrid.py
|
|
327
|
+
cellprofiler/modules/identifyobjectsmanually.py
|
|
328
|
+
cellprofiler/modules/identifyprimaryobjects.py
|
|
329
|
+
cellprofiler/modules/identifysecondaryobjects.py
|
|
330
|
+
cellprofiler/modules/identifytertiaryobjects.py
|
|
331
|
+
cellprofiler/modules/imagemath.py
|
|
332
|
+
cellprofiler/modules/invertforprinting.py
|
|
333
|
+
cellprofiler/modules/labelimages.py
|
|
334
|
+
cellprofiler/modules/makeprojection.py
|
|
335
|
+
cellprofiler/modules/maskimage.py
|
|
336
|
+
cellprofiler/modules/maskobjects.py
|
|
337
|
+
cellprofiler/modules/matchtemplate.py
|
|
338
|
+
cellprofiler/modules/measurecolocalization.py
|
|
339
|
+
cellprofiler/modules/measuregranularity.py
|
|
340
|
+
cellprofiler/modules/measureimageareaoccupied.py
|
|
341
|
+
cellprofiler/modules/measureimageintensity.py
|
|
342
|
+
cellprofiler/modules/measureimageoverlap.py
|
|
343
|
+
cellprofiler/modules/measureimagequality.py
|
|
344
|
+
cellprofiler/modules/measureimageskeleton.py
|
|
345
|
+
cellprofiler/modules/measureobjectintensity.py
|
|
346
|
+
cellprofiler/modules/measureobjectintensitydistribution.py
|
|
347
|
+
cellprofiler/modules/measureobjectneighbors.py
|
|
348
|
+
cellprofiler/modules/measureobjectoverlap.py
|
|
349
|
+
cellprofiler/modules/measureobjectsizeshape.py
|
|
350
|
+
cellprofiler/modules/measureobjectskeleton.py
|
|
351
|
+
cellprofiler/modules/measuretexture.py
|
|
352
|
+
cellprofiler/modules/medialaxis.py
|
|
353
|
+
cellprofiler/modules/medianfilter.py
|
|
354
|
+
cellprofiler/modules/morph.py
|
|
355
|
+
cellprofiler/modules/morphologicalskeleton.py
|
|
356
|
+
cellprofiler/modules/opening.py
|
|
357
|
+
cellprofiler/modules/overlayobjects.py
|
|
358
|
+
cellprofiler/modules/overlayoutlines.py
|
|
359
|
+
cellprofiler/modules/reducenoise.py
|
|
360
|
+
cellprofiler/modules/relateobjects.py
|
|
361
|
+
cellprofiler/modules/removeholes.py
|
|
362
|
+
cellprofiler/modules/rescaleintensity.py
|
|
363
|
+
cellprofiler/modules/resize.py
|
|
364
|
+
cellprofiler/modules/resizeobjects.py
|
|
365
|
+
cellprofiler/modules/runimagejmacro.py
|
|
366
|
+
cellprofiler/modules/savecroppedobjects.py
|
|
367
|
+
cellprofiler/modules/saveimages.py
|
|
368
|
+
cellprofiler/modules/shrinktoobjectcenters.py
|
|
369
|
+
cellprofiler/modules/smooth.py
|
|
370
|
+
cellprofiler/modules/splitormergeobjects.py
|
|
371
|
+
cellprofiler/modules/straightenworms.py
|
|
372
|
+
cellprofiler/modules/threshold.py
|
|
373
|
+
cellprofiler/modules/tile.py
|
|
374
|
+
cellprofiler/modules/trackobjects.py
|
|
375
|
+
cellprofiler/modules/unmixcolors.py
|
|
376
|
+
cellprofiler/modules/untangleworms.py
|
|
377
|
+
cellprofiler/modules/watershed.py
|
|
378
|
+
cellprofiler/modules/plugins/__init__.py
|
|
379
|
+
cellprofiler/modules/plugins/imagetemplate.py
|
|
380
|
+
cellprofiler/modules/plugins/measurementtemplate.py
|
|
381
|
+
cellprofiler/utilities/__init__.py
|
|
382
|
+
cellprofiler/utilities/morphology.py
|
|
383
|
+
cellprofiler/utilities/rules.py
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
cellprofiler-library-nightly>=5.dev
|
|
2
|
+
cellprofiler-core-nightly>=5.dev
|
|
3
|
+
boto3~=1.28.41
|
|
4
|
+
centrosome==1.2.2
|
|
5
|
+
docutils==0.15.2
|
|
6
|
+
h5py~=3.6.0
|
|
7
|
+
imageio~=2.31.3
|
|
8
|
+
inflect~=7.0.0
|
|
9
|
+
Jinja2~=3.1.2
|
|
10
|
+
joblib~=1.3.2
|
|
11
|
+
mahotas~=1.4.13
|
|
12
|
+
matplotlib<4,>=3.1.3
|
|
13
|
+
mysqlclient~=2.2.3
|
|
14
|
+
numpy~=1.24.4
|
|
15
|
+
Pillow~=10.0.0
|
|
16
|
+
pyzmq~=22.3.0
|
|
17
|
+
sentry-sdk<=1.31.0,>=0.18.0
|
|
18
|
+
requests~=2.31.0
|
|
19
|
+
scikit-image~=0.20.0
|
|
20
|
+
scikit-learn~=1.3.0
|
|
21
|
+
scipy<1.11,>=1.9.1
|
|
22
|
+
scyjava>=1.9.1
|
|
23
|
+
six~=1.16.0
|
|
24
|
+
tifffile<2022.4.22,>=2022.4.8
|
|
25
|
+
wxPython==4.2.0
|
|
26
|
+
rapidfuzz~=3.0.0
|
|
27
|
+
packaging>=20.0
|
|
28
|
+
|
|
29
|
+
[build]
|
|
30
|
+
build
|
|
31
|
+
pyinstaller
|
|
32
|
+
twine
|
|
33
|
+
|
|
34
|
+
[docs]
|
|
35
|
+
sphinx>=3.1.1
|
|
36
|
+
sphinx-rtd-theme>=0.5.0
|
|
37
|
+
|
|
38
|
+
[test]
|
|
39
|
+
pytest~=7.4.1
|
|
40
|
+
pooch>=1.3.0
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
cellprofiler
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
The BSD 3-Clause License
|
|
2
|
+
|
|
3
|
+
Copyright © 2003 - 2021 Broad Institute, Inc. All rights reserved.
|
|
4
|
+
|
|
5
|
+
Redistribution and use in source and binary forms, with or without
|
|
6
|
+
modification, are permitted provided that the following conditions are met:
|
|
7
|
+
|
|
8
|
+
1. Redistributions of source code must retain the above copyright notice,
|
|
9
|
+
this list of conditions and the following disclaimer.
|
|
10
|
+
|
|
11
|
+
2. Redistributions in binary form must reproduce the above copyright
|
|
12
|
+
notice, this list of conditions and the following disclaimer in the
|
|
13
|
+
documentation and/or other materials provided with the distribution.
|
|
14
|
+
|
|
15
|
+
3. Neither the name of the Broad Institute, Inc. nor the names of its
|
|
16
|
+
contributors may be used to endorse or promote products derived from
|
|
17
|
+
this software without specific prior written permission.
|
|
18
|
+
|
|
19
|
+
THIS SOFTWARE IS PROVIDED “AS IS.” BROAD MAKES NO EXPRESS OR IMPLIED
|
|
20
|
+
REPRESENTATIONS OR WARRANTIES OF ANY KIND REGARDING THE SOFTWARE AND
|
|
21
|
+
COPYRIGHT, INCLUDING, BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY,
|
|
22
|
+
FITNESS FOR A PARTICULAR PURPOSE, CONFORMITY WITH ANY DOCUMENTATION,
|
|
23
|
+
NON-INFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, WHETHER OR NOT
|
|
24
|
+
DISCOVERABLE. IN NO EVENT SHALL BROAD, THE COPYRIGHT HOLDERS, OR CONTRIBUTORS
|
|
25
|
+
BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
|
26
|
+
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO PROCUREMENT OF SUBSTITUTE
|
|
27
|
+
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
28
|
+
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
29
|
+
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
|
|
30
|
+
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF, HAVE REASON TO KNOW, OR IN
|
|
31
|
+
FACT SHALL KNOW OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
32
|
+
|
|
33
|
+
If, by operation of law or otherwise, any of the aforementioned warranty
|
|
34
|
+
disclaimers are determined inapplicable, your sole remedy, regardless of the
|
|
35
|
+
form of action, including, but not limited to, negligence and strict
|
|
36
|
+
liability, shall be replacement of the software with an updated version if one
|
|
37
|
+
exists.
|
|
38
|
+
|
|
39
|
+
Development of CellProfiler has been funded in whole or in part with federal
|
|
40
|
+
funds from the National Institutes of Health, the National Science Foundation,
|
|
41
|
+
and the Human Frontier Science Program.
|