Commit Graph

70 Commits

Author SHA1 Message Date
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
SGCMarkus a1f7b1bb66 astrodatagui: set bin size default to None 2024-03-18 16:29:24 +01:00
SGCMarkus 4457116d16 astrodatagui: add events for spin box and text field changes 2024-03-18 16:21:19 +01:00
SGCMarkus 0e94e12a94 astrodatagui: fix typo in function names 2024-03-18 15:45:03 +01:00
SGCMarkus 729ea24d61 astrodatagui: add plot update events for combo boxes 2024-03-18 15:42:54 +01:00
SGCMarkus cb4a22887e astrodatagui: FlaredetectorWidget: fix typo in periodogram state 2024-03-18 15:42:18 +01:00
SGCMarkus 003a821789 astrodatagui: FlaredetectorWidget: set up setFluxType function 2024-03-18 15:32:41 +01:00
SGCMarkus 029fd1c776 astrodatagui: Quarters -> Target Table ID 2024-03-18 15:06:46 +01:00
SGCMarkus 2e110779c4 astrodatadownloader: show later/better matching stage for fetching which files to download 2024-03-18 13:44:48 +01:00
SGCMarkus 4b9a1bb9c2 astrodatagui: disable plot options by default
enable then when the first section/target table id was selected
2024-03-18 10:08:51 +01:00
SGCMarkus 460344d7a6 astrodatagui: update plot when flatten/fold/periodogram are unchecked 2024-03-18 10:04:35 +01:00
SGCMarkus dc9d0635dd astrodatagui: wire up checkbox changed events for new FlaredetectionWidget 2024-03-18 08:42:48 +01:00
SGCMarkus 74e808544b astrodatagui: FlaredetectorWidget: fixup binstate 2024-03-18 08:41:00 +01:00
SGCMarkus cbc3a68380 astrodatagui: FlaredetectorWidget: update plot on state changes 2024-03-15 13:58:35 +01:00
SGCMarkus e35c7b4d8e astrodatagui: FlaredetectorWidget: mark flatten/bin/periodogram mutually exclusive 2024-03-15 13:52:50 +01:00
SGCMarkus 1165a10fd8 astrodatagui: FlaredetectorWidget: properly define states of the widget 2024-03-15 13:48:04 +01:00
SGCMarkus 0c6963aded astrodatagui: rework plot options 2024-03-14 14:13:02 +01:00
SGCMarkus b1dafb1ca2 astrodatagui: FlaredetectorWidget: only scatter for folded 2024-03-14 14:12:40 +01:00
SGCMarkus 956779a0a5 astrodatagui: implement normalize function 2024-03-13 09:48:44 +01:00
SGCMarkus 7799836cf7 astrodatagui: implement features of all current plot options 2024-03-13 09:38:17 +01:00
SGCMarkus ce3e548ab1 astrodatagui: add section for various plot options 2024-03-13 08:47:42 +01:00
SGCMarkus 236c01c3be astrodatagui: FlaredetectorWidget: set sap_flux as default lightcurve 2024-03-12 14:58:09 +01:00
SGCMarkus 3465c22370 astrodatagui: switch to lightkurve plotting 2024-03-12 13:37:08 +01:00
SGCMarkus d4db3c163f astrodatagui: fix crash if no distance found 2024-03-11 16:37:41 +01:00
SGCMarkus 564e4df900 astrodatagui: show - if no rotational velocity or distance are found 2024-03-11 15:40:00 +01:00