From 22ee2b25836067dd45527f89d6835604a8858a9d Mon Sep 17 00:00:00 2001 From: dulude Date: Thu, 9 Nov 2023 13:01:46 -0500 Subject: [PATCH 1/3] align_mosaics.ipynb: added trailing space to first cell so that CI/CD tests will be triggered --- notebooks/DrizzlePac/align_mosaics/align_mosaics.ipynb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/notebooks/DrizzlePac/align_mosaics/align_mosaics.ipynb b/notebooks/DrizzlePac/align_mosaics/align_mosaics.ipynb index e9b488ea1..50102f1a0 100755 --- a/notebooks/DrizzlePac/align_mosaics/align_mosaics.ipynb +++ b/notebooks/DrizzlePac/align_mosaics/align_mosaics.ipynb @@ -27,7 +27,7 @@ "This notebook demonstrates how to align and drizzle mosaicked tiles of the Eagle Nebula (M16) obtained with WFC3 with both UVIS and IR detectors. It is based on the example highlighted in the following WFC3 technical report: [ISR 2015-09: Combining WFC3 Mosaics of M16 with DrizzlePac](http://www.stsci.edu/hst/wfc3/documents/ISRs/WFC3-2015-09.pdf)\n", "and highlights special features in DrizzlePac to improve mosaics. \n", "\n", - "In prior alignment [tutorials](https://archive.stsci.edu/prepds/heritage/horsehead/readme_HLSP_v3.txt), building up an aligned set of tiles required an iterative approach. Now, mosaic alignment can be achieved in a single step by building up an expanded reference catalog ‘on-the-fly’. New sky matching options make it easier to produce seamless mosaics, which can be challenging for extended sources with little or no blank sky. " + "In prior alignment [tutorials](https://archive.stsci.edu/prepds/heritage/horsehead/readme_HLSP_v3.txt), building up an aligned set of tiles required an iterative approach. Now, mosaic alignment can be achieved in a single step by building up an expanded reference catalog ‘on-the-fly’. New sky matching options make it easier to produce seamless mosaics, which can be challenging for extended sources with little or no blank sky. " ] }, { @@ -927,7 +927,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -941,9 +941,9 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.7" + "version": "3.8.12" } }, "nbformat": 4, - "nbformat_minor": 2 + "nbformat_minor": 4 } From 6679273472cc728333687093440ba97b6f7178d7 Mon Sep 17 00:00:00 2001 From: dulude Date: Thu, 9 Nov 2023 13:02:57 -0500 Subject: [PATCH 2/3] _config.yml: removed "align_mosaics.ipynb" from "exclude_patterns" list --- _config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index acd78947c..5ae67ab98 100644 --- a/_config.yml +++ b/_config.yml @@ -41,8 +41,7 @@ html: use_issues_button: true use_repository_button: true # Exclude notebooks that have as-yet unresolved build failures (see tickets SPB-1153SPB-1160, SPB-1168) -exclude_patterns: [notebooks/DrizzlePac/align_mosaics/align_mosaics.ipynb, - notebooks/DrizzlePac/sky_matching/sky_matching.ipynb, +exclude_patterns: [notebooks/DrizzlePac/sky_matching/sky_matching.ipynb, notebooks/DrizzlePac/use_ds9_regions_in_tweakreg/use_ds9_regions_in_tweakreg.ipynb, notebooks/WFC3/calwf3_recalibration/calwf3_recal_tvb.ipynb, notebooks/WFC3/calwf3_v1.0_cte/calwf3_with_v1.0_PCTE.ipynb, From 69b88e56abd716330785c177395d4bcbb2b40851 Mon Sep 17 00:00:00 2001 From: dulude Date: Thu, 9 Nov 2023 13:03:45 -0500 Subject: [PATCH 3/3] _toc.yml: uncommented align_mosaics.ipynb line. --- _toc.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_toc.yml b/_toc.yml index 33c90247b..92b1517f6 100644 --- a/_toc.yml +++ b/_toc.yml @@ -31,8 +31,7 @@ parts: - file: notebooks/DrizzlePac/README.md - file: notebooks/DrizzlePac/Initialization/Initialization.ipynb - file: notebooks/DrizzlePac/align_to_catalogs/align_to_catalogs.ipynb -# Notebook excluded from build until build failures are fixed (See SPB-1168) -# - file: notebooks/DrizzlePac/align_mosaics/align_mosaics.ipynb + - file: notebooks/DrizzlePac/align_mosaics/align_mosaics.ipynb - file: notebooks/DrizzlePac/align_multiple_visits/align_multiple_visits.ipynb - file: notebooks/DrizzlePac/align_sparse_fields/align_sparse_fields.ipynb - file: notebooks/DrizzlePac/drizzle_wfpc2/drizzle_wfpc2.ipynb