uw-loci/knime-curvelets

Not sure how to pass output .mat data from goctfk node

Closed this issue · 2 comments

Currently we get a binary .mat file output from ct-fire execution. However it lives in a temp directory so it's not sufficient to pass the path to this file.

It's not clear the best way to handle this in KNIME. Ideally we would be able to read the .mat contents into memory, stuff it in a table, and then reconstruct the .mat file in a subsequent node.

probably just as a byte[]..?

yep, that worked.