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

Respect style of File input when running in batch #16

Open
imagejan opened this issue Jul 11, 2018 · 1 comment
Open

Respect style of File input when running in batch #16

imagejan opened this issue Jul 11, 2018 · 1 comment
Assignees

Comments

@imagejan
Copy link
Member

When using FileBatchService to run ModuleBatchProcessor on a module with File inputs, we currently just ask for a list of Files without restrictions:

@Parameter(label = "Input files")
private File[] inputFileList;

We should however respect the style annotation of the given moduleInfo and take the same (files, directories as well as extensions:*) to restrict our input file list. Let's add some logic in the initializer of ModuleBatchProcessor.

@imagejan imagejan self-assigned this Jul 11, 2018
@imagesc-bot
Copy link

This issue has been mentioned on Image.sc Forum. There might be relevant details there:

https://forum.image.sc/t/imagej-batch-run-showing-strange-windows/61122/2

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

2 participants