pingwyn.core.func.convert.curves_to_profiles
Convert individual curves to line profiles. This function will determine which consecutive curves make up a profile.
- param curves:
A List or Tuple containing consequtive Curves that should be converted into line profiles.
- type curves:
list or tuple of pingwyn.Curve
- returns:
A List of matched Profiles. Can be empty if no curves match any profile (i.e. individual points).
- rtype:
list of pingwyn.Profile