plantcv icon indicating copy to clipboard operation
plantcv copied to clipboard

Plant phenotyping with image analysis

Results 185 plantcv issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Update SMF Tutorial once HSI Toolkit is importable **Describe the solution you'd like** Right now we're putting functions directly from...

enhancement
documentation

**Problem** Unable to authenticate to the Danforth Center Data Science Endpoint in Globus **What I did** Followed the steps from https://datasci.danforthcenter.org/globus/ 1. Created my personal account using Google. 2. Searched...

help wanted

I need some help, but I am not really sure what I am doing: We have a hyperspectral camera in our LemnaTec system. I am able to use Date Science...

## Describe your changes I expect changes, but this seems like a good start for discussion. - adds error handling for an illegal `outformat` param - adds append param that...

ready to review

**Is your feature request related to a problem? Please describe.** In very large datasets, it's possible for significant amounts of data and compute time to be replicated in order to...

enhancement
new feature
bugfix

**Describe the bug** Spectral data created using `plantcv.hyperspectral.write_data` might be missing some required fields. This might make the data incompatible with other packages. According to this [website](https://www.l3harrisgeospatial.com/docs/enviheaderfiles.html), the required fields...

enhancement

Hello, I am following your tutorial to process images, I am implementing it with my own project, but I have a problem in the results, when I open the csv...

**Is your feature request related to a problem? Please describe.** > DEPRECATION: plantcv is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and...

new feature

**Describe the bug** Autocrop object currently requires indexing otherwise does not work. Works: crop_img = pcv.auto_crop(img=img, objects=roi_objects[0], padding_x=20, padding_y=20, color='black') **To Reproduce** Steps to reproduce the behavior (including sample data...

bug

**Describe the bug** When using function `readimage()` function to read the raw and hdr images captured from the [unispectral camera](https://www.unispectral.com/product/monarch-ii-camera/). Some bugs happen because of the size of the parameter...

help wanted