From 27c79caf1359825fd48c66188a9f3b8ecef2a09c Mon Sep 17 00:00:00 2001 From: Nico Rey Date: Sun, 4 Oct 2020 19:53:20 -0300 Subject: [PATCH] Turn upside down night passes --- receive_meteor.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/receive_meteor.sh b/receive_meteor.sh index 5117f50..78dfb29 100755 --- a/receive_meteor.sh +++ b/receive_meteor.sh @@ -54,6 +54,7 @@ if [ -f "${METEOR_OUTPUT}/${3}.dec" ]; then if [ "${SUN_ELEV}" -lt "${SUN_MIN_ELEV}" ]; then log "I got a successful ${3}.dec file. Decoding APID 68" "INFO" medet_arm "${METEOR_OUTPUT}/${3}.dec" "${NOAA_OUTPUT}/images/${3}-122" -r 68 -g 68 -b 68 -d + /usr/bin/convert -rotate 180 "${NOAA_OUTPUT}/images/${3}-122.bmp" "${NOAA_OUTPUT}/images/${3}-122.bmp" else log "I got a successful ${3}.dec file. Creating false color image" "INFO" medet_arm "${METEOR_OUTPUT}/${3}.dec" "${NOAA_OUTPUT}/images/${3}-122" -r 65 -g 65 -b 64 -d