From 9cabbd8c087c503bc56328a591384bdd678b23d6 Mon Sep 17 00:00:00 2001 From: Matt Craig Date: Sat, 30 Nov 2024 20:17:28 -1000 Subject: [PATCH] Rename notebook and add to the launcher --- .jp_app_launcher_stellarphot.yaml | 8 ++++++++ ...plate-fancy-plot.ipynb => tess-second-model-fit.ipynb} | 0 2 files changed, 8 insertions(+) rename stellarphot/notebooks/{photometry/06b-transit-fit-template-fancy-plot.ipynb => tess-second-model-fit.ipynb} (100%) diff --git a/.jp_app_launcher_stellarphot.yaml b/.jp_app_launcher_stellarphot.yaml index 6e67a623..ce7ac318 100644 --- a/.jp_app_launcher_stellarphot.yaml +++ b/.jp_app_launcher_stellarphot.yaml @@ -59,3 +59,11 @@ cwd: not_used type: notebook catalog: Stellarphot analysis and tools + +- title: Second exoplanet model fit + description: Second transit model fit + source: ../stellarphot/tess-second-model-fit.ipynb + icon: ../stellarphot/stellarphot-logo.svg + cwd: not_used + type: notebook + catalog: Stellarphot analysis and tools diff --git a/stellarphot/notebooks/photometry/06b-transit-fit-template-fancy-plot.ipynb b/stellarphot/notebooks/tess-second-model-fit.ipynb similarity index 100% rename from stellarphot/notebooks/photometry/06b-transit-fit-template-fancy-plot.ipynb rename to stellarphot/notebooks/tess-second-model-fit.ipynb