solo3-20160613.src

所属分类:通讯编程
开发工具:C/C++
文件大小:1855KB
下载次数:1
上传日期:2016-11-17 16:11:53
上 传 者hy212q
说明:  solo3是一个雷达数据的查看器,支持WSR88-D型号,里面也包括xltrs3的数据转换工具
(C++ version of solo radial data viewer. Includes xltrs3 data translation utility.)

文件列表:
solo3-20160613\aclocal.m4 (53236, 2016-06-14)
solo3-20160613\apps_check_list (133, 2014-01-03)
solo3-20160613\ar-lib (5826, 2015-01-07)
solo3-20160613\autom4te.cache\output.0 (285225, 2015-09-05)
solo3-20160613\autom4te.cache\output.1 (305609, 2016-06-14)
solo3-20160613\autom4te.cache\output.2 (291381, 2016-06-14)
solo3-20160613\autom4te.cache\output.3 (305609, 2016-06-14)
solo3-20160613\autom4te.cache\output.4 (786424, 2016-06-09)
solo3-20160613\autom4te.cache\output.5 (334186, 2016-06-13)
solo3-20160613\autom4te.cache\requests (54090, 2016-06-14)
solo3-20160613\autom4te.cache\traces.0 (118943, 2015-09-05)
solo3-20160613\autom4te.cache\traces.1 (43384, 2016-06-14)
solo3-20160613\autom4te.cache\traces.2 (121767, 2016-06-14)
solo3-20160613\autom4te.cache\traces.3 (122490, 2016-06-14)
solo3-20160613\autom4te.cache\traces.4 (127552, 2016-06-09)
solo3-20160613\autom4te.cache\traces.5 (43323, 2016-06-13)
solo3-20160613\build_solo3 (2003, 2014-01-03)
solo3-20160613\build_solo3_formula (2281, 2014-07-29)
solo3-20160613\build_solo3_homebrew (65, 2014-01-03)
solo3-20160613\build_soloii_rpm (3083, 2014-01-03)
solo3-20160613\check_apps (1093, 2014-01-03)
solo3-20160613\check_libs (1089, 2014-01-03)
solo3-20160613\compile (7333, 2015-01-07)
solo3-20160613\config.guess (42938, 2015-01-07)
solo3-20160613\config.h.in (3825, 2016-06-14)
solo3-20160613\config.h.in~ (3681, 2016-06-13)
solo3-20160613\config.sub (36006, 2015-01-07)
solo3-20160613\configure (304587, 2016-06-14)
solo3-20160613\configure.ac (5511, 2016-06-10)
solo3-20160613\configure.bak (284355, 2015-09-05)
solo3-20160613\COPYRIGHT.TXT (1728, 2014-01-03)
solo3-20160613\depcomp (23566, 2015-01-07)
solo3-20160613\editor\AbsoluteValueCmd.cc (2354, 2014-01-03)
solo3-20160613\editor\AbsoluteValueCmd.hh (887, 2014-01-03)
solo3-20160613\editor\AddFieldCmd.cc (3753, 2014-01-03)
solo3-20160613\editor\AddFieldCmd.hh (857, 2014-01-03)
solo3-20160613\editor\AddValueCmd.cc (3158, 2014-01-03)
solo3-20160613\editor\AddValueCmd.hh (857, 2014-01-03)
solo3-20160613\editor\AndBadFlagsCmd.cc (2937, 2014-01-03)
solo3-20160613\editor\AndBadFlagsCmd.hh (875, 2014-01-03)
... ...

This README is for version 3.00 of solo and xltrs ------------------------------------------------- Downloading =========== Download from https://www.eol.ucar.edu/software/solo3 The solo3 distribution will be in a file similar to: solo3-20131208.src_.tgz Dependencies ============ To build solo3, you need to install: X11-dev gtk+-2.0-dev gtkmm-2.4-dev glib-2.0-dev glibmm-2.4-dev For Mac OS X, HomeBrew, http://brew.sh/ is the supported environment for building solo3. Install Homebrew from http://brew.sh/ To build and install solo3: brew install ftp://ftp.eol.ucar.edu/pub/archive/rdpdist/solo3.rb For some RedHat releases, the libraries may be named: libX11-devel gtk+-devel gtkmm24-devel glib-devel glibmm24-devel Building ======== Use configure to build solo. For example: tar xvfz solo3-20120514.src.tgz cd solo3-20120514 ./configure --prefix=/usr/local make make install If you are compiling on Centos, you will need to explicitly create an m4 subdirectory for the autoconf utilities to use and include the --enable-centos flag on your configure command line. For example: mkdir m4 ./configure --prefix=/usr/local --enable-centos The following apps are installed: solo3 (previously soloii) xltrs3 (previously xltrsii) ddex3 (previously ddex) nx_reblock3 (previously nx_reblock) Notes for ***-bit OS build ========================= solo3 is natively supported on ***-bit operating systems. Therefore the build should be the same on both 32-bit and ***-bit operating systems. Change Log ========== version 3.00 (2012/05/14): o upgraded to C++ o ***-bit native support o GUI components modified to use gtkmm widgets version 1.20 (2010/12/6): o fixed memory overruns which were causing problems when changing display configuration, e.g., when loading saved configuration files version 1.19: o actually tell people that we cannot display floating-point DORADE data, rather than just silently drawing a bunch of gray o bump maximum gate count we handle from 1500 to 8192 o disable tape I/O on systems without /usr/include/sys/mtio.h (e.g., Mac Snow Leopard) o add "-m32" flag to compilation and linking for builds on OS X, to force making 32-bit executables version 1.18: Introduce first-cut support for Mac OS X. Solo3 has been tested briefly (on a Leopard x86 system), and will display and perform basic edits on DORADE sweep files. version 1.17: For xltrsii, fixed a problem where the Nyquist velocity written into sweep files was retained from sweep to sweep, even when PRT changed between sweeps. version 1.16: Added directions for building on ***-bit systems. Added xltrsii support for PIRAQX rev 2 data (generated by newer ARC HiQ systems). Added documentation for PIRAQX options in translate/README.xltrsii.html. version 1.15: Cleaned code to make it work with newer compilers without generating warnings and made configure more robust. version 1.14: Added yum netcdf install paths to configure script. version 1.13: Fixed some bugs for Dorade to netCDF conversion. version 1.12: For linux machines compiles with the -m32 flag to force 32 bit compiles on *** bit machines. version 1.11: Changed the mode permissions for open/creat calls to 666. version 1.10: Updates for Fedora Core 4. version 1.09: Found bug in logging code. String sizes were not large enough. version 1.08: Hooked up logging function for examine widget. version 1.07: Modified translators to work with new WSR88D archive II format.

近期下载者

相关文件


收藏者