Sfoglia il codice sorgente

Enable image enhancement

tags/v.1.4
Nico Rey 4 anni fa
parent
commit
f1424cc947
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      receive_meteor.sh

+ 1
- 0
receive_meteor.sh Vedi File

@@ -62,6 +62,7 @@ if [ -f "${METEOR_OUTPUT}/${3}.dec" ]; then

log "Rectifying image to adjust aspect ratio" "INFO"
python3 "${NOAA_HOME}/rectify.py" "${NOAA_OUTPUT}/image/${FOLDER_DATE}/${3}-122.bmp"
convert "${NOAA_OUTPUT}/image/${FOLDER_DATE}/${3}-122-rectified.jpg" -channel rgb -normalize "${NOAA_OUTPUT}/image/${FOLDER_DATE}/${3}-122-rectified.jpg"
rm "${METEOR_OUTPUT}/${3}.bmp"
rm "${METEOR_OUTPUT}/${3}-122.bmp"



Caricamento…
Annulla
Salva