You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe. @kmurphy61 requested that we change the data handling of tuple type observations, such as center_of_mass and ellipse_center, so they get output as single-value traits. e.g. ellipse_center_x and ellipse_center_y
Describe the solution you'd like
Update the add_observation step within pcv.analyze.size to save these traits out as single values.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context, sample data, or code relevant to the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
@kmurphy61 requested that we change the data handling of tuple type observations, such as
center_of_mass
andellipse_center
, so they get output as single-value traits. e.g.ellipse_center_x
andellipse_center_y
Describe the solution you'd like
Update the
add_observation
step withinpcv.analyze.size
to save these traits out as single values.Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context, sample data, or code relevant to the feature request here.
The text was updated successfully, but these errors were encountered: