Skip to content

Commit

Permalink
add suffix to resample and tweakreg specs
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Aug 8, 2024
1 parent 989bbb5 commit 190b539
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion romancal/resample/resample_step.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class ResampleStep(RomanStep):
allowed_memory = float(default=None) # Fraction of memory to use for the combined image.
in_memory = boolean(default=True)
good_bits = string(default='~DO_NOT_USE+NON_SCIENCE') # The good bits to use for building the resampling mask.
suffix = string(default='i2d')
suffix = string(default='resample')
""" # noqa: E501

reference_file_types = []
Expand Down
1 change: 1 addition & 0 deletions romancal/tweakreg/tweakreg_step.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ class TweakRegStep(RomanStep):
abs_nclip = integer(min=0, default=3) # Number of clipping iterations in fit when performing absolute astrometry
abs_sigma = float(min=0.0, default=3.0) # Clipping limit in sigma units when performing absolute astrometry
output_use_model = boolean(default=True) # When saving use `DataModel.meta.filename`
suffix = string(default='tweakreg')
""" # noqa: E501

reference_file_types = []
Expand Down

0 comments on commit 190b539

Please sign in to comment.