Open FrancisMurillo opened 8 years ago
This is a patch along with issue #8 to initialize without error. My only uncertainty is with levels in self.img.setImage(projected, levels=[10, 10]). It was None formerly but works with this configuration.
levels
self.img.setImage(projected, levels=[10, 10])
None
This is a patch along with issue #8 to initialize without error. My only uncertainty is with
levels
inself.img.setImage(projected, levels=[10, 10])
. It wasNone
formerly but works with this configuration.