<table><tr><td style="">murveit created this revision.<br />murveit added a reviewer: mutlaqja.<br />Herald added a project: KDE Edu.<br />Herald added a subscriber: kde-edu.<br />murveit requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D24976">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>When capturing images, previously once the capture was complete, images were written<br />
to disk, then read back, then displayed in the fits viewer (if enabled), and finally the<br />
next image could be captured. This delayed the next capture by a few seconds.<br />
With this change, the FITS data is displayed using (a copy of) the INDI blob<br />
sent to indiccd, a memory buffer, and the FITS data is written to disk on a separate thread,<br />
which does not block the next capture nor the display of the indi data.<br />
This was only implemented for FITS data. This change also involved some refactoring<br />
in the affected files.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R321 KStars</div></div></div><br /><div><strong>BRANCH</strong><div><div>save-fits-in-thread (branched from master)</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D24976">https://phabricator.kde.org/D24976</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>kstars/fitsviewer/fitsdata.cpp<br />
kstars/fitsviewer/fitsdata.h<br />
kstars/fitsviewer/fitstab.cpp<br />
kstars/fitsviewer/fitstab.h<br />
kstars/fitsviewer/fitsview.cpp<br />
kstars/fitsviewer/fitsview.h<br />
kstars/fitsviewer/fitsviewer.cpp<br />
kstars/fitsviewer/fitsviewer.h<br />
kstars/indi/indiccd.cpp<br />
kstars/indi/indiccd.h</div></div></div><br /><div><strong>To: </strong>murveit, mutlaqja<br /><strong>Cc: </strong>kde-edu, narvaez, apol<br /></div>