You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I downsample it with the following command: ./spark-local/n5-downsample.py -n /mnt/nasquatch/data/EASI_FISH/registration_test/220909/test.n5/ -i image/c0/s0 -o image/c0/s1 -f 2,2,2
I get a new dataset, but the s1 dataset does not contain the pixelResolution:
Hi,
I have an n5 files with the following attributes.json (created with fiji n5 save function)
When I downsample it with the following command:
./spark-local/n5-downsample.py -n /mnt/nasquatch/data/EASI_FISH/registration_test/220909/test.n5/ -i image/c0/s0 -o image/c0/s1 -f 2,2,2
I get a new dataset, but the s1 dataset does not contain the pixelResolution:
Shouldn't
n5-downsample.py
also need to infer the pixelResolution?Thanks
The text was updated successfully, but these errors were encountered: