-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pipeline-runnable code to "decollage" the combined FlowCam images #21
Comments
See also https://github.com/NERC-CEH/cyto-ML/issues/6 (private to internal contributors)
And is better for compatibility with |
This is interesting! The decollage script depends on the presence of a (screen photo from the FlowCam walkthrough about 2/3 of the way down: it's an "almost but not quite CSV" with 53 lines of |
Glad to close this, there's a next step preserving the analytic metadata in the |
This code currently exists as a command-line script repurposed by @Kzra (based on https://sarigiering.co/posts/extract-individual-particle-images-from-flowcam/) and run by hand on a VM with internal storage available as a volume mount
#20 (Automating file transfer off the FlowCam) suggests we may be able to change this workflow beneficially and take the VM out of the loop.
This issue is about setup work to add the code with tests to the
decollage
package and also to preserve more metadata while doing it - step towards replacing #4 (minimal metadata, currently just a file listing!) and recording more detail (coordinates, date, depth, and also image size)Not end-to-end as per #11 (diagrams of the instrument-to-storage workflow) but could be a chance to get a handle on the Luigi package in passing (a python analogue to R's
{targets}
recommended by @albags - rapid prototyping for work with an Airflow destination?)The text was updated successfully, but these errors were encountered: