Commit Graph

  • ffa32dc682 stars.db: update with empty spectral types SGCMarkus 2024-05-24 23:51:06 +02:00
  • d29d23bccc starsdb: fix UPDATE command in dbCorrection SGCMarkus 2024-05-22 14:17:39 +02:00
  • b8e9c5b97f astrodatagui: fix empty spectral type insertion SGCMarkus 2024-05-22 14:16:52 +02:00
  • d3493c5fbd StarsDB: run db correction on startup SGCMarkus 2024-05-22 14:12:10 +02:00
  • e32b3d8df1 temp plot SGCMarkus 2024-05-22 10:26:21 +02:00
  • c2ac879363 astrodatagui: FlareSummaryPlotGUI: add basic buttons/layout SGCMarkus 2024-05-17 13:10:16 +02:00
  • 07e8b9b2ed astrodatagui: hand dictionary list over to FlareSummaryPlotGUI SGCMarkus 2024-05-17 10:52:43 +02:00
  • 462b5f6703 astrodatagui: show empty FlareSummaryPlotGUI when flare calculations are done SGCMarkus 2024-05-17 10:25:20 +02:00
  • 8c5b243fe0 astrodatagui: introduce basic FlareSummaryPlotGUI SGCMarkus 2024-05-17 10:24:39 +02:00
  • d5f93f8f12 flaredetector: convert MaskedArrays to numpy arrays SGCMarkus 2024-05-16 16:10:46 +02:00
  • 38aa08fcd0 astrodatagui: CalcAllFlaresThread: split list of dictionaries SGCMarkus 2024-05-15 10:59:58 +02:00
  • 724ce3e13f astrodatagui: use new thread for count all flairs SGCMarkus 2024-05-14 22:32:41 +02:00
  • 2c11166640 astrodatagui: CalcAllFlaresThread: initial thread class SGCMarkus 2024-05-14 22:29:19 +02:00
  • 4139b71b04 main: move start of program under __main__ SGCMarkus 2024-05-14 22:28:33 +02:00
  • 92120af68f astrodatagui: StarsDB: getAllStars: return dictionary instead of ambigous array SGCMarkus 2024-05-13 15:58:30 +02:00
  • 39da56ab6c astrodatagui: btCountAllFlaresClicked: safe all combinations in dictionary SGCMarkus 2024-05-13 15:56:22 +02:00
  • 2729a6e629 astrodatagui: StarsDB: getStarSequences: return dictionary instead of ambigous array SGCMarkus 2024-05-13 15:30:30 +02:00
  • d4db8dfc1f astrodatagui: StarsDB: getStarInfos: return dictionary instead of ambigous array SGCMarkus 2024-05-13 15:17:30 +02:00
  • 00f37d80e8 astrodatagui: add count all flares dummy button SGCMarkus 2024-05-13 15:08:09 +02:00
  • dbdda26399 flaredetector: add quality flag to return lists SGCMarkus 2024-05-13 14:40:20 +02:00
  • f68c635545 astrodatagui: add option to show Tess/Kepler Quality flag SGCMarkus 2024-05-13 14:24:54 +02:00
  • 20ae05d331 astrodatagui: switch alt ids to proper list and fix resizing of other elements due to it SGCMarkus 2024-05-13 11:46:41 +02:00
  • 0ad300653e astrodatagui: make star list narrower SGCMarkus 2024-05-13 11:33:38 +02:00
  • 277a1eb473 flaredetector: dont check pcov SGCMarkus 2024-05-13 11:33:10 +02:00
  • 24979f97cd tmp SGCMarkus 2024-04-29 08:59:29 +02:00
  • e835964857 flaredetector: allow bigger delta to mean SGCMarkus 2024-04-25 15:50:28 +02:00
  • 31dfaebc3e flaredetector: use correct peak index for checking if flare is valid SGCMarkus 2024-04-25 15:49:44 +02:00
  • a15e771845 astrodatagui: FlaredetectorWidget: use proper flux to fit SGCMarkus 2024-04-24 11:16:51 +02:00
  • 4a09d3a757 astrodatagui: FlaredetectorWidget: only generate fits when new fits file is selected SGCMarkus 2024-04-22 14:27:19 +02:00
  • 4e28ec48b4 flaredetector: flares need to have a certain duration SGCMarkus 2024-04-22 10:09:11 +02:00
  • 432a92abfa astrodatagui: FlaredetectorWidget: show first 100 flares SGCMarkus 2024-04-19 13:59:56 +02:00
  • 7167a482e2 flaredetector: properly reset deltaCount SGCMarkus 2024-04-19 13:59:27 +02:00
  • f19dba985c flaredetector: catch exception if we cant fit the flare SGCMarkus 2024-04-17 09:33:21 +02:00
  • 126195fdb3 astrodatagui: FlaredetectorWidget: plot fits/mark flares in all possible plots SGCMarkus 2024-04-17 08:57:12 +02:00
  • 57e454cb3b flaredetector: move plotting functions to util SGCMarkus 2024-04-17 08:55:42 +02:00
  • ef455dcfbb flaredetector: add markFlare function SGCMarkus 2024-04-17 08:54:46 +02:00
  • ffacde3386 flaredetector: use sortByHighest for calculating fits SGCMarkus 2024-04-17 08:36:36 +02:00
  • ad8c22978e flaredetector: support plotting peaks onto given non-normalized fluxes SGCMarkus 2024-04-17 08:35:58 +02:00
  • b56a2e3701 flaredetector: add function to plot fits to an axis SGCMarkus 2024-04-15 16:01:52 +02:00
  • 0627296727 flaredetector: add function to plot fit peaks to an axis SGCMarkus 2024-04-15 16:00:21 +02:00
  • af824867fb flaredetector: split peaks/fits for calculateFlareFitsForLightcurve SGCMarkus 2024-04-15 15:58:10 +02:00
  • c8ad11187e flaredetector: add missing imports SGCMarkus 2024-04-15 15:25:45 +02:00
  • b8c38762b1 flaredetector: add calculateFlareFitsForLightcurve SGCMarkus 2024-04-15 15:19:54 +02:00
  • 77e23f480a flaredetector: add calculateFitForFlare function SGCMarkus 2024-04-15 15:16:27 +02:00
  • 1814467090 astrodatagui: FlaredetectorWidget: explicitely state parameters for periodogram max indices SGCMarkus 2024-04-15 15:05:36 +02:00
  • f2a7cc08dc flaredetector: util: add argument if peaks should be sorted or not by highest SGCMarkus 2024-04-15 15:04:51 +02:00
  • 0f0001f7a3 flaredetector: make sure we dont run into ranges without data SGCMarkus 2024-04-15 14:41:20 +02:00
  • 5bfa2b1898 flaredetector: add boundaries for flare range SGCMarkus 2024-04-15 14:40:46 +02:00
  • 5785bb9501 flaredetector: add algorithm to detect start/end of possible flares SGCMarkus 2024-04-15 14:37:29 +02:00
  • 1ecacfcaa4 flaredetector: add GaussExponential function to fit flares SGCMarkus 2024-04-15 14:32:40 +02:00
  • 0e5c4e7a58 astrodatagui: FlaredetectorWidget: show peaks in flatten SGCMarkus 2024-03-28 12:02:21 +01:00
  • 54629bf5cd flaredetector: util: allow setting min height for peaks SGCMarkus 2024-03-28 12:01:39 +01:00
  • fffe94916e flaredetector: util: findMaxIndices: return a -1 array of size num if no valid lc type was given SGCMarkus 2024-03-26 13:40:04 +01:00
  • cf9958a1af flaredetector: util: findMaxIndices: set data for light curve objects to their flux SGCMarkus 2024-03-26 13:32:57 +01:00
  • cbfbd7e976 flaredetector: util: set data per different instance specific to not duplicate code SGCMarkus 2024-03-26 12:40:12 +01:00
  • e5db328b9a flaredetector: util: check if its a Periodogram SGCMarkus 2024-03-26 12:37:17 +01:00
  • f756873687 astrodatagui: FlaredetectorWidget: show 4 highest peaks in the periodogram and print their periods SGCMarkus 2024-03-26 11:28:58 +01:00
  • ca2d09f932 flaredetector: util: add function to find indices of peaks SGCMarkus 2024-03-26 11:28:04 +01:00
  • 248a8c2497 astrodatagui: FlaredetectorWidget: fix normalize SGCMarkus 2024-03-20 16:58:32 +01:00
  • 49dad89d66 astrodatagui: FlaredectorWidget: use tight layout for lc plots SGCMarkus 2024-03-20 14:41:15 +01:00
  • c47cdf56be astrodatagui: FlaredectorWidget: set proper normalization for collections SGCMarkus 2024-03-20 14:36:33 +01:00
  • 966901f427 astrodatagui: if screen size <= 1080p launch maximized SGCMarkus 2024-03-20 14:25:31 +01:00
  • d38278f680 astrodatagui: disable normalize if we combine fits files SGCMarkus 2024-03-20 10:39:52 +01:00
  • 60e4a4782e astrodatagui: support changing between frequency/period view in periodogram SGCMarkus 2024-03-19 13:52:54 +01:00
  • b722bc03bb astrodatagui: FlaredetectorWidget: show max power period for periodogram SGCMarkus 2024-03-19 13:43:29 +01:00
  • bc2f4d366a astrodatagui: implement combine sequences/target table id button SGCMarkus 2024-03-19 12:40:32 +01:00
  • cd33dfbe29 astrodatagui: FlaredetectorWidget: add option to plot multiple fits files at once SGCMarkus 2024-03-19 12:36:48 +01:00
  • 9fb54837fd astrodatagui: allow to select multiple sequences/target table ids SGCMarkus 2024-03-19 12:01:16 +01:00
  • 966fb174a4 astrodatagui: fix exclusive plot options typo SGCMarkus 2024-03-19 10:29:21 +01:00
  • d5cf09dc0f astrodatagui: abort if wl/po/period/epoch arent valid ints/floats SGCMarkus 2024-03-18 16:35:32 +01:00
  • 7be0dc928c astrodatagui: only set bin size none if text is none SGCMarkus 2024-03-18 16:32:21 +01:00
  • f3c6f79ab3 astrodatagui: let bin size be a float SGCMarkus 2024-03-18 16:29:52 +01:00
  • a1f7b1bb66 astrodatagui: set bin size default to None SGCMarkus 2024-03-18 16:29:24 +01:00
  • 4457116d16 astrodatagui: add events for spin box and text field changes SGCMarkus 2024-03-18 16:21:19 +01:00
  • 0e94e12a94 astrodatagui: fix typo in function names SGCMarkus 2024-03-18 15:45:03 +01:00
  • 729ea24d61 astrodatagui: add plot update events for combo boxes SGCMarkus 2024-03-18 15:42:54 +01:00
  • cb4a22887e astrodatagui: FlaredetectorWidget: fix typo in periodogram state SGCMarkus 2024-03-18 15:42:18 +01:00
  • 003a821789 astrodatagui: FlaredetectorWidget: set up setFluxType function SGCMarkus 2024-03-18 15:32:41 +01:00
  • 029fd1c776 astrodatagui: Quarters -> Target Table ID SGCMarkus 2024-03-18 15:06:46 +01:00
  • 2e110779c4 astrodatadownloader: show later/better matching stage for fetching which files to download SGCMarkus 2024-03-18 13:44:48 +01:00
  • 4b9a1bb9c2 astrodatagui: disable plot options by default SGCMarkus 2024-03-18 10:08:46 +01:00
  • 460344d7a6 astrodatagui: update plot when flatten/fold/periodogram are unchecked SGCMarkus 2024-03-18 10:04:35 +01:00
  • 7834ba1410 stars: add initial star data from various papers SGCMarkus 2024-03-18 08:45:35 +01:00
  • dc9d0635dd astrodatagui: wire up checkbox changed events for new FlaredetectionWidget SGCMarkus 2024-03-18 08:42:48 +01:00
  • 74e808544b astrodatagui: FlaredetectorWidget: fixup binstate SGCMarkus 2024-03-18 08:41:00 +01:00
  • cbc3a68380 astrodatagui: FlaredetectorWidget: update plot on state changes SGCMarkus 2024-03-15 13:58:35 +01:00
  • e35c7b4d8e astrodatagui: FlaredetectorWidget: mark flatten/bin/periodogram mutually exclusive SGCMarkus 2024-03-15 13:52:50 +01:00
  • 1165a10fd8 astrodatagui: FlaredetectorWidget: properly define states of the widget SGCMarkus 2024-03-15 13:48:04 +01:00
  • 0c6963aded astrodatagui: rework plot options SGCMarkus 2024-03-14 14:13:02 +01:00
  • b1dafb1ca2 astrodatagui: FlaredetectorWidget: only scatter for folded SGCMarkus 2024-03-14 14:12:40 +01:00
  • 956779a0a5 astrodatagui: implement normalize function SGCMarkus 2024-03-13 09:48:44 +01:00
  • 7799836cf7 astrodatagui: implement features of all current plot options SGCMarkus 2024-03-13 09:38:17 +01:00
  • ce3e548ab1 astrodatagui: add section for various plot options SGCMarkus 2024-03-13 08:47:42 +01:00
  • 236c01c3be astrodatagui: FlaredetectorWidget: set sap_flux as default lightcurve SGCMarkus 2024-03-12 13:40:17 +01:00
  • 3465c22370 astrodatagui: switch to lightkurve plotting SGCMarkus 2024-03-12 13:37:08 +01:00
  • d4db3c163f astrodatagui: fix crash if no distance found SGCMarkus 2024-03-11 16:37:41 +01:00
  • 564e4df900 astrodatagui: show - if no rotational velocity or distance are found SGCMarkus 2024-03-11 15:40:00 +01:00
  • a88c6d36f6 astrodatagui: show alternative star identifiers SGCMarkus 2024-03-11 15:39:17 +01:00
  • ef5caefdfe astrodatagui: StarsDB: add getStarAltNames function SGCMarkus 2024-03-11 15:38:24 +01:00
  • 088245714a astrodatagui: show additional star data SGCMarkus 2024-03-11 14:47:54 +01:00