index_and_grow_mask#
- smart.indexed_grown_mask.index_and_grow_mask(current_map: <sunpy.map.map_factory.MapFactory object at 0x7ff1d3e39a80>, rotated_map: <sunpy.map.map_factory.MapFactory object at 0x7ff1d3e39a80>, dilation_radius: ~astropy.units.quantity.Annotated[~astropy.units.quantity.Quantity, Unit("arcsec")] = <Quantity 5. arcsec>)[source]#
Performing Indexing and Growing of the Mask (hence the name IGM).
Transient features are removed by comparing the mask at time ‘t’ and the mask differentially rotated to time ‘t’. ARs are then assigned ascending integer values (starting from one) in order of decreasing size.
- Parameters:
- Returns:
sorted_labels – Individual contiguous features are indexed by assigning ascending integer values (beginning with one) in order of decreasing feature size.
- Return type: