Skip to content

Commit

Permalink
darkSubtract.sh: fix missed "THIS"
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Jan 27, 2022
1 parent 30fece8 commit b527815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/darkSubtract.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
ME2="$(basename "${BASH_SOURCE[0]}")"

# Subtract dark frame if there is one defined in config.sh
# This has to come after executing darkCapture.sh which sets ${THIS_TEMPERATURE}.
# This has to come after executing darkCapture.sh which sets ${AS_TEMPERATURE}.

if [ "${DARK_FRAME_SUBTRACTION}" = "true" ]; then
# Make sure the input file exists; if not, something major is wrong so exit.
Expand Down

0 comments on commit b527815

Please sign in to comment.