File › Save As › HDF5/N5/Zarr/OME-NGFF ... in Fiji
Usage
Select new project from URL in Mastodon launcher.
Press the browse button to open N5 dialog.
Click the Browse button to load local dataset, or input a URL and and press the Detect datasets button.
Please use the URLs starting with http: or https: because the s3: protocol is not fully supported at the moment.
Select a (multiscale) dataset and press the OK button.
Save a .xml file that contains the SpimData information.
Press the create button.
Visualize the data in the bdv window.
Work with authentication of the remote storage
If the remote storage requires authentication or fails to load data, a dialog will appear, allowing you to enter the username (or AWS_ACCESS_KEY_ID) and password (or AWS_SECRET_ACCESS_KEY).
AWS credentials provider chain that looks for credentials in this order:
Environment Variables - AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY (RECOMMENDED since they are recognized by all the AWS SDKs and CLI except for .NET), or AWS_ACCESS_KEY and AWS_SECRET_KEY (only recognized by Java SDK)
Java System Properties - aws.accessKeyId and aws.secretKey
Web Identity Token credentials from the environment or container
Credential profiles file at the default location (~/.aws/credentials) shared by all AWS SDKs and the AWS CLI
Credentials delivered through the Amazon EC2 container service if AWS_CONTAINER_CREDENTIALS_RELATIVE_URI" environment variable is set and security manager has permission to access the variable,
Instance profile credentials delivered through the Amazon EC2 metadata service
Overview
This PR implements loaders for the NGFF formats using n5-universe.
Supported formats
Plugins › BigDataViewer › Export Current Image as XML/HDF5
in FijiFile › Save As › HDF5/N5/Zarr/OME-NGFF ...
in FijiUsage
Select
new project from URL
in Mastodon launcher.Press the
browse
button to open N5 dialog.Click the
Browse
button to load local dataset, or input a URL and and press theDetect datasets
button. Please use the URLs starting withhttp:
orhttps:
because thes3:
protocol is not fully supported at the moment.Select a
(multiscale)
dataset and press theOK
button.Save a
.xml
file that contains the SpimData information.Press the
create
button.Visualize the data in the
bdv
window.Work with authentication of the remote storage
If the remote storage requires authentication or fails to load data, a dialog will appear, allowing you to enter the username (or
AWS_ACCESS_KEY_ID
) and password (orAWS_SECRET_ACCESS_KEY
).Alternatively, the user can set the credentials permanently on the system using the AWS credentials provider chain. https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/auth/DefaultAWSCredentialsProviderChain.html