You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the file path contains non ASCII characters (wstring on Windows is a pain)
the FITS file does not contain an image, e.g. scientific table form data or spectogram. Hubble image can be opened though
I spent days trying to have these fixed or at least fail gracefully but due to limitations of the plugin, I was unable to do so. PR welcomed if you have any ideas.
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 WPF 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. Then run pack-zip.ps1 under Script.
Note
Before the first build, if not already done, run Set-ExecutionPolicy -ExecutionPolicy RemoteSigned within admin-level powershell.
Before releasing, make sure to tag the release as pack-zip.ps1 uses the Git tag to create a reversion number.
Debug
The inner view_core as a DLL can't print anything to the terminal so I made a logging utility that logs to ~\Documents\QuickFITS.log. To use it, merge the ENABLE_LOGGING branch.
License
The source of this project is released under LGPL License.
It uses third party libraries and code released under their repective licenses, namely