You are browsing as a guest. Sign up (or log in) to start making projects!

AstroFetch

  • 5 Devlogs
  • 9 Total hours

Mission control interface for hunting exoplanets. Combines a Python science pipeline (Lightkurve/BLS) with a FastAPI bridge and a Tailwind CSS telemetry dashboard.

Ship #1 Changes requested

i made an exoplanet hunter by analyzing light curve data from the JWST using MAST API. the most challenging part was to fix the AI Chatbot included to answer questions regarding the data(nothing more though). im proud of fixing some bugs even AI couldn’t spot and yeah thats about it. to test my project, just click on the demo link;itll lead you straight there and yeah all you really need is a star TIC ID and you are good to go.

  • 5 devlogs
  • 9h
Try project → See source code →
Open comments for this post

1h 8m 53s logged

this AI chatbot took me like a whole day to fix cuz it kept spitting errors one after the other, first 404 then 500 then model commission issue then server lag, but now its finally fixed and good to go

0
0
4
Open comments for this post

2h 50m 6s logged

built main.py and index.html, took me more time in testing and bug fixing than actual coding somehow, was up the whole night but idk why its not recorded

0
0
5
Open comments for this post

41m 44s logged

built the algorithm bridgewrote the bridge layer connecting the FastAPI endpoints to the backend math / Box Least Squares (BLS) transit pipeline. needed this middleware-style connection so the api calls can trigger the heavy calculations and send back clean json data.
(ignore the yellow squiggle it works even then)

0
0
3
Open comments for this post

3h 43m 22s logged

worked on fetcher.py today 🛰️

finally got the data fetcher module wired up so it actually pulls light curves and target data without blowing up. dealing with astroquery and lightkurve dependencies was kind of a pain, but it’s querying MAST properly now. basically this is the part that goes and gets the raw space data so the rest of the app has something to look at. next up is getting the actual math/bls part working.

0
0
29

Delete project?

Are you sure you want to permanently delete this project? This action cannot be undone.

All devlogs, followers, and associated data will be removed.

Followers

Loading…