Skip to content

Commit

Permalink
transfer metadata from input model to blot model
Browse files Browse the repository at this point in the history
  • Loading branch information
emolter committed Sep 9, 2024
1 parent 42f33ab commit 8350208
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jwst/outlier_detection/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,4 +303,5 @@ def flag_model_crs(image, blot, snr):
def _make_blot_model(input_model, blot):
blot_model = type(input_model)()
blot_model.data = blot
blot_model.update(input_model)
return blot_model

0 comments on commit 8350208

Please sign in to comment.