Skip to content

Commit fa12c31

Browse files
committed
Merge branch 'v6.1.0/devel' into devel
2 parents 7a569c7 + cb31543 commit fa12c31

46 files changed

Lines changed: 1248 additions & 1220 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG

Lines changed: 34 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
6.1.0 (2015-12-14)
2+
3+
Engine
4+
- Add: support for new LI-7500RS and LI-7200RS instruments.
5+
- Refine: introduced a mechanism to allow user to ask EddyPro to select
6+
the most appropriate AoA correction method, based on sonic anemometer
7+
model and serial number. User can also force a selection, or de-select
8+
the correction completely.
9+
- Fix: FLUXNET biomet output file now contains biomet results also when
10+
fast EC data are not available (similar to standard biomet output
11+
file). Also fixed initialization, so that if biomet data is not
12+
available, FLUXNET biomet output file reports -9999.
13+
- Fix: detection of EndIndex in the list of binned spectra files when a
14+
subperiod is selected, which coincides with the period covered by
15+
available spectra files. The bug caused EddyPro not to create ensemble
16+
averaged spectra/cospectra, nor to perform the spectral assessment.
17+
- Fix: SplitCount function, that caused biomet files not to be properly
18+
read (and engine to crash) when only one biomet variable is present in
19+
the external biomet files, besides the timestamp(s).
20+
21+
GUI
22+
- Add: support for new LI-7500RS and LI-7200RS instruments.
23+
- Refine: add automatic selection for the AoA correction method.
24+
- Refine: set the default AoA correction method to automatic selection.
25+
- Add: embedded software version (firmware) field in the anemometer
26+
description table in the metadata editor.
27+
- Refine: enable embedded software version (firmware) field for any
28+
gas analyzer and change it to a free text form.
29+
- Refine: allow project file opening with double-click on Mac.
30+
- Fix: spectral file assessment load button not working properly.
31+
- Fix: essential file path not properly preserved during a run on Windows.
32+
- Refine: set default advanced output settings to typical.
33+
134
6.1.0 (2015-09-30)
235

336
Engine
@@ -139,7 +172,6 @@
139172
SmartFlux update too.
140173
- Refinement: review policies for start/end dates settings.
141174

142-
143175
5.2.1 (2015-01-29)
144176

145177
Engine
@@ -316,7 +348,7 @@
316348

317349
5.0.0 (2013-12-09)
318350
For a complete list of new features see:
319-
http://www.licor.com/env/help/eddypro6/Content/Whats_New.html
351+
http://www.licor.com/env/help/eddypro/topics_eddypro/Whats_New.html
320352

321353
Introduced support to the package creation for SMARTFlux systems.
322354

@@ -697,4 +729,3 @@ http://www.licor.com/env/help/eddypro6/Content/Whats_New.html
697729

698730
2.0.0 (2011-04-05)
699731
- First public release of EddyPro (Express version only).
700-

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,10 +253,10 @@ use of the EddyPro wordmark and logo.
253253
More information is available at:
254254

255255
- http://www.licor.com/eddypro
256-
- http://www.licor.com/env/help/eddypro6/Content/EddyPro_Home.html
256+
- http://www.licor.com/env/help/eddypro/topics_eddypro/EddyPro_Home.html
257257

258258
Be sure to check out the
259-
'[What's new](http://www.licor.com/env/help/eddypro6/Content/Whats_New.html)'
259+
'[What's new](http://www.licor.com/env/help/eddypro/topics_eddypro/Whats_New.html)'
260260
page, which will list any known problems or limitations of the current and
261261
past versions.
262262

docs/EddyPro6_Getting_Started.pdf

-897 KB
Binary file not shown.

docs/EddyPro_QuickStart_12756.pdf

1.11 MB
Binary file not shown.

eddypro_mac.pro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ CONFIG(debug, debug|release) {
9090
QMAKE_CXXFLAGS_WARN_ON += -Wno-global-constructors # static objects
9191
QMAKE_CXXFLAGS_WARN_ON += -Wno-exit-time-destructors # static objects
9292
QMAKE_CXXFLAGS_WARN_ON += -Wno-documentation -Wno-documentation-unknown-command -Wno-documentation-deprecated-sync
93+
94+
QMAKE_PRE_LINK += && $$_PRO_FILE_PWD_/scripts/build/mac-update-translations.sh$$escape_expand(\\n\\t)
9395
}
9496
} else {
9597
TARGET = eddypro

libs.pri

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ CONFIG(debug, debug|release) {
1515
QMAKE_PRE_LINK += $$_PRO_FILE_PWD_/scripts/build/mac-pre-link.sh debug
1616
QMAKE_POST_LINK += $$_PRO_FILE_PWD_/scripts/build/mac-post-link.sh debug
1717
}
18-
unix {
18+
linux {
1919
# quazip
2020
LIBS += -L$$OUT_PWD/../libs/build-quazip-0.7.1-qt-5.5.1-gcc-5.2.0-x86/quazip -lquazip_debug
2121

@@ -38,7 +38,7 @@ CONFIG(debug, debug|release) {
3838
QMAKE_PRE_LINK += $$_PRO_FILE_PWD_/scripts/build/mac-pre-link.sh release
3939
QMAKE_POST_LINK += $$_PRO_FILE_PWD_/scripts/build/mac-post-link.sh release
4040
}
41-
unix {
41+
linux {
4242
# quazip
4343
LIBS += -L$$OUT_PWD/../libs/build-quazip-0.7.1-qt-5.5.1-gcc-5.2.0-x86_64 -lquazip
4444

mac_files/plist/debug/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>NSHumanReadableCopyright</key>
2222
<string>Copyright (c) 2011-2015, LI-COR Biosciences Inc.</string>
2323
<key>CFBundleShortVersionString</key>
24-
<string>6.0.0</string>
24+
<string>6.1.0</string>
2525
<key>CFBundleInfoDictionaryVersion</key>
2626
<string>6.0</string>
2727
<key>CFBundleName</key>

mac_files/plist/release/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>NSHumanReadableCopyright</key>
2222
<string>Copyright (c) 2011-2015, LI-COR Biosciences Inc.</string>
2323
<key>CFBundleShortVersionString</key>
24-
<string>6.0.0</string>
24+
<string>6.1.0</string>
2525
<key>CFBundleInfoDictionaryVersion</key>
2626
<string>6.0</string>
2727
<key>CFBundleName</key>

platform.pri

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ win32 {
2222
RESOURCES += $$_PRO_FILE_PWD_/eddypro_win.qrc
2323
}
2424

25-
unix {
25+
linux {
2626
RESOURCES += $$_PRO_FILE_PWD_/eddypro_lin.qrc
2727
}
2828

0 commit comments

Comments
 (0)