From 8ac811e6b3fe6db8929a35c584efab0ae1c616b9 Mon Sep 17 00:00:00 2001 From: Matt Craig Date: Mon, 25 Nov 2024 11:04:53 -0600 Subject: [PATCH] Add notebook to launcher --- .jp_app_launcher_stellarphot.yaml | 8 ++++++++ ...sit-fit-template.ipynb => tess-intial-model-fit.ipynb} | 0 2 files changed, 8 insertions(+) rename stellarphot/notebooks/{photometry/06-transit-fit-template.ipynb => tess-intial-model-fit.ipynb} (100%) diff --git a/.jp_app_launcher_stellarphot.yaml b/.jp_app_launcher_stellarphot.yaml index 61250644..2231f776 100644 --- a/.jp_app_launcher_stellarphot.yaml +++ b/.jp_app_launcher_stellarphot.yaml @@ -51,3 +51,11 @@ cwd: not_used type: notebook catalog: Stellarphot analysis and tools + +- title: Initial exoplanet model + description: Do an initial fit to a transit + source: ../stellarphot/tess-intial-model-fit.ipynb + icon: ../stellarphot/stellarphot-logo.svg + cwd: not_used + type: notebook + catalog: Stellarphot analysis and tools diff --git a/stellarphot/notebooks/photometry/06-transit-fit-template.ipynb b/stellarphot/notebooks/tess-intial-model-fit.ipynb similarity index 100% rename from stellarphot/notebooks/photometry/06-transit-fit-template.ipynb rename to stellarphot/notebooks/tess-intial-model-fit.ipynb