From 8a6fb9880a0ed0c60ecfea6071814c85bb64d002 Mon Sep 17 00:00:00 2001 From: Jammy2211 Date: Tue, 9 Jun 2026 12:12:33 +0100 Subject: [PATCH] fix: reload saved result dataset with unchecked noise map --- scripts/guides/results/start_here.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/guides/results/start_here.py b/scripts/guides/results/start_here.py index 16e42b25..28a4d163 100644 --- a/scripts/guides/results/start_here.py +++ b/scripts/guides/results/start_here.py @@ -236,6 +236,7 @@ noise_map_hdu=2, psf_hdu=3, pixel_scales=0.1, + check_noise_map=False, ) if (image_path / "galaxy_images.fits").exists():