Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavies-st committed Mar 6, 2024
1 parent 10133c4 commit 6cf7b30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Algorithms for cleaning JWST data.
- `SnowblindStep`: mask cosmic ray showers and snowballs
- `JumpPlusStep`: Propagate JUMP_DET and SATURATED flags in GROUPDQ properly for frame-averaged groups
- `PersistenceFlagStep`: flag pixels effected by persistence exposure-to-exposure
- `RcSelfCalStep`: flag new hot pixels, open pixels or RC pixels
- `OpenPixelStep`: flag new open pixels, hot pixels, or open adjacent pixels


## Installation
Expand Down Expand Up @@ -31,6 +31,7 @@ In Python, we can insert `SnowblindStep` and `JumpPlusStep` after `JumpStep` as
steps = {
"jump": {
"save_results": True,
"flag_large_events": False,
"post_hooks": [
"snowblind.SnowblindStep",
"snowblind.JumpPlusStep",
Expand Down

0 comments on commit 6cf7b30

Please sign in to comment.