So, yesterday and today were actually really cool for this project!
-
Created a Frontend Dashboard and the Backend all in a day!!
-
Made the dashboard display:
- TPF plot
- Raw Light Curve, Flattened Light Curve & more
- Periodogram
- Folded Light Curve
- A Score System that predicts if there is a planet or not using condition based uproach & more stuff
-
Found a nasty bug where the periodogram would just crash if the fits file had a short baseline!
So, i went up to codex to help me fix it just to soon find out that i somehow had used up a month worth of credits! (i didnt even do anything 😭😭)
LITERALLY TOOK ME SOOOO MUCH TIME TO FIX THE BUG!!!
(i fixed the bug by capping the max duration down at 90% of the minimum period)
-
Then i went full deployment mode 😎
dockerised the whole thing, added stuff like requirements.txt, .gitignore (the essential stuff) -
Added rate limiting, 120 sec timeout and a LOTT of memory optimization so that it doesnt load the entire fits into RAM.
-
Cleaned up the repo, moved all the old notebooks that i had been using for testing and experimenting plus a random csv file to a seperate ‘notebooks’ branch.
Everything is now working hopefully 🤞
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.