瀏覽代碼

Rectify: save one step

tags/1.5
Nico Rey 4 年之前
父節點
當前提交
5370e03f01
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. +1
    -2
      receive_meteor.sh

+ 1
- 2
receive_meteor.sh 查看文件

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

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



Loading…
取消
儲存