FITS image Plugin for QL-win, featuring
- auto debayer if needed
- auto stretch, producing similar image as PI
- FITS header available via the little info icon on the top-right corner
- in the field: experiment exposure/gain combination
- post: primary sub rejection for things like satelite trails and bad tracking
A short video demo & instruction is available here
- Download and run QuickLook for windows here
- Grab the latest release file
- Find the file you just downloaded in the File Explorer, for example "QuickLook.Plugin.FitsViewer.qlplugin"
- Select it and then hit the space key, click "click here to install this plugin"
- Restart QuickLook
- Enjoy, try hit the space key on a FITS file
The core of this plugin is a C++ DLL that
- Calls CCfits (which depends on cfitio, of course) to read FITS files
- Debayers the image using super pixel algorithem
- Applys auto-stretching
The Standalone viewer project is mainly for debug purpose, its files are copy-pasted from/to the main plugin project.
To build a plugin that works with both x86 and x64 arch, be sure to use batch build
under the Build
tab in VS.
The source of this project is released under LGPL License.
It uses third party libraries and code released under their repective licenses, namely