WilhelmusLab / ice-floe-tracker-pipeline

Processing pipeline for IceFloeTracker.jl
1 stars 2 forks source link

feature: add `makeh5files_single` CLI command to track floes in individual files #192

Open hollandjg opened 3 weeks ago

hollandjg commented 3 weeks ago

Add a single-file version of the HDF5 files script.

Call it like this:

${IFT} makeh5files_single --truecolor ${TRUECOLOR} --falsecolor ${FALSECOLOR} --labeled ${SEGMENTED} --props ${FLOEPROPERTIES}

... where ${IFT} is the CLI, ${FLOEPROPERTIES} is the path to the CSV file containing the floe properties, and the other variable names are image files.

Adds:

Part of: