Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
poes-weather committed May 20, 2011
0 parents commit 207b018
Show file tree
Hide file tree
Showing 193 changed files with 37,252 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
@@ -0,0 +1,4 @@
POES-Decoder.pro.user
tle/*.*
tle/archive/*.*
.svn
674 changes: 674 additions & 0 deletions COPYING

Large diffs are not rendered by default.

Binary file added HRPT.ico
Binary file not shown.
807 changes: 807 additions & 0 deletions Makefile

Large diffs are not rendered by default.

191 changes: 191 additions & 0 deletions POES-Decoder.pro
@@ -0,0 +1,191 @@
# -------------------------------------------------
# Project created by QtCreator 2009-11-20T15:22:48
# -------------------------------------------------
TARGET = POES-USRP
TEMPLATE = app
SOURCES += main.cpp \
mainwindow.cpp \
decoder/hrptblock.cpp \
satellite/station/stationdialog.cpp \
satellite/station/station.cpp \
utils/plist.cpp \
satellite/kepler/tledialog.cpp \
satellite/predict/Satellite.cpp \
settings.cpp \
utils/utils.cpp \
satellite/satutil.cpp \
satellite/orbitdata/orbitdialog.cpp \
satellite/predict/satpassdialog.cpp \
satellite/trackthread.cpp \
satellite/track/trackwidget.cpp \
imagewidget.cpp \
satellite/active/activesatdialog.cpp \
rig/rigdialog.cpp \
rig/rig.cpp \
decoder/block.cpp \
decoder/mn1lrptblock.cpp \
decoder/ReedSolomon.cpp \
decoder/lritblock.cpp \
decoder/ljpeg/ljpegreader.cpp \
decoder/ljpeg/ljpegdecompressor.cpp \
decoder/ljpeg/ljpegcomponent.cpp \
decoder/ljpeg/ljpeghuffmantable.cpp \
decoder/mn1hrptblock.cpp \
rig/rotorpindialog.cpp \
rig/rotor.cpp \
rig/stepper.cpp \
rig/gs232b.cpp \
rig/alphaspid.cpp \
rig/qextserialport/qextserialport.cpp \
satellite/predict/satscript.cpp \
decoder/fy1hrptblock.cpp \
utils/textwindow.cpp \
tools/gauge.cpp \
tools/gps/gpsdialog.cpp \
tools/gps/gps.cpp \
rig/jrk.cpp \
rig/jrkconfdialog.cpp \
decoder/ahrptblock.cpp \
decoder/cadu.cpp \
utils/azeldialog.cpp \
tools/cadusplitterdialog.cpp \
rig/monstrum.cpp
HEADERS += mainwindow.h \
decoder/hrptblock.h \
version.h \
os.h \
satellite/station/stationdialog.h \
satellite/station/station.h \
utils/plist.h \
satellite/kepler/tledialog.h \
satellite/predict/Satellite.h \
satellite/predict/satcalc.h \
settings.h \
utils/utils.h \
config.h \
satellite/satutil.h \
satellite/orbitdata/orbitdialog.h \
satellite/predict/satpassdialog.h \
satellite/trackthread.h \
satellite/track/trackwidget.h \
imagewidget.h \
satellite/active/activesatdialog.h \
rig/rigdialog.h \
rig/rig.h \
decoder/block.h \
decoder/mn1lrptblock.h \
decoder/ReedSolomon.h \
decoder/RiceDecompression.h \
decoder/PacketDecompression.h \
decoder/lritblock.h \
decoder/ljpeg/ljpegdecompressor.h \
decoder/ljpeg/ljpegcomponent.h \
decoder/ljpeg/ljpegreader.h \
decoder/ljpeg/ljpeghuffmantable.h \
decoder/ljpeg/ljpeg.h \
decoder/mn1hrptblock.h \
rig/rotorpindialog.h \
rig/rotor.h \
rig/stepper.h \
rig/gs232b.h \
rig/alphaspid.h \
rig/qextserialport/qextserialport.h \
satellite/predict/satscript.h \
decoder/fy1hrptblock.h \
utils/textwindow.h \
tools/gauge.h \
tools/gps/gpsdialog.h \
tools/gps/gps.h \
rig/jrk.h \
rig/jrkconfdialog.h \
decoder/ahrptblock.h \
decoder/cadu.h \
utils/azeldialog.h \
tools/cadusplitterdialog.h \
rig/monstrum.h
DEFINES += _CRT_SECURE_NO_WARNINGS
FORMS += mainwindow.ui \
satellite/station/stationdialog.ui \
satellite/kepler/tledialog.ui \
satellite/orbitdata/orbitdialog.ui \
satellite/predict/satpassdialog.ui \
satellite/track/trackwidget.ui \
imagewidget.ui \
satellite/active/activesatdialog.ui \
rig/rigdialog.ui \
rig/rotorpindialog.ui \
utils/textwindow.ui \
tools/gps/gpsdialog.ui \
rig/jrkconfdialog.ui \
utils/azeldialog.ui \
tools/cadusplitterdialog.ui
RESOURCES += application.qrc
QT += network
INCLUDEPATH += decoder \
satellite \
satellite/predict \
satellite/kepler \
satellite/station \
satellite/orbitdata \
satellite/track \
satellite/active \
utils \
rig \
rig/qextserialport \
decoder/ljpeg \
tools \
tools/gps

# --------------------------------------------------------------------------------
# uncomment the two lines below if you have installed image plugins and clean + build
# QTPLUGIN += qjpeg qgif qtiff qmng
# DEFINES += HAVE_IMAGE_PLUGINS
# --------------------------------------------------------------------------------

LIBS += -Ldecoder/LritRice
#DEFINES += DEBUG_GPS

# --------------------------------------------------------------------------------
# Mr Linus Thorvalds (linux) settings
# --------------------------------------------------------------------------------
unix {
DEFINES += _TTY_LINUX_
SOURCES += rig/OakFeatureReports.cpp \
rig/OakHidBase.cpp \
rig/qextserialport/posix_qextserialport.cpp
HEADERS += rig/OakFeatureReports.h \
rig/OakHidBase.h
INCLUDEPATH += /usr/local/include

# DSP and FEC Library, http://www.ka9q.net/code/fec/
#DEFINES += HAVE_LIBFEC
#LIBS += -L/usr/local/lib -lfec
}


# --------------------------------------------------------------------------------
# Mac OSX settings
# --------------------------------------------------------------------------------

macx {

}


# --------------------------------------------------------------------------------
# Mr Bill Gates (win32) settings
# --------------------------------------------------------------------------------
win32 {
DEFINES += __HRPT_WIN__ _TTY_WIN_
RC_FILE = POES-Decoder.rc
HEADERS += rig/WinIo.h
LIBS += -LC:/Programming/HRPT/HRPT-Decoder/branches/1.0.0.6 -lWinIo
SOURCES += rig/qextserialport/win_qextserialport.cpp

debug:

release:
}


OTHER_FILES +=
48 changes: 48 additions & 0 deletions POES-Decoder.rc
@@ -0,0 +1,48 @@
#if defined(__HRPT_WIN__)

#include <windows.h>
#include "version.h"


IDI_ICON1 ICON DISCARDABLE "HRPT.ico"

VS_VERSION_INFO VERSIONINFO
FILEVERSION VER_FILEVERSION
PRODUCTVERSION VER_PRODUCTVERSION
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
FILEFLAGS 0
FILEOS VOS__WINDOWS32
FILETYPE VFT_APP
FILESUBTYPE VFT2_UNKNOWN
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904E4"
BEGIN
VALUE "CompanyName", VER_COMPANYNAME_STR
VALUE "FileDescription", VER_FILEDESCRIPTION_STR
VALUE "FileVersion", VER_FILEVERSION_STR
VALUE "InternalName", VER_INTERNALNAME_STR
VALUE "LegalCopyright", VER_LEGALCOPYRIGHT_STR
VALUE "LegalTrademarks1", VER_LEGALTRADEMARKS1_STR
VALUE "LegalTrademarks2", VER_LEGALTRADEMARKS2_STR
VALUE "OriginalFilename", VER_ORIGINALFILENAME_STR
VALUE "ProductName", VER_PRODUCTNAME_STR
VALUE "ProductVersion", VER_PRODUCTVERSION_STR
END
END

BLOCK "VarFileInfo"
BEGIN
/* The following line should only be modified for localized versions. */
/* It consists of any number of WORD,WORD pairs, with each pair */
/* describing a language,codepage combination supported by the file. */
/* */
/* For example, a file might have values "0x409,1252" indicating that it */
/* supports English language (0x409) in the Windows ANSI codepage (1252). */

