Closed HaleySchuhl closed 2 weeks ago
Is your feature request related to a problem? Please describe. update color card chip size traits to metadata instead of observations.
Describe the solution you'd like pcv.Outputs.add_metadata instead of pcv.Outputs.add_observation in the pcv.transform.detect_color_card function.
pcv.Outputs.add_metadata
pcv.Outputs.add_observation
pcv.transform.detect_color_card
Describe alternatives you've considered
Additional context Output format is better when image level metadata is stored as such for compatibility of size calibration downstream.
Is your feature request related to a problem? Please describe. update color card chip size traits to metadata instead of observations.
Describe the solution you'd like
pcv.Outputs.add_metadata
instead ofpcv.Outputs.add_observation
in thepcv.transform.detect_color_card
function.Describe alternatives you've considered
Additional context Output format is better when image level metadata is stored as such for compatibility of size calibration downstream.