Commit Graph

94 Commits

Author SHA1 Message Date
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
SGCMarkus 462b5f6703 astrodatagui: show empty FlareSummaryPlotGUI when flare calculations are done 2024-05-17 10:25:20 +02:00
SGCMarkus 8c5b243fe0 astrodatagui: introduce basic FlareSummaryPlotGUI 2024-05-17 10:24:39 +02:00
SGCMarkus 38aa08fcd0 astrodatagui: CalcAllFlaresThread: split list of dictionaries
previously we had a lot of overhead spawning new processes for
every single list entry.
Splitting it this way only spawns <core count> processes once,
heaving no continuous overhead.
2024-05-15 11:00:02 +02:00
SGCMarkus 724ce3e13f astrodatagui: use new thread for count all flairs 2024-05-14 22:32:41 +02:00
SGCMarkus 2c11166640 astrodatagui: CalcAllFlaresThread: initial thread class 2024-05-14 22:30:16 +02:00
SGCMarkus 92120af68f astrodatagui: StarsDB: getAllStars: return dictionary instead of ambigous array 2024-05-13 15:58:30 +02:00
SGCMarkus 39da56ab6c astrodatagui: btCountAllFlaresClicked: safe all combinations in dictionary 2024-05-13 15:56:22 +02:00
SGCMarkus 2729a6e629 astrodatagui: StarsDB: getStarSequences: return dictionary instead of ambigous array 2024-05-13 15:30:30 +02:00
SGCMarkus d4db8dfc1f astrodatagui: StarsDB: getStarInfos: return dictionary instead of ambigous array 2024-05-13 15:17:30 +02:00
SGCMarkus 00f37d80e8 astrodatagui: add count all flares dummy button 2024-05-13 15:08:09 +02:00
SGCMarkus f68c635545 astrodatagui: add option to show Tess/Kepler Quality flag 2024-05-13 14:24:54 +02:00
SGCMarkus 20ae05d331 astrodatagui: switch alt ids to proper list and fix resizing of other elements due to it 2024-05-13 11:46:41 +02:00
SGCMarkus 0ad300653e astrodatagui: make star list narrower 2024-05-13 11:33:38 +02:00
SGCMarkus a15e771845 astrodatagui: FlaredetectorWidget: use proper flux to fit 2024-04-24 11:16:51 +02:00
SGCMarkus 4a09d3a757 astrodatagui: FlaredetectorWidget: only generate fits when new fits file is selected 2024-04-22 14:27:19 +02:00
SGCMarkus 432a92abfa astrodatagui: FlaredetectorWidget: show first 100 flares 2024-04-19 13:59:56 +02:00
SGCMarkus 126195fdb3 astrodatagui: FlaredetectorWidget: plot fits/mark flares in all possible plots 2024-04-17 08:57:12 +02:00
SGCMarkus 1814467090 astrodatagui: FlaredetectorWidget: explicitely state parameters for periodogram max indices 2024-04-15 15:05:36 +02:00
SGCMarkus 0e5c4e7a58 astrodatagui: FlaredetectorWidget: show peaks in flatten 2024-03-28 12:02:21 +01:00
SGCMarkus e5db328b9a flaredetector: util: check if its a Periodogram 2024-03-26 12:37:17 +01:00
SGCMarkus f756873687 astrodatagui: FlaredetectorWidget: show 4 highest peaks in the periodogram and print their periods 2024-03-26 11:28:58 +01:00
SGCMarkus 248a8c2497 astrodatagui: FlaredetectorWidget: fix normalize 2024-03-20 16:58:32 +01:00
SGCMarkus 49dad89d66 astrodatagui: FlaredectorWidget: use tight layout for lc plots 2024-03-20 14:41:15 +01:00
SGCMarkus c47cdf56be astrodatagui: FlaredectorWidget: set proper normalization for collections 2024-03-20 14:36:33 +01:00
SGCMarkus 966901f427 astrodatagui: if screen size <= 1080p launch maximized 2024-03-20 14:25:31 +01:00
SGCMarkus d38278f680 astrodatagui: disable normalize if we combine fits files
reason: crash due to different units of flux and flux_err for most
fits files
2024-03-20 11:39:43 +01:00
SGCMarkus 60e4a4782e astrodatagui: support changing between frequency/period view in periodogram 2024-03-19 13:52:54 +01:00
SGCMarkus b722bc03bb astrodatagui: FlaredetectorWidget: show max power period for periodogram 2024-03-19 13:43:29 +01:00
SGCMarkus bc2f4d366a astrodatagui: implement combine sequences/target table id button 2024-03-19 12:40:32 +01:00
SGCMarkus cd33dfbe29 astrodatagui: FlaredetectorWidget: add option to plot multiple fits files at once 2024-03-19 12:36:48 +01:00
SGCMarkus 9fb54837fd astrodatagui: allow to select multiple sequences/target table ids 2024-03-19 12:01:16 +01:00
SGCMarkus 966fb174a4 astrodatagui: fix exclusive plot options typo 2024-03-19 10:29:21 +01:00
SGCMarkus d5cf09dc0f astrodatagui: abort if wl/po/period/epoch arent valid ints/floats 2024-03-18 16:35:32 +01:00
SGCMarkus 7be0dc928c astrodatagui: only set bin size none if text is none 2024-03-18 16:34:24 +01:00
SGCMarkus f3c6f79ab3 astrodatagui: let bin size be a float 2024-03-18 16:29:52 +01:00