Skip to content

Commit

Permalink
Use on_disk_amplifier name for clarity.
Browse files Browse the repository at this point in the history
  • Loading branch information
czwa committed Sep 14, 2021
1 parent 1e72066 commit 5b7e6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/obs/lsst/rawFormatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def findAmpHdu(name):
# on-disk amplifier to have the same orientation and offsets as
# the given one.
adjusted_amplifier_builder.transform(
outOffset=adjusted_amplifier_builder.getRawXYOffset(),
outOffset=on_disk_amplifier.getRawXYOffset(),
outFlipX=amplifier.getRawFlipX(),
outFlipY=amplifier.getRawFlipY(),
)
Expand Down

0 comments on commit 5b7e6e3

Please sign in to comment.