ercius / openNCEM

A collection of packages and tools for electron microscopy data analysis supported by the National Center for Electron Microscopy facility of the Molecular Foundry
GNU General Public License v3.0
55 stars 27 forks source link

Refactored get_emddims out of get_emdgroup. #16

Closed ZGainsforth closed 5 years ago

ZGainsforth commented 5 years ago

Allows someone to get dimensions for a group without also getting the data. This is useful for when the data is large and it would be inefficient to pull it all into RAM as a numpy array.

ercius commented 5 years ago

This looks good to me. Ill merge it now.