Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavies-st authored Nov 9, 2023
1 parent 0e100da commit 6d50a51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Algorithms for cleaning JWST data.

- `SnowBlindStep`: mask cosmic ray showers and snowballs
- `SnowblindStep`: mask cosmic ray showers and snowballs
- `JumpPlusStep`: flag jumps and saturated pixels caused by cosmic rays properly
when there are frame-averaged groups
- `PersistenceFlagStep`: flag pixels due to persistence between exposures
Expand Down Expand Up @@ -43,6 +43,6 @@ In Python:
SnowblindStep.call("jw001234_010203_00001_nrcalong_jump.fits", save_results=True, suffix="snowblind")
rate, rateints = RampFitStep.call("jw001234_010203_00001_nrcalong_snowblind.fits")
rate = GainScaleStep.call(rate)
rate.save(cal.meta.filename.replace("snowblind", "rate"))
rate.save(rate.meta.filename.replace("snowblind", "rate"))

More to come on the other steps available.

0 comments on commit 6d50a51

Please sign in to comment.