Commit Graph

107 Commits

Author SHA1 Message Date
Dušan Poizl 30c8f6557f Working scale and zoom 2020-05-14 22:42:39 +02:00
Dušan Poizl c3a71ed4e6 Working scroll 2020-05-10 21:03:10 +02:00
Dušan Poizl 1e45a78b39 Reworked RawImage class to use OpenCV 2020-05-10 17:02:16 +02:00
Dušan Poizl fcc1696c2c Rebase fixup 2019-11-26 06:01:36 +01:00
Dušan Poizl c03067d45e Do not delete void* 2019-11-23 21:11:33 +01:00
Dušan Poizl 6aa52236a8 First version OpenGL drawing 2019-11-23 21:11:33 +01:00
Dušan Poizl 7e815634bb Remember last open directory as start point 2019-11-19 06:52:40 +01:00
Dušan Poizl c1d25dd663 Add *.fits extension into filter 2019-11-16 11:27:29 +01:00
Dušan Poizl ab70721ed4 Save window geometry and state 2019-10-25 22:34:21 +02:00
Dušan Poizl b61e01e758 Toggle show dock actions 2019-10-25 14:10:50 +02:00
Dušan Poizl 9507d4e0d8 Photo capture and PHD dither support 2019-10-25 14:06:47 +02:00
Dušan Poizl 9c28c841c6 Fix crash when directory is become empty 2019-10-23 15:07:14 +02:00
Dušan Poizl c767a6e480 In live mode load only one image 2019-10-18 16:02:40 +02:00
Dušan Poizl 4203eb76d6 Remove unused methods 2019-10-11 21:03:59 +02:00
Dušan Poizl 485697a0b2 Calculate correct FWHM statistic and draw circles at 1/20 of max 2019-10-11 21:00:14 +02:00
Dušan Poizl 9dacf62226 Fix error in starfit model, preparation for angled version 2019-10-11 13:17:58 +02:00
Dušan Poizl 702d2111cc StarFit class that can fit Gauss model over star image 2019-10-05 12:25:51 +02:00
Dušan Poizl 1eb70fe257 Make changes for windows build 2019-10-03 09:27:46 +02:00
Dušan Poizl 57c4687818 Update README 2019-10-02 21:33:24 +02:00
Dušan Poizl 759a0a956f Rename to Tenmon 2019-10-02 12:13:47 +02:00
Dušan Poizl c3645932ab Add some profiling info 2019-09-28 13:05:23 +02:00
Dušan Poizl 759383c4a1 Make median filter parallel 2019-09-28 13:05:07 +02:00
Dušan Poizl eb307ea091 Optimize median calculation 2019-09-28 12:27:38 +02:00
Dušan Poizl 4cc58de7a1 Draw circles around peaks 2019-09-28 12:00:08 +02:00
Dušan Poizl b5d63a6185 Add actions for peak and star find 2019-09-28 11:12:45 +02:00
Dušan Poizl c4f25c32ed Fix loading FITS 2019-09-28 09:54:33 +02:00
Dušan Poizl f968d0eab2 Turn on calculating of image statistics 2019-09-27 12:18:14 +02:00
Dušan Poizl 3c1f7b23ae Make imageStats virtual method so it can be called from abstract class 2019-09-27 12:17:21 +02:00
Dušan Poizl 558bc4c137 Remove unused member variables 2019-09-27 12:16:42 +02:00
Dušan Poizl cdec3ea444 Make raw data copy only when needed 2019-09-26 12:44:32 +02:00
Dušan Poizl fa025dff0e Add RawImage class that handle images as byte array 2019-09-24 18:39:01 +02:00
Dušan Poizl 9c0c0d41c7 Fix loading 32 bit FITS 2019-09-19 17:18:02 +02:00
Dušan Poizl dbc722a1e6 Fix crash when reloading folder 2019-09-19 17:07:47 +02:00
Dušan Poizl 737b2908a5 Wait for all thread to finish before deleting 2019-09-19 06:53:42 +02:00
Dušan Poizl bf195a038c Read FITS headers 2019-09-04 17:42:26 +02:00
Dušan Poizl dd9accbbb9 Add simple FITS image loading 2019-09-04 17:28:44 +02:00
Dušan Poizl 01e15bcd1b Load and show additional exif info 2019-09-01 16:27:01 +02:00
Dušan Poizl 310efce14e Load and show image info 2019-09-01 16:04:45 +02:00
Dušan Poizl f0e4923a68 Do not load images that were already released 2019-08-21 16:32:14 +02:00
Dušan Poizl 50dcd4b902 Add simple live mode that show last image added to directory 2019-08-21 06:39:18 +02:00
Dušan Poizl 9a5027e498 Basic support for cr2 raw files 2019-08-20 08:26:27 +02:00
Dušan Poizl c14de4913c Update window title after markAndNext() 2017-02-01 18:12:17 +01:00
Dušan Poizl 909a2f75c7 Gracefully handling signals
Signed-off-by: Dušan Poizl <nou.spiro@gmail.com>
2017-01-06 16:57:00 +01:00
Dušan Poizl 01ee5bc4b3 Add copy marked file to directory 2016-08-02 17:15:54 +02:00
Dušan Poizl 2b2fb764a9 Add mark/unmark and move to next file actions 2016-08-02 06:23:52 +02:00
Dušan Poizl 3faba4eac9 Watching current dir for changes to reload file list 2016-07-31 18:10:32 +02:00
Dušan Poizl c69c8eb7da Add ImageRingList::setFile() 2016-07-31 17:54:30 +02:00
Dušan Poizl 941119d174 Added marking 2016-07-31 14:34:58 +02:00
Dušan Poizl 3f226eb952 Start of marking of images for selection 2016-07-30 21:29:11 +02:00
Dušan Poizl 32e06a3e08 Fix QPixmap::scaled: Pixmap is a null pixmap error 2016-07-30 21:28:14 +02:00