From 48ed0fe2ec893e18a1688f5fe40033c855e11ca9 Mon Sep 17 00:00:00 2001 From: "M. Teodoro" Date: Thu, 16 Jan 2025 13:34:54 -0500 Subject: [PATCH] Add var_sky to model error calculation. --- romancal/resample/resample.py | 1 + 1 file changed, 1 insertion(+) diff --git a/romancal/resample/resample.py b/romancal/resample/resample.py index c01192491..f814c57f6 100644 --- a/romancal/resample/resample.py +++ b/romancal/resample/resample.py @@ -408,6 +408,7 @@ def resample_many_to_one(self): output_model.var_rnoise, output_model.var_poisson, output_model.var_flat, + output_model.var_sky, ], axis=0, )