QuickstartΒΆ

To run ROEBA (row-by-row, odd/even, by amplifier) corrections to reduce 1/f noise do the following.

  1. Install jtow as follows. It works if you already have the jwst pipeline installed in an environment..

pip install jtow
  1. Make sure 2 required jwst products are in your folder. For example

jw01074100001_02108_00002_nrcblong_rate.fits
jw01074100001_02108_00002_nrcblong_uncal.fits

(The _rate.fits file is needed to make a source mask to find background pixels)

  1. Run the command line utility

roeba_run "*_uncal.fits"

More documentation to come!