henrypinkard / Pygellan

[DEPREACATED] Python interface for data-driven microscopy with Micro-manager/Micro-Magellan
BSD 3-Clause "New" or "Revised" License
14 stars 3 forks source link

Memory leak #21

Closed henrypinkard closed 5 years ago

henrypinkard commented 5 years ago

There's a memory leak related to the magellan image windows. The image windows and associated objects never get garbage collected, and as a result, leak a few MB of memory with each acquisition. Since the Magellan window is one big hack on top of micro-manager which is itself on top of imageJ, I have no idea how to fix this.

henrypinkard commented 5 years ago

Fixed with new Image viewer 🙏!

https://github.com/nicost/micro-manager/pull/74