Commit Graph

254 Commits

Author SHA1 Message Date
SGCMarkus 04b3c6253e astrodatagui: setup on click for the 2 lists and plot the data 2024-03-08 11:55:10 +01:00
SGCMarkus f84a61f028 astrodatagui: StarsDB: add functions to read inserted information 2024-03-08 11:48:00 +01:00
SGCMarkus 4bf5ddc9ba astrodatagui: StarsDB: add function to insert new star 2024-03-08 11:47:27 +01:00
SGCMarkus cdb0c61b1a astrodatagui: StarsDB: improve database structure 2024-03-08 11:45:45 +01:00
SGCMarkus 37b1887326 astrodatadownloader: write source into manifest too 2024-03-08 11:37:44 +01:00
SGCMarkus 2d4133617f astrodatadownloader: use SECTOR for TESS and TTABLEID for Kepler/K2 as extra information 2024-03-08 11:37:02 +01:00
SGCMarkus 8f7fb78c8f astrodatagui: FlaredetectorWidget: add plot fits file function 2024-03-08 11:29:43 +01:00
SGCMarkus 044aa47d35 astrodatagui: NewStarDialog: proper behaviour if Ok button is pressed before fetching 2024-03-06 15:45:11 +01:00
SGCMarkus aed3a9bcfd astrodatagui: NewStarDialog: safe star identifier and make sure it stays consistent between fetch/download 2024-03-06 15:43:19 +01:00
SGCMarkus 9a33666ae1 astrodatagui: StarsDB: implement function to insert star alternative names 2024-03-06 15:42:08 +01:00
SGCMarkus ccc9301a71 astrodatagui: StarsDB: Insert default values for possible sources 2024-03-06 15:41:33 +01:00
SGCMarkus 4d46d023dc astrodatagui: StarsDB: Simbad gives us a main ID, use this 2024-03-06 15:41:02 +01:00
SGCMarkus 3c8e167177 astrodatadownloader: Kepler/K2 files dont have sectors in their filenames 2024-03-06 14:09:25 +01:00
SGCMarkus e6dbfdb110 astrodatagui: NewStarDialog: download files on ok button click and set return values 2024-03-06 14:01:11 +01:00
SGCMarkus 22e7744529 astrodatagui: NewStarDialog: name Kepler/K2 checkboxes properly 2024-03-06 13:59:50 +01:00
SGCMarkus 8bcfb36c95 astrodatadownloader: fix syntax warning 2024-03-06 13:58:59 +01:00
SGCMarkus 34efb0ffa3 astrodatadownloader: filter for fits files only 2024-03-06 11:39:30 +01:00
SGCMarkus 2908d986ec astrodatadownloader: add functionality to choose SLC/LLC for Kepler/K2 2024-03-06 11:37:15 +01:00
SGCMarkus 36597a6bfe astrodatagui: NewStarDialog: replace sequence selection with cadence for Kepler/K2 2024-03-06 11:15:58 +01:00
SGCMarkus 51d0baaccb astrodatadownloader: only keep what we really need 2024-03-06 11:10:11 +01:00
SGCMarkus bf8c1d9915 astrodatadownloader: add downloader function and all dependencies from old project 2024-03-06 10:50:31 +01:00
SGCMarkus 3769a27a4f treewide: move all modules into new submodule to fix relative imports
python, why are you like this?
2024-03-05 13:06:48 +01:00
SGCMarkus 2ef8664fd9 astrodatagui: NewStarDialog: show preview of available data 2024-03-05 12:32:43 +01:00
SGCMarkus b58bb7fdd7 astrodatadownloader: rework getStarObservations function for fewer server requests 2024-03-05 12:31:42 +01:00
SGCMarkus f3dafa9ad1 astrodatadownloader: add getStarObservations from old project 2024-03-04 16:35:17 +01:00
SGCMarkus 08c9ad0014 astrodatagui: NewStarDialog: implement dummy button clicked functions 2024-03-04 16:09:03 +01:00
SGCMarkus b82b0a4057 astrodatagui: NewStarDialog: add checkbox to select all sequences/quarters 2024-03-04 15:44:47 +01:00
SGCMarkus 5589f766de astrodatagui: open NewStarDialog with the Add button 2024-03-04 14:27:47 +01:00
SGCMarkus e05f299313 astrodataui: add NewStarDialog.py/.ui files 2024-03-04 14:27:06 +01:00
SGCMarkus db4f579ac0 astrodatagui: ask before closing in all occasions 2024-03-04 13:01:25 +01:00
SGCMarkus 05367dc1de astrodatagui: close all database connections properly before exiting 2024-03-04 12:44:31 +01:00
SGCMarkus 4c458203d7 StarsDB: add close function 2024-03-04 12:25:06 +01:00
SGCMarkus 11e3d88cba StarsDB: add function to get all current instances 2024-03-04 12:14:54 +01:00
SGCMarkus c02666eba2 astrodatagui: add statusbar actions for open db and exit 2024-03-04 12:03:08 +01:00
SGCMarkus 54348ca881 astrodatagui: improve error handling and connect to default db on start 2024-03-04 11:57:13 +01:00
SGCMarkus 0648f36926 StarsDB: add possibility for multiple instances of different databases
also fix some typos in the SQL scripts
2024-03-04 11:56:11 +01:00
SGCMarkus 27b05d3602 StarsDB: initialize database 2024-03-04 11:35:00 +01:00
SGCMarkus 5da26a99bf AstrodataGUI: connect to db 2024-03-04 11:34:19 +01:00
SGCMarkus 67a471a49d astrodatagui: add StarsDB.py
this class can only be instanciated once!
2024-03-04 11:33:17 +01:00
SGCMarkus 33fc818e52 treewide: add empty __init__.py files for all submodules 2024-03-04 11:30:22 +01:00
SGCMarkus a2b01103e6 .gitignore: ignore all __pycache__ dirs 2024-03-01 13:38:58 +01:00
SGCMarkus b2ea3e28c6 astrodatagui: FlaredetectorWidget: add matplotlib figure and toolbar 2024-03-01 13:35:14 +01:00
SGCMarkus fe74354f9f .gitignore: ignore .vs folder 2024-03-01 13:03:42 +01:00
SGCMarkus 8d1ccbf6ec astrodatagui: properly name star list groupbox 2024-03-01 13:02:04 +01:00
SGCMarkus 951ce66122 astrodatagui: use relative imports for .ui file
import of custom widget only supported if run by main.py
2024-03-01 13:01:07 +01:00
SGCMarkus 63e45fb358 treewide: dont be a strict vs project 2024-03-01 12:46:51 +01:00
SGCMarkus 1e445212a4 astrodatagui: create basic UI class that loads the .ui file 2024-03-01 12:12:35 +01:00
SGCMarkus e7510fc6bb astrodatagui: properly name ui elements 2024-03-01 11:57:45 +01:00
SGCMarkus c92fd5c5cc astrodatagui: add barebones qt5 ui file 2024-02-29 16:50:17 +01:00
SGCMarkus 71f6fcae0f astrodatagui: ui: add barebone FlaredetectorWidget 2024-02-29 16:48:31 +01:00