Skip to content

Commit

Permalink
adding missing prompt for QC option
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmejia committed Oct 18, 2024
1 parent bd0b57d commit ddb1620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lvmdrp/functions/imageMethod.py
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ def fix_pixel_shifts(in_images, out_images, ref_images, in_mask, report=None,
[img.add_header_comment("QC reports and DRP do not agree on the shifted rows") for img in images]
if interactive:
log.info("interactive mode enabled")
answer = input("apply [d]rp, [c]ustom shifts or [n]one: ")
answer = input("apply [q]c, [d]rp, [c]ustom shifts or [n]one: ")
if answer.lower() == "q":
log.info("choosing QC shifts")
shifts = qshifts
Expand Down

0 comments on commit ddb1620

Please sign in to comment.