浏览代码

Enable image enhancement

tags/1.5
Nico Rey 4 年前
父节点
当前提交
d07152410e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      receive_meteor.sh

+ 1
- 0
receive_meteor.sh 查看文件

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

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



正在加载...
取消
保存