VALUE "Translation", 0x409, 1252

END
END
#endif
45 changes: 45 additions & 0 deletions README
@@ -0,0 +1,45 @@
POES-USRP, a software for recording and decoding POES high resolution weather satellite images.
Copyright (C) 2009-2011 Free Software Foundation, Inc.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.

Email: <postmaster@poes-weather.com>
Web: <http://www.poes-weather.com>
#---------------------------------------------------------------------------

NOTICE: This is a work in progress software!

Build instructions for Qt Creator:
Open project POES-Decoder.pro

If you are using shadow build:
copy poes-usrp/conf directory to shadow build directory

Run qmake
Build All
Run

Features:
Satellite tracking, GPS support just to mention a few

Automatic recording and rotor control support
see https://github.com/poes-weather/gr-poes-weather

Data to image support:
- all NOAA (N)POES HRPT
- Feng Yun 1
- Meteor M N-1
- MetOp AHRPT (CADU only)
- GOES LRIT Fulldisk (Rice decompressed only)

1 change: 1 addition & 0 deletions WINIO.VXD
@@ -0,0 +1 @@
��el��uaz��ec��~_o��m^���bi��t]y��fc��|_r��m_���`n��u_~��eh��|_s��lb���bl��ra~��ei��z`v��jd���ap��ra���di��y`x��kc���`o��p`���dh��w_y��jb���`p��p`���bh��w_y��ib��~`p��o_���bh��u]y��ib��~_p��m_���bh��s^y��fb��|_p��k_���`h��r^z��eb��|]p��j_���`j��q]|��eb��y^s��i`���_i��p^~��cd��y^q��h_���`j��n]}��bc��w]s��h_���_j��n]~��cd��u^u��fa��^l��m^���ae��t]w��g`��}^n��l]���af��r]x��ea��|^p��k^���`h��q]{��de��z^s��ka���aj��p^|��ce��z]s��h`���_i��o]|��cb��x]r��h_���_i��n^}��cc��w]s��h_���^j��m]��ad��u]t��f_��~_k��m]���ae��s]t��ea��|^l��j^���`f��s]x��cb��{^o��j^���_f��p]z��cb��z]p��j^���`i��q]}��dd��x]r��i_���_i��o\}��cc��x\s��h_���_i��n]��bd��v]s��f`��}_k��m]���af��u]u��f`��~_l��l^���af��u]w��e`��{^n��j^���`g��r]y��db��{^p��i_���ah��q]|��ee��{_s��la���al��r_��ch��y^w��la���ap��o`���ei��v_y��ja���`q��p`���di��v_{��ff��_q��n_���ch��u^y��gb��}^q��m_���bi��t^{��ed��|`q��l`���`l��t^}��de��z^t��ka���_m��r^��ee��z]u��l`���`n��q^���df��{_v��hh���{��{|~��ba��xx~��n\���dz��}i��zj`��{||��f]��zy}��q\~��h}��|fw��bc��}{y��l[��|{|��~y~��y{��}z|��|y���z{��|x���y|��~z}��|y���y}��|y��z{��~y}��{{��y|��}y~�z|��~y~��{z��~z|��|z��z|��}y��{z��x~��{y���y|��}y��y{��y}��{z��|{��|y���z{��y}��{y���z|��}y��{z��x~��{z��y}��~x�|z��}z}��|z��{|��~x��y{��~y��{z��y|��|y��{|��}z~��|y���z}��}y��y{��y��zz���w��{z���{z��}y���{z��x~��}z���{|��}z��{z���y}��{z���zz��|y���zz��~z}��}z��y��}z��z{��~z~��{z���y}��|x���z|��~y~��|z���x~��|{}�{|��~y~��{z��y|��|y���z{��}z}��|z��y}��{{��z{��}z��z|���x��}z��y~��|z��{|��y~��y|���y~��|z~��{z��y~��x|���y~��|y��zz��~y��|z���y|��|z��z{��~x}��y{���x}��}w���xz��{x~��zz��~y{��{y���x{���v���yx��y}��{y���z{��|z~��{z��y}��{{���y}��~y��|{��~z|��|y���y}��|z���{z��~{{��}x��z|��}y���x|��}y���z|���x}��|z��z{��}z~��|{��y}��|z���y{��}z~��{{���x��}y���y}��w���|z��~z}��|y���z}��~x���|{��~z}��|y��z|��}x���{|��y~��|z���x~��{{��z|��~y��}z���y}��|y��y|��~x}��{z��~z|��z{���y|��}y��|z��y~��z{���z}��|z~��{{��y~��{{���y|��~x��{{��~z}��|z���y|��~z��{|��~y}��|{�{|��}y���z{��z~��|y���{|��~z���y{��y��{{���x}��}{}��zz��~z~��|y��z}��|z���z{��}z~��z{��x}��z|���z}��}{~��z|���{~��|y���z{��~z���{{��y~��|z���y}��|z~��z{��~z~��|z���z{��~y���{z��x~��{y���x~��}y��{{���y~��{{���{|��|z���z}���y~��{{���y}��}y��z}��y~��{y��z|��|y���y|��|y��z{��y}��{z���z|��}z}��{{��~z}��{z���z|��}y���{{��~z}��{{���y}��~x���z{��}z~��{{���{z��|z���zz��x��|y���y~��}y���z{��}y~��{{��y}��zz���zz��}z}��{y���x}��{z���y|��|y~��zz��y|��|y���y|��|x���z{��z}��|z���z|��{z���{|��~z}��}x���z|��~z���{{��~y~��zy���z}��}y���|y��z}��|z��z}��|{���z}��~{}��{z��z~��}x���y{��}x���z{���x��|z���{|��}y��zz��y}��{y���x}��}z~��{z��z~��|z���y|��|y���z{��~y}��zy���x|��|w���y|��~v��zx���w}��}y���{{��~x~��{y���y}��~x���|{��~z}��{z��~z}��zx���y{��}x��yz��y|��{y���y{��}y��zz��y}��|x���xz��}x���yz��}x~��|y���y|��}w���x{��}y~��zy���{z��}w���zz��}y~��{y��y|��|y���y{��}y���{y��w}��{z��y|��w���{{���y}��|z��y|��|y~��yz��x}��yy���wz��|v~��xz��~w|��zw���vz��{w���yz��w~��{z���w|��}y���x{��~x}��|x���x}��{x���wz��w~��zx���t{��{x���xy��~w~��xz��v}��{x��v{��~w��xx��v|��zw���ty��|p~��uv��vz��xv���t{��}v��xz��v��zy��y{��|x��xz��}u~��yw���u{��|w���wy��v|��zx���y|��|x���xy��}v���zw���w|��|x��y{��~w~��yy���v|��zv���vy��|u~��yx��~w|��zx���wz��|t��uu��~tz��vt���ry��{s���wv��s{��wt���sx��ys���vu��}p}��uq���mv��xr��vu��~s|��vt���sz��yt���tw��|q}��wt���uz��xt���sx��|t��xx��w|��yv���uw��|u}��wv���t|��zt���tx��|u~��wx��~t|��zv��wy��{t���vx��~y|��{z���x{��{v��xz��~v|��yw���u{��{v���w{��~v~��yx���wz��zv���wx��}u}��yv��t|��yr���bi��w_z��ib���_q��n`���di��v^z��hd��~_q��ma���bj��v_{��hd��}`r��ma���bk��t^��fe��{_u��la���bk��s_}��fe��z_u��jb���au��|���{|��{]o��i`��}~z��q\{��`j��~y}��g_���_|��|p���`c��wm���ue���^i��qy���ib��u]s��s}�{ch��l\��~z|��u]s��d`��_j��l^���ad��t\v��f_��|^l��k]���ac��p\x��d`��{]m��i^���^g��p]x��ca��y^m��h^���_d��o]y��c`��u]o��g^���^h��m]|��ba��w]t��f`��^l��l^���`f��v]v��ea��]n��l_���ag��v]y��fb��|^p��k_���aj��t^|��cc��z^r��j_���ai��p]}��dd��z^u��ia���_l��p^��de��x^u��ia��_o��o^���be��w]u��ha���^o��m^���bf��u^z��h`��~_o��l_���`i��u^z��fc��|_q��l_���bi��r^{��dd��|_r��l_���aj��s_}��de��z^u��ja���^l��q^~��ee��y^x��j`���`l��p^���ee��w]w��ia���_o��o`���di��x^v��ga��_n��o^��ag��u\x��gb��~]r��l_���ah��u^z��fc��}_q��m_���bm��t^|��gc��{_r��m_���`k��p^{��db��y]s��k_���_j��p]~��cc��x]t��h`���_k��p^~��cd��w]s��f`��`k��n^���cd��u^v��hb��}`n��n_���bh��t^y��fb��}an��l_���`i��s]z��ed��|_q��l_���aj��s]}��ec��z^s��j`���aj��r]}��dd��y]t��j`���`k��p^��cd��x^t��k`���`m��p_~��bf��x]v��k_��~_m��m^���bf��v^w��fa��}_o��k^���`g��u]w��db��}]n��j_���_i��z\y��db��|^p��i`���_i��r\{��fb��{^r��i_���`j��q]~��ed��y]v��ja���`m��p^��bg��v^w��hb���_n��n`���bi��w^z��hd���^r��p`���bk��uaz��id��}`r��m`���cm��v_|��gf��}`t��mb���bm��s`}��eg��|`t��lb���bn��ra~��fi��{_w��kc���ap��ra���fh��z_w��ie���`q��r`���ei��xay��hf���`q��na���di��x^y��fgz��[r��n_���ch��v]y��ec��|_r��mb���ck��t`~��fh��}_w��lc���bm��rb}��gg��{au��lc���cn��s`��fh��zaw��kd���bp��s`��ef��z^w��jb���^m��p]���bf��w]u��fb���^n��n^���be��u]v��g`��~`m��n^���ah��u]x��fc��}^q��n_���ah��u]z��eb��}]q��j_���af��r]|��fc��z^q��i`���_i��s]z��dd��{^t�
Binary file added WinIo.dll
Binary file not shown.
Binary file added WinIo.lib
Binary file not shown.
Binary file added WinIo.sys
Binary file not shown.
19 changes: 19 additions & 0 deletions application.qrc
@@ -0,0 +1,19 @@
<RCC>
<qresource prefix="/root">
<file>images/filesave.xpm</file>
<file>images/fileopen.xpm</file>
<file>images/save.png</file>
<file>images/open.png</file>
<file>images/HRPT-Decoder.ico</file>
<file>images/gohome.png</file>
<file>images/back.png</file>
<file>images/edit_add.png</file>
<file>images/edit_remove.png</file>
<file>images/forward.png</file>
<file>images/usrp_64.png</file>
<file>images/converter_48.png</file>
<file>images/stepper_64.png</file>
<file>images/system-run.png</file>
<file>images/compass-1.png</file>
</qresource>
</RCC>
Binary file added conf/LUT/Ocean/A510_colorscale.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added conf/LUT/Ocean/A531_colorscale.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added conf/LUT/Ocean/CHLO_colorscale.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added conf/LUT/Ocean/EPS78_colorscale.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added conf/LUT/Ocean/K490_colorscale.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added conf/LUT/Ocean/KPAR_colorscale.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added conf/LUT/Ocean/L412_colorscale.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added conf/LUT/Ocean/L443_colorscale.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added conf/LUT/Ocean/L488_colorscale.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added conf/LUT/Ocean/L490_colorscale.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added conf/LUT/Ocean/L510_colorscale.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added conf/LUT/Ocean/L531_colorscale.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added conf/LUT/Ocean/L551_colorscale.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added conf/LUT/Ocean/L555_colorscale.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added conf/LUT/Ocean/L667_colorscale.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added conf/LUT/Ocean/L670_colorscale.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added conf/LUT/Ocean/NDVI_colorscale.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added conf/LUT/Ocean/PAR_colorscale.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added conf/LUT/Ocean/POC_colorscale.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions conf/LUT/Ocean/README.TXT
@@ -0,0 +1,2 @@
Colorscales Used on the Ocean Color Web
source: http://oceancolor.gsfc.nasa.gov/PRODUCTS/colorbars.html
Binary file added conf/LUT/Ocean/SST_colorscale.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added conf/LUT/Ocean/T865_colorscale.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added conf/LUT/Ocean/T869_colorscale.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added conf/LUT/Ocean/Zeu_colorscale.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added conf/LUT/Ocean/calcite_colorbar.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added conf/LUT/Ocean/flh_colorbar.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 207b018

Please sign in to comment.