Skip to content

hdf5 export records superfluous value in macro recorderΒ #77

@k-dominik

Description

@k-dominik

in order to run the hdf export in a macro something like the following is enough

run("Export HDF5", "select=/tmp/test.h5 datasetname=data compressionlevel=0 input=2d_cells_apoptotic_1channel.png");

however, the following is recorder

run("Export HDF5", "select=/tmp/test.h5 exportpath=/tmp/test.h5 datasetname=data compressionlevel=0 input=2d_cells_apoptotic_1channel.png");

so there is a superfluous exportpath=/tmp/test.h5 in the recording.

Macro execution works with:

  • not supplying exportpath
  • supplying exportpath and select (but leaving select empty, so just select=.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions