tbepler / topaz

Pipeline for particle picking in cryo-electron microscopy images using convolutional neural networks trained from positive and unlabeled examples. Also featuring micrograph and tomogram denoising with DNNs.
GNU General Public License v3.0
172 stars 64 forks source link

Fix MRC parsing bug when dtype is int16 #79

Closed tbepler closed 3 years ago

tbepler commented 3 years ago

An error occurs when the parsed MRC is converted to a PIL image.

tbepler commented 3 years ago

False alarm.