odlgroup / odl

Operator Discretization Library https://odlgroup.github.io/odl/
Mozilla Public License 2.0
372 stars 105 forks source link

Add MRC test with an extended header #894

Open adler-j opened 7 years ago

adler-j commented 7 years ago

As highlighted by #892, we don't have any tests of the MRC functions with an extended header. We should add such a test.

kohr-h commented 6 years ago

There's now mrcfile which looks very good to me. It support standard and extended header, as well as some other goodies like memory-mapped files. We should slim down our own MRC file handler and just do some internal bookkeeping.