Haley Schuhl
Haley Schuhl
**Describe your changes** Update the functionality to the `pcv.morphology.segment_combine`. This repairs the error with using `.remove` in issue #928 and simplifies the code so that it will only accept one...
Header file has many different keywords compared to those we expect to help with parsing the metadata needed to shape a hyperspectral image data cube. Also, styles of .hdr files...
**Start a discussion about anything you would like** The `tmp_dir` part of a config value defaults to None. We have instances of example config files but it's not abundantly clear...
**Start a discussion about anything you would like** We've ran into issues with the methods we use to check input image type (e.g. we look for exactly two unique values...
**Is your feature request related to a problem? Please describe.** Right now when someone inputs leaf objects and stem objects into the function `pcv.morphology.fill_segments`, all area measurements are stored in...
**Is your feature request related to a problem? Please describe.** It is either time intensive or imprecise to use the `pcv.roi.custom` function currently since you need to provide a list...
Add a helper function for making Xarray DataArrays for non-CropReporter data. Fdark QC analysis was also removed in #750 so the idea would be to have one function to help...
Figure out how to replicate the image analysis done here! [inoue2012.pdf](https://github.com/danforthcenter/plantcv/files/3758961/inoue2012.pdf) **Additional context** "Among various SIs, a simple index, RSI (D740, D522) using the first derivative (D) values at 740...
**Start a discussion about anything you would like** Morphological measurements are inherently verbose and volatile to imperfections in binary masks or other weirdness that happens with iterative thinning. We can...
## Update how functions use contours and hierarchies ### Description * Many functions in PlantCV output and require the user to input contours and hierarchies. Often the functions that need...