Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
melanieclarke committed Feb 28, 2025
1 parent 4c3a3ef commit 6aef2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jwst/emicorr/emicorr.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ def _run_sequential_algorithm(
# e.g. ((1./390.625) / 10e-6) = 256.0 pix and ((1./218.52055) / 10e-6) = 457.62287 pix
period_in_pixels = (1.0 / frequency) / 10.0e-6

if nints_to_phase is None and use_n_cycles is None: # user wats to use all integrations
if nints_to_phase is None and use_n_cycles is None: # user wants to use all integrations
# use all integrations
nints_to_phase = nints
elif (
Expand Down

0 comments on commit 6aef2c9

Please sign in to comment.