Usage: AimsSparseMatrixToDense.py [options]

Read a sparse matrix (*.imas), write it as a dense matrix (any volume format).
The dense matrix must fit in memory since it is transformed in memory first.

Options:
  -h, --help            show this help message and exit
  -i INPUT, --input=INPUT
                        input sparse matrix file
  -o OUTPUT, --output=OUTPUT
                        output dense matrix, written as a 2D volume
