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=.