Skip to content
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

macro-based method for calling Ilastk h5 datasets if names are unknown a priori #82

Open
pdd2110 opened this issue May 6, 2021 · 0 comments

Comments

@pdd2110
Copy link

pdd2110 commented May 6, 2021

Hi,

Currently, when used in macros, the Ilastik import command requires hard-coding the datasetname prior to opening. This can be a bit troublesome, especially in batch mode if datasetnames change from one image to another. Two thoughts for what would make this more user-friendly:

  1. Is it possible to enable Regex-based calls here, as is available in headless mode? If there are zero or more than one result, prompt the user selection window. If only one, then open that one automatically.
  2. Could you include a macro function to return a list of the h5 datasets (and/or shapes) without having to import?

I know that Ilastik already does the second whenever running the import command since it shows up in the IJ Console window. Being able to access these data beforehand would be really helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant