You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
458 B

10 years ago
  1. nd2reader
  2. =========
  3. ## Simple access to hierarchical .nd2 files
  4. # About
  5. .nd2 files contain hierarchical image data, which can be split along multiple axes: time, fields of view, focus, and filter channel. Maybe others as well?
  6. This packages allows you to view how the data is organized, and to extract the image data from a particular set of the hierarchy.
  7. Images are numpy arrays.
  8. # Dependencies
  9. numpy
  10. # Installation
  11. I'll write this eventually.