Skip to content

Commit

Permalink
HLA-1120: Force a consistent default value for do_verify_guiding (#1682)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlpstsci authored Oct 25, 2023
1 parent fb98283 commit c495148
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drizzlepac/runastrodriz.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
# Primary user interface
def process(inFile, force=False, newpath=None, num_cores=None, inmemory=True,
headerlets=True, align_to_gaia=True, force_alignment=False,
do_verify_guiding=True, debug=False, make_manifest=False):
do_verify_guiding=False, debug=False, make_manifest=False):
""" Run astrodrizzle on input file/ASN table
using default values for astrodrizzle parameters.
"""
Expand Down Expand Up @@ -277,7 +277,7 @@ def process(inFile, force=False, newpath=None, num_cores=None, inmemory=True,
else:
# start by turning off 'verify_guiding' since loss of lock
# was exceedingly rare and noted in the quality keywords
# which get checked in '_anayze_exposure'.
# which get checked in '_analyze_exposure'.
do_verify_guiding = False
# Convert input c0m file into compatible flt file
if 'd0m' in inFilename:
Expand Down

0 comments on commit c495148

Please sign in to comment.