From f1962f99e5c2bdc1ca55308e1669e3367e166ab7 Mon Sep 17 00:00:00 2001
From: Jennifer Medina
Date: Mon, 12 Oct 2020 12:57:31 -0400
Subject: [PATCH 1/3] updating links from rtd to jdox
---
exoctk/exoctk_app/templates/contam_visibility.html | 2 +-
exoctk/exoctk_app/templates/contam_visibility_results.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/exoctk/exoctk_app/templates/contam_visibility.html b/exoctk/exoctk_app/templates/contam_visibility.html
index e8689527..c4804864 100644
--- a/exoctk/exoctk_app/templates/contam_visibility.html
+++ b/exoctk/exoctk_app/templates/contam_visibility.html
@@ -30,7 +30,7 @@ Contamination & Visibility Calculator
NIRCam and MIRI options: Users can calculate contamination levels for NIRCam Grism Time Series (F322W2, F444W) and MIRI Low Resolution
Spectroscopy mode by calling this tool locally on a terminal. Please keep in mind that the calculation for the
NIRCam and MIRI modes can take anywhere from 1-3 hours due to the complexity of their algorithms. For instructions on how to
- generate the contamination plots for NIRCam and MIRI, please refer to our Contam Visibility ReadTheDocs page.
+ generate the contamination plots for NIRCam and MIRI, please refer to our Contam Visibility JWST-Docs page.
Potential caveats:
diff --git a/exoctk/exoctk_app/templates/contam_visibility_results.html b/exoctk/exoctk_app/templates/contam_visibility_results.html
index 2230ef69..2fc111ff 100644
--- a/exoctk/exoctk_app/templates/contam_visibility_results.html
+++ b/exoctk/exoctk_app/templates/contam_visibility_results.html
@@ -26,7 +26,7 @@ Contamination & Visibility Calculator
NIRCam and MIRI options: Users can calculate contamination levels for NIRCam Grism Time Series (F322W2, F444W) and MIRI Low Resolution
Spectroscopy mode by calling this tool locally on a terminal. Please keep in mind that the calculation for the
NIRCam and MIRI modes can take anywhere from 1-3 hours due to the complexity of their algorithms. For instructions on how to
- generate the contamination plots for NIRCam and MIRI, please refer to our Contam Visibility ReadTheDocs page.
+ generate the contamination plots for NIRCam and MIRI, please refer to our Contam Visibility JWST-Docs page.
Potential caveats:
From 3472ab2fc816cfb03fc5e94b3b67fdc6168233c9 Mon Sep 17 00:00:00 2001
From: Jennifer Medina
Date: Thu, 22 Oct 2020 10:19:39 -0400
Subject: [PATCH 2/3] updated the jwst-docs links
---
exoctk/exoctk_app/templates/contam_visibility.html | 2 +-
exoctk/exoctk_app/templates/contam_visibility_results.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/exoctk/exoctk_app/templates/contam_visibility.html b/exoctk/exoctk_app/templates/contam_visibility.html
index c4804864..262ed184 100644
--- a/exoctk/exoctk_app/templates/contam_visibility.html
+++ b/exoctk/exoctk_app/templates/contam_visibility.html
@@ -30,7 +30,7 @@ Contamination & Visibility Calculator
NIRCam and MIRI options: Users can calculate contamination levels for NIRCam Grism Time Series (F322W2, F444W) and MIRI Low Resolution
Spectroscopy mode by calling this tool locally on a terminal. Please keep in mind that the calculation for the
NIRCam and MIRI modes can take anywhere from 1-3 hours due to the complexity of their algorithms. For instructions on how to
- generate the contamination plots for NIRCam and MIRI, please refer to our Contam Visibility JWST-Docs page.
+ generate the contamination plots for NIRCam and MIRI, please refer to our Contam Visibility JWST-Docs page.
Potential caveats:
diff --git a/exoctk/exoctk_app/templates/contam_visibility_results.html b/exoctk/exoctk_app/templates/contam_visibility_results.html
index 2fc111ff..232c871f 100644
--- a/exoctk/exoctk_app/templates/contam_visibility_results.html
+++ b/exoctk/exoctk_app/templates/contam_visibility_results.html
@@ -26,7 +26,7 @@ Contamination & Visibility Calculator
NIRCam and MIRI options: Users can calculate contamination levels for NIRCam Grism Time Series (F322W2, F444W) and MIRI Low Resolution
Spectroscopy mode by calling this tool locally on a terminal. Please keep in mind that the calculation for the
NIRCam and MIRI modes can take anywhere from 1-3 hours due to the complexity of their algorithms. For instructions on how to
- generate the contamination plots for NIRCam and MIRI, please refer to our Contam Visibility JWST-Docs page.
+ generate the contamination plots for NIRCam and MIRI, please refer to our Contam Visibility JWST-Docs page.
Potential caveats:
From 006d376b77708554b74193b8192c6ae4505812d4 Mon Sep 17 00:00:00 2001
From: Jennifer Medina
Date: Mon, 26 Oct 2020 10:48:03 -0400
Subject: [PATCH 3/3] .
---
exoctk/contam_visibility/miniTools.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/exoctk/contam_visibility/miniTools.py b/exoctk/contam_visibility/miniTools.py
index 323e72f1..f155675b 100644
--- a/exoctk/contam_visibility/miniTools.py
+++ b/exoctk/contam_visibility/miniTools.py
@@ -11,6 +11,7 @@
Author(s)
---------
Jennifer V. Medina, 2020
+
"""
import astropy.coordinates as crd
import astropy.units as u