Commit Graph

129 Commits

Author SHA1 Message Date
SGCMarkus 6514a6d125 Merge branch 'main' of https://gitea.markus.stammgruppe.eu/SGCMarkus/flaredetector 2025-05-31 16:54:33 +02:00
SGCMarkus b6c194cb6e CalcAllFlaresThread: set proper plot description sizes 2025-05-31 16:54:26 +02:00
SGCMarkus c1c58746e9 FlareSummaryPlotGUI: bring up to date 2025-05-31 16:52:41 +02:00
SGCMarkus 43eb79bcc6 FlaredetectorWidget: properly label print 2025-05-06 11:46:45 +02:00
SGCMarkus a7a816a892 CalcAllFlaresThread: add isValid flag to final output 2025-04-27 20:30:50 +02:00
SGCMarkus d930d7896b update code for optimized fold 2025-04-25 08:11:55 +02:00
SGCMarkus a13e32f35e astrodatagui: change default to pdcsap flux 2025-04-21 11:29:23 +02:00
SGCMarkus 10d1699d71 CalcAllFlaresThread: remove sap calculations, we dont use those 2025-04-11 13:48:21 +02:00
SGCMarkus c4a0dc766b Add UI option to optimize the lightcurve fold 2025-04-11 13:41:08 +02:00
SGCMarkus 208e619ce7 FlaredetectorWidget: handle K2 no QUARTER in header 2024-11-28 10:03:39 +01:00
SGCMarkus 53fcdc541e CalcAllFlaresThread: add source to filename 2024-11-28 10:00:56 +01:00
SGCMarkus 55dfe55702 CalcAllFlaresThread: generate plots when calculating data 2024-11-14 13:37:23 +01:00
SGCMarkus 09902a70e8 flaredetector: make sure to only use valid flares
flattening can sometimes invert tips in the lightcurve to cause
a false detection of a flare
2024-11-14 13:35:16 +01:00
SGCMarkus 1df661815a flaredetector: bring it up to date 2024-11-13 13:03:04 +01:00
SGCMarkus 3d128d8ecc way too many updates 2024-09-19 12:02:21 +02:00
SGCMarkus e3a8575456 StarsDB: make naming for fitType clearer 2024-08-19 11:53:29 +02:00
SGCMarkus 15dce775d2 StarsDB: add fit type to manually select best fit type as automatic doesnt work properly 2024-08-19 11:42:06 +02:00
SGCMarkus b7f25dfba5 astrodatagui: CalcAllFlaresThread: add folded phase data to output 2024-08-13 11:03:24 +02:00
SGCMarkus c6bbf8d772 astrodatagui: fix thread spawn race condition 2024-08-13 11:00:16 +02:00
SGCMarkus 7f014938a9 tree wide: way too many changes, im sorry 2024-08-05 13:00:54 +02:00
SGCMarkus 51e0d81c28 FlaredetectorWidget: signal epoch_time and support multiple minima/maxima 2024-07-15 11:51:54 +02:00
SGCMarkus d614f5ed74 astrodatagui: FlaredetectorWidget: show vlines are border for folded lc fit 2024-07-02 12:03:15 +02:00
SGCMarkus 019005319e astrodatagui: FlaredetectorWidget: ofcourse we need to sort by highest... 2024-07-01 11:10:02 +02:00
SGCMarkus b1a7c36f22 astrodatagui: FlaredetectorWidget: show folded fit 2024-06-19 10:56:47 +02:00
SGCMarkus 358f8db67d astrodatagui: set most likely period as default 2024-06-13 15:38:58 +02:00
SGCMarkus 9ba9f29331 astrodatagui: FlaredetectorWidget: show flare peaks in folded view 2024-06-13 14:49:47 +02:00
SGCMarkus d66df44bea astrodatagui: FlareSummaryPlotGUI: show normalized flare count 2024-06-13 14:36:10 +02:00
SGCMarkus b966e7350b astrodatagui: CalcAllFlaresThread: save timespan data 2024-06-10 16:54:37 +02:00
SGCMarkus d6a8719014 astrodatagui: FlareSummaryPlotGUI: add file save/open support 2024-06-07 15:07:05 +02:00
SGCMarkus 9a80bf021d astrodatagui: support opening saved calculated files and fix a typo 2024-06-07 15:06:30 +02:00
SGCMarkus 1bdb552152 astrodatagui: disable count flares button when clicked and re-enable when done 2024-06-07 12:34:38 +02:00
SGCMarkus a59883d7ca astrodatagui: add open saved flare count file button 2024-06-07 12:30:11 +02:00
SGCMarkus 3a1b86d933 treewide: add minimal lightcurve support 2024-06-06 14:22:00 +02:00
SGCMarkus 481050f840 StarsDB: replace all \\ with / in filepaths
while / works on unix/linux/windows with python, \\ (aka \) only
works on windows
2024-06-06 12:55:06 +02:00
SGCMarkus 813cf29bc9 FlareSummaryPlotGUI: no need to convert to dataframes again, as we supply them now 2024-06-06 12:47:52 +02:00
SGCMarkus 5ccd9c2c7a CalcAllFlaresThread: switch to executor.map 2024-06-06 12:40:42 +02:00
SGCMarkus 0c204d3005 astrodatagui: use pandas instead of lists for faster processing 2024-06-06 10:44:14 +02:00
SGCMarkus a94e7e513c astrodatagui: StarsDB: switch to unix type filepath 2024-06-06 10:43:15 +02:00
SGCMarkus 157f7b6fa3 astrodatagui: FlaredetectorWidget: properly set flux error too 2024-05-27 17:30:45 +02:00
SGCMarkus 43e23853fc astrodatagui: FlareSummaryPlotGUI: add x label and properly sum sources 2024-05-27 16:20:14 +02:00
SGCMarkus 86b9c6db8f FlareSummaryPlotGUI: show legend 2024-05-27 11:20:28 +02:00
SGCMarkus 97c7ee098e FlareSummaryPlotGUI: implement show flares per star function 2024-05-27 11:05:11 +02:00
SGCMarkus 2b19a2f94b astrodatagui: FlareSummaryPlotGUI: rename showFlaresPerStar to perFile 2024-05-24 23:54:43 +02:00
SGCMarkus 6fe9013318 astrodatagui: FlareSummaryPlotGUI: use panda to show statistics 2024-05-24 23:52:14 +02:00
SGCMarkus d29d23bccc starsdb: fix UPDATE command in dbCorrection 2024-05-22 14:17:39 +02:00
SGCMarkus b8e9c5b97f astrodatagui: fix empty spectral type insertion 2024-05-22 14:16:52 +02:00
SGCMarkus d3493c5fbd StarsDB: run db correction on startup 2024-05-22 14:12:10 +02:00
SGCMarkus e32b3d8df1 temp plot 2024-05-22 10:26:21 +02:00
SGCMarkus c2ac879363 astrodatagui: FlareSummaryPlotGUI: add basic buttons/layout 2024-05-17 13:10:16 +02:00
SGCMarkus 07e8b9b2ed astrodatagui: hand dictionary list over to FlareSummaryPlotGUI 2024-05-17 10:52:43 +02:00