Skip to content

Commit

Permalink
Update tutorial_niriss-soss.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
radicamc committed Aug 12, 2024
1 parent c1c959e commit 37f4dbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/notebooks/tutorial_niriss-soss.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 37f4dbd

Please sign in to comment.