File: TODO.txt

package info (click to toggle)
python-mrcfile 1.5.4-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 63,824 kB
  • sloc: python: 3,871; sh: 28; makefile: 16
file content (15 lines) | stat: -rw-r--r-- 589 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Planned or possible future developments for mrcfile.py
======================================================

* Lazy loading for high-performance filesystems - like mmap, but using much
  larger chunk sizes (mmap uses 4 KB chunks which cause inefficent access on
  high-performance parallel filesystems).

* Fixing of invalid files

* Handling of additional extended header types

* Data axis swapping (would need clarity about whether header fields such as
  cell size and dimensions apply to axes before or after swapping)

* Raise a ResourceWarning if __del__ is called before close()