Noah Fahlgren
Noah Fahlgren
haha, exactly! :)
Awesome, thanks @dschneiderch!
Hi @MIANCOGU! Your workflow looks good, the one thing you would need to change to run it i parallel is to change this line: ```python pcv.outputs.save_results(filename="results.json") ``` To ```python pcv.outputs.save_results(filename=args.result)...
Hi @MIANCOGU, Rather than running your workflow `plantcv-pipeline2.py` with the config file, you would run the program `plantcv-workflow.py` that is bundled with PlantCV. `plantcv-workflow.py` will run your workflow in parallel
I am not sure. We sometimes see these timeout errors from Dask (the tool we use for parallelization)
Hi @msulieman7, It looks like the complete workflow at the bottom of the documentation page is incorrect. The input mode should be set to "csv" for FLIR thermal data. I...
Hi @msulieman7, It looks like the picture did not attach (or at least GitHub did not bring the attachment over), mind dropping it into a comment here? We do not...
I think the CSV reader should be able to handle numeric data in a variety of formats. We are currently using a CSV reader specifically, so it is expecting a...
Thanks @msulieman7, sounds good! I cannot find any sample HDF5 data from FLIR online, we would need an example in order to build the method.
For sure, my address is [email protected]