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

Set number of threads #83

Open
tischi opened this issue Jul 5, 2024 · 0 comments
Open

Set number of threads #83

tischi opened this issue Jul 5, 2024 · 0 comments

Comments

@tischi
Copy link

tischi commented Jul 5, 2024

I am using the N5ScalePyramidExporter like this:

            N5ScalePyramidExporter exporter = new N5ScalePyramidExporter(
                    imp,
                    containerPath,
                    groupPath,
                    ZARR_FORMAT,
                    chunkSizeArg,
                    true,
                    downsampleMethod,
                    N5Importer.MetadataOmeZarrKey,
                    GZIP_COMPRESSION
            );

            exporter.setOverwrite( overwrite );
            exporter.run();

There is a private nThreads field, but that seems only accessible via the GUI. Could you make the settable programmatically?

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