Commit Graph

232 Commits

Author SHA1 Message Date
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 bb54965b54 generate_plots: fix generation of more detailed spectral types plots 2025-03-11 12:08:18 +01:00
SGCMarkus 01ae4f9084 rework generate_plot script 2025-03-10 08:26:16 +01:00
SGCMarkus df79c8bdcc add newest dataset 2025-01-27 08:40:16 +01:00
SGCMarkus 68dcc66071 generate_plots_MKGF: pre filter data to exclude data without periods 2025-01-14 13:21:32 +01:00
SGCMarkus fa7a2a3f75 generate_plots_MKGF: generate histograms with lower peaks only too 2024-12-16 10:38:06 +01:00
SGCMarkus a901ba9c45 generate_plots_MKGF: generate plots individually per star too 2024-12-04 14:05:26 +01:00
SGCMarkus 989a3d82ec stars.db: update from running e145014 2024-12-04 12:42:42 +01:00
SGCMarkus e1450141b0 identify_unknown_sptypes: update sptypes in database
also update SpType per Teff from
https://lweb.cfa.harvard.edu/~pberlind/atlas/htmls/note.html
2024-12-04 12:41:33 +01:00
SGCMarkus bef934176d identify_unknown_sptypes: use vizier tic catalogue and print best match 2024-12-04 11:54:06 +01:00
SGCMarkus db3c8be556 identify_unknown_sptypes: add colorcoding to the output 2024-12-02 10:01:05 +01:00
SGCMarkus 34261b9581 Revert "identify unknown sptypes: only check U-B and B-V"
This reverts commit 87f71c386e.
2024-12-02 09:50:30 +01:00
SGCMarkus 3d92dcb1bb identify_unknown_sptypes: print UBV only match 2024-12-02 09:49:57 +01:00
SGCMarkus 87f71c386e identify unknown sptypes: only check U-B and B-V 2024-12-02 08:23:57 +01:00
SGCMarkus 6480c9fbee add file to estimate spectral type by B-V 2024-12-02 08:22:33 +01:00
SGCMarkus f150c02dfd cousins.cols: rework to csv format 2024-11-29 13:57:02 +01:00
SGCMarkus 8bfb34a3d0 Add cousins B-V conversion table
from:
https://www.stsci.edu/~inr/intrins.html
2024-11-29 13:32:43 +01:00
SGCMarkus 557ae476e5 add newest dataset 2024-11-28 10:04:39 +01: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 447c353844 generate_plots: use newest dataset 2024-11-14 13:40:55 +01:00
SGCMarkus b0d6991f4a generate_plots: make some plots nicer 2024-11-14 13:39:49 +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 d005102a09 flaredetector: add file to show starts with unknown spectral type 2024-11-13 13:07:30 +01:00
SGCMarkus 1df661815a flaredetector: bring it up to date 2024-11-13 13:03:04 +01:00
SGCMarkus c76fd0153a Add a lot of stars from Althukair 2024-10-03 12:52:52 +02:00
SGCMarkus 3d128d8ecc way too many updates 2024-09-19 12:02:21 +02:00
SGCMarkus 631fd901b1 flaredetector: util: add linear folded fit and add fit type override 2024-08-20 15:03:04 +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 c72e584510 flaredetector: util: fix copy paste error 2024-08-13 12:16:31 +02:00
SGCMarkus 2630c48586 flaredetector: uttil: set min dimensions to 1, default is 0 for scalar sized 2024-08-13 11:52:54 +02:00
SGCMarkus a4ec9d12b9 flaredetector: util: make sure we have 1 minima/maxima if 1 maxima/minima exists 2024-08-13 11:38:52 +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 979c9b30c5 flaredetector: util: add option to return phase instead of phase index 2024-08-13 10:58:51 +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 0de8071803 flaredetector: util: remove double sine fit
it nnever fits better than a polynomial, and often takes a lot
longer to compute
2024-07-04 14:39:59 +02:00
SGCMarkus 80d35a0d1c flaredetector: util: add multiple fitting functions
sine, double sine (2 sine curves in 1 lightcurve one after the other),
a 10 degree polynomial
2024-07-04 14:36:18 +02:00
SGCMarkus d614f5ed74 astrodatagui: FlaredetectorWidget: show vlines are border for folded lc fit 2024-07-02 12:03:15 +02:00
SGCMarkus 1b33052c34 flaredetector: util: add function to plot peak/valley areas 2024-07-02 12:01:40 +02:00
SGCMarkus 29e7e3e847 flaredetector: util: fix algorithm incase of out of bounds 2024-07-02 11:17:28 +02:00
SGCMarkus af8af0b56b flaredetector: util: add function to mark peak/valley borders in folded lcs 2024-07-02 10:31:24 +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 b35d59b928 flaredetector: util: increase max iterations of getFoldedBestFit 2024-06-19 10:56:11 +02:00