A tilesource for the large-image framework that reads ND2 (NIS Elements) files. Version 1.34.1, released May 2026, follows large-image releases about every 2-4 weeks.
pip install large-image-source-nd2No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Open an ND2 file and get a tile at level 0, position (0,0).
Always call ts.getMetadata() to get axes and sizes.
Upgrade to Python 3.10+.
Upgrade Girder to 5+ or use large_image without Girder.
pip install nd2
Verify the file path and ensure the file exists.
Use nd2 library directly to validate the file: from nd2 import ND2File; f = ND2File('file.nd2').