Skip to content

Export ND2 to image sequence

This command exports an ND2 file into an image sequence.

limnd2-sequence-export <nd2file> [arguments]

Arguments

  • nd2file

    Path to the input .nd2 file.

  • --folder <path>

    Output folder.

  • --prefix <text>

    Filename prefix for all exported images.

  • --dimensionOrder <dims...>

    One or more dimension-order tokens.

  • --bits <depth>

    Output bit depth (-1, 8, 16).

  • --progress-to-json

    Print progress in JSON format.

Example

limnd2-sequence-export ./input.nd2 --folder ./out --prefix exp1 --bits 16