pingwyn.curves_to_profile

pingwyn.curves_to_profile(curves)

Convert curves into a profile.

Parameters:

curves (list or tuple of pingwyn.Curve) – The curves that need to be converted into a profile. Note: all curves must be of equal shape, lest they be dropped

Returns:

A profile that contains the input curves (so long as they are shaped consistently).

Return type:

pingwyn.Profile