get_properties#

smart.calculate_properties.get_properties(im_map, dB_dt, dt, sorted_labels)[source]#

Calculate various properties for each detected feature.

Parameters:
  • im_map (Map) – Processed SunPy magnetogram map.

  • dB_dt (Map) – Map showcasing the change in magnetic field strength over time.

  • dt (astropy.units.quantity.Quantity) – The time interval over which the change in magnetic field strength was measured.

  • sorted_labels (ndarray) – An array where each unique label corresponds to a different feature on the solar disk.

Returns:

properties – A list containing properties related to each individual feature.

Return type:

list