Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Jul 4, 2024
1 parent 278aee3 commit af64881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jwst/outlier_detection/imaging.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def detect_outliers(
asn_id=asn_id,
allowed_memory=allowed_memory,
)
median_wcs = resample.output_wcs
median_wcs = resamp.output_wcs
drizzled_models = resamp.do_drizzle(input_models)
else:
# for non-dithered data, the resampled image is just the original image
Expand Down

0 comments on commit af64881

Please sign in to comment.