From 37f4dbda74cbb80f9e003e76746abf38dd2a846e Mon Sep 17 00:00:00 2001 From: radicamc Date: Mon, 12 Aug 2024 11:46:39 -0400 Subject: [PATCH] Update tutorial_niriss-soss.ipynb --- docs/content/notebooks/tutorial_niriss-soss.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/notebooks/tutorial_niriss-soss.ipynb b/docs/content/notebooks/tutorial_niriss-soss.ipynb index 37bc246..832ed2d 100644 --- a/docs/content/notebooks/tutorial_niriss-soss.ipynb +++ b/docs/content/notebooks/tutorial_niriss-soss.ipynb @@ -586,8 +586,8 @@ "# Lastly, we also pass the background model from the BackgroundStep so that it can be re-added. \n", "\n", "step = stage1.OneOverFStep(results, baseline_ints=[150, -100], output_dir=outdir_s1, \n", - " pixel_masks=pixel_masks, timeseries=timeseries,\n", - " method='scale-achromatic', background=bkg)\n", + " pixel_masks=pixel_masks, soss_timeseries=timeseries,\n", + " method='scale-achromatic', soss_background=bkg)\n", "\n", "# even_odd_rows=True calculates seperate 1/f noise values for even- and odd-values rows. This \n", "# if likely taken care of adequately by the RefPixStep above, but it can't hurt to do it again!\n",