SegmentationImage ================= .. currentmodule:: photutils.segmentation .. autoclass:: SegmentationImage :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~SegmentationImage.areas ~SegmentationImage.background_area ~SegmentationImage.bbox ~SegmentationImage.cmap ~SegmentationImage.data ~SegmentationImage.data_ma ~SegmentationImage.is_consecutive ~SegmentationImage.labels ~SegmentationImage.max_label ~SegmentationImage.missing_labels ~SegmentationImage.nlabels ~SegmentationImage.polygons ~SegmentationImage.segments ~SegmentationImage.shape ~SegmentationImage.slices .. rubric:: Methods Summary .. autosummary:: ~SegmentationImage.check_label ~SegmentationImage.check_labels ~SegmentationImage.copy ~SegmentationImage.get_area ~SegmentationImage.get_areas ~SegmentationImage.get_index ~SegmentationImage.get_indices ~SegmentationImage.imshow ~SegmentationImage.imshow_map ~SegmentationImage.keep_label ~SegmentationImage.keep_labels ~SegmentationImage.make_cmap ~SegmentationImage.make_source_mask ~SegmentationImage.plot_patches ~SegmentationImage.reassign_label ~SegmentationImage.reassign_labels ~SegmentationImage.relabel_consecutive ~SegmentationImage.remove_border_labels ~SegmentationImage.remove_label ~SegmentationImage.remove_labels ~SegmentationImage.remove_masked_labels ~SegmentationImage.reset_cmap ~SegmentationImage.to_patches .. rubric:: Attributes Documentation .. autoattribute:: areas .. autoattribute:: background_area .. autoattribute:: bbox .. autoattribute:: cmap .. autoattribute:: data .. autoattribute:: data_ma .. autoattribute:: is_consecutive .. autoattribute:: labels .. autoattribute:: max_label .. autoattribute:: missing_labels .. autoattribute:: nlabels .. autoattribute:: polygons .. autoattribute:: segments .. autoattribute:: shape .. autoattribute:: slices .. rubric:: Methods Documentation .. automethod:: check_label .. automethod:: check_labels .. automethod:: copy .. automethod:: get_area .. automethod:: get_areas .. automethod:: get_index .. automethod:: get_indices .. automethod:: imshow .. automethod:: imshow_map .. automethod:: keep_label .. automethod:: keep_labels .. automethod:: make_cmap .. automethod:: make_source_mask .. automethod:: plot_patches .. automethod:: reassign_label .. automethod:: reassign_labels .. automethod:: relabel_consecutive .. automethod:: remove_border_labels .. automethod:: remove_label .. automethod:: remove_labels .. automethod:: remove_masked_labels .. automethod:: reset_cmap .. automethod:: to_patches