plot_indexed_grown_mask#

smart.indexed_grown_mask.plot_indexed_grown_mask(current_map: <sunpy.map.map_factory.MapFactory object at 0x7ff1d3e39a80>, sorted_labels, contours=True, labels=True, figtext=True)[source]#

Plotting the fully processed and segmented magnetogram with labels and AR contours optionally displayed.

Parameters:
  • current_map (Map) – Processed magnetogram map from time ‘t’.

  • sorted_labels (Map) – Processed magnetogtam map from time ‘t - delta_t’ differentially rotated to time t.

  • contours (bool, optional) – If True, contours of the detected regions displayed on map (default is True).

  • labels (bool, optional) – If True, labels with the region numbers will be overlaid on the regions (default is True).

  • figtext (bool, optional) – If True, figtext with the total number of detected regions is displayed on the map (default is True).

Return type:

None.