{"id":15442763,"url":"https://github.com/karanbt/eb-modeling","last_synced_at":"2026-02-17T08:33:35.450Z","repository":{"id":252292225,"uuid":"830993434","full_name":"karanbt/EB-Modeling","owner":"karanbt","description":"Modeling and analysis of the eclipsing binary star system KIC 2306740 using PHOEBE software","archived":false,"fork":false,"pushed_at":"2024-09-09T10:35:40.000Z","size":129708,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-18T13:15:19.780Z","etag":null,"topics":["astronomy","atmosphere-model","binary-star","eclipsing-binaries","kepler-telescope","light-curve","python-3","radial-velocity","spectroscopy"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/karanbt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-19T12:17:35.000Z","updated_at":"2024-09-09T10:35:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"9e692d12-ec11-4f46-8df4-1e928534ab12","html_url":"https://github.com/karanbt/EB-Modeling","commit_stats":{"total_commits":90,"total_committers":3,"mean_commits":30.0,"dds":"0.022222222222222254","last_synced_commit":"de2d07d3313b3a9deacd2b72d105c6c02578ecf9"},"previous_names":["karanbt/eclipsing-binary-modeling"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karanbt%2FEB-Modeling","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karanbt%2FEB-Modeling/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karanbt%2FEB-Modeling/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karanbt%2FEB-Modeling/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/karanbt","download_url":"https://codeload.github.com/karanbt/EB-Modeling/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241587784,"owners_count":19986628,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["astronomy","atmosphere-model","binary-star","eclipsing-binaries","kepler-telescope","light-curve","python-3","radial-velocity","spectroscopy"],"created_at":"2024-10-01T19:29:55.476Z","updated_at":"2025-10-15T21:57:53.470Z","avatar_url":"https://github.com/karanbt.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EB-Modeling\r\n\r\nThis repository aims to recreate the eclipsing binary star system **KIC 2306740** using the PHOEBE (PHysics Of Eclipsing BinariEs) software. The goal is to derive the system's parameters accurately from observational data, including light curves and radial velocity curves.\r\n\r\nThis project is part of the Krittika Summer Projects 5.0 ✨, organized by Krittika, the astronomy club of IIT Bombay\r\n\r\n---\r\n## Beginning guidelines\r\nThere are several pathways by which you can proceed with this repository.\r\n\r\n1. Complete Novice to Eclipsing Binaries and PHOEBE:\r\n   - Begin by checking the presentation, [KSP_5.0-EBs.pdf](KSP_5.0-EBs.pdf).\r\n   - For more details, refer to the report, [KSP 5.0 EB Project Report](https://krittikaiitb.github.io/KSPReports/2024/Eclipsing%20Binaries/KSP_5_0_EB_Project_Report.pdf).\r\n   - Proceed with the [notebooks](notebooks)\r\n  \r\n2. Know Eclipsing Binaries but not PHOEBE:\r\n   - Begin by checking the paper, [Physics of Eclipsing Binaries. V. General Framework for Solving the Inverse Problem](https://iopscience.iop.org/article/10.3847/15384365/abb4e2)\r\n   - Then proceed with the [notebooks](notebooks)\r\n  \r\n3. Familiar with PHOEBE and Eclipsing Binaries:\r\n   - Begin directly with the [notebooks](notebooks) \r\n\r\nOnce you decide on your pathway, follow these steps to set up the environment before running the notebook:\r\n\r\n```\r\nhttps://github.com/karanbt/EB-modeling.git\r\ncd EB-Modeling\r\n```\r\n```\r\nconda env create --file=environment.yml\r\nconda activate EB-Modeling\r\n```\r\n\r\nThis project is under continuous development, with potential updates introducing new methodologies or validation tests. To stay informed about these updates, consider clicking the \"Watch\" button in the top right.\r\n\r\nFor contributing to this project and repository, please see [collaboration.md](collaboration.md)\r\n\r\n---\r\n## References \r\n  \r\n### Papers\r\n\r\n1. [Physics of Eclipsing Binaries. V. General Framework for Solving the Inverse Problem](https://iopscience.iop.org/article/10.3847/1538-4365/abb4e2) by Kyle E. Conroy et al 2020\r\n2. [The Nature of the Eccentric Double-lined Eclipsing Binary System KIC 2306740 with Kepler Space Photometry](https://iopscience.iop.org/article/10.3847/1538-4357/abe546) by D. Koçak et al 2021\r\n   \r\n### Packages\r\n1. NumPy, SciPy, AstroPy, Matplotlib, PHOEBE\r\n\r\n## Certificate\r\n\r\n![Certificate](KSP.png)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaranbt%2Feb-modeling","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaranbt%2Feb-modeling","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaranbt%2Feb-modeling/lists"}