fornax-navo / fornax-demo-notebooks

Demo notebooks for the Fornax project
https://fornax-navo.github.io/fornax-demo-notebooks/
BSD 3-Clause "New" or "Revised" License
7 stars 19 forks source link

GSoC2024: `Added my solutions for the gsoc'24 toy test by Nasa` #242

Closed Shashankss1205 closed 1 month ago

Shashankss1205 commented 3 months ago

Added my solutions for the gsoc'24 toy test by Nasa

Description: The PR demonstrates the setup and execution of serial and Dask pipelines for retrieving lightcurves from various sources. It includes functions for both serial and Dask implementations, along with testing procedures and visualization of processing times.

Graphical Analysis I found out that the variation of dask process with increasing num_samples is linear but for the serial process, it changes non-linearly with a higher exponent. Screenshot from 2024-03-12 22-57-59

Issue number: #240

jkrick commented 1 month ago

This was a starter problem for GSoC2024 and not meant to be merged.