nd2-rs
Pure Rust library for reading Nikon ND2 microscopy files (v2.0, v2.1, v3.0).
Installation
[]
= "0.1"
Usage
use ;
CLI
info prints concise dataset shape JSON:
frame supports writing a single channel to 16-bit TIFF by sequence or by (p, t, c, z).
Error reporting
Nd2Error is now grouped by source:
Filefor malformed/invalid file contentsInputfor user-provided indices and argumentsInternalfor internal arithmetic/logic issuesUnsupportedfor unsupported ND2/CLX variants
Docs
- DATASTRUCTURE.md – format details and parsing
References
Inspired by the Python nd2 library.
License
MIT OR Apache-2.0