Dominik Schneider
Dominik Schneider
the benefit of the subcommands is you don't have to remember 3 different commands. if you just type `plantcv` then you can get help so i'd be in favor.
what elements of these scripts should get tested?
potentially? plantcv-cli is fine since it will autocomplete
> the benefit of the subcommands is you don't have to remember 3 different commands. if you just type `plantcv` then you can get help so i'd be in favor....
@HaleySchuhl @nfahlgren any chance you could reproduce this?
oh! that's interesting. I potentially developed readbayer() with a buggy cv2. I don't know what version of opencv I was using then. did you go backwards from 3.4.2 ?
oh good sleuthing! sounds like we should fix as if >=3.4.7 is correct. I'm looking at the camera tech docs for my rgb camera and it is list as BayerGR8...
Ok, this is making sense. If I convert the color in 3.4.7 with COLOR_BayerRG2BGR (instead of BG2BGR) then I get the correct band order. that is, pcv.plot_image() shows true RGB....
In favor. i'm doing something like this already because don't like notebooks much. py scripts through jupyter are easier to deal with and can also produce interactive output with jupyter...
@nfahlgren I picked up @AdamDimech's fork and ran with it. Perhaps most importantly, I modified the SQL query so that it checks for the blob path in image_file_table rather than...