Skip to content

Commit 98797f5

Browse files
Antonio ForgioneAntonio Forgione
authored andcommitted
EddyPro GUI v5.2.0, released on 2014-11-20
1 parent 015ee09 commit 98797f5

993 files changed

Lines changed: 118389 additions & 71532 deletions

File tree

Some content is hidden

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

.gitattributes

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# set the default behavior, in case you don't have core.autocrlf set
2+
* text=auto
3+
4+
# explicitly declare text files you want to always be normalized and converted
5+
# to native line endings on checkout
6+
*.cpp text
7+
*.h text
8+
9+
*.pro text
10+
*.qrc text
11+
*.qss text
12+
*.ts text
13+
14+
*.md text
15+
*.txt text
16+
17+
# declare files that will always have specific line endings on checkout
18+
*.plist eol=lf
19+
*.sh eol=lf
20+
21+
*.bat eol=crlf
22+
*.manifest eol=crlf
23+
*.rc text eol=crlf
24+
25+
# denote all files that are truly binary and should not be modified
26+
*.exe binary
27+
28+
*.gz binary
29+
*.zip binary
30+
31+
*.bmp binary
32+
*.ico binary
33+
*.jpg binary
34+
*.png binary
35+
*.ttf binary
36+
37+
*.qm binary
38+
39+
*.pdf binary
40+
41+
# ignore git specific files when creating archives
42+
.git* export-ignore
43+
44+
# diff png using exiftool
45+
# (see http://git-scm.com/book/en/Customizing-Git-Git-Attributes)
46+
*.png diff=exif
47+

.gitignore

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ thumbs.db
3333

3434
# misc directories
3535
clang-checks
36-
# img*
37-
# quazip*
38-
# wwWidgets*
36+
img*
37+
quazip*
38+
wwWidgets*
39+
dist
3940

4041
# dotfiles
4142
.*
@@ -47,4 +48,5 @@ clang-checks
4748

4849
# exception for .gitignore
4950
!.gitignore
51+
!.gitattributes
5052

ACKNOWLEDGEMENTS

Lines changed: 78 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,78 @@
1-
# Acknowledgements
2-
3-
We would like to thank the whole Eddy Covariance community, the authors,
4-
testers, the users and the following people (and the missing ones), in no
5-
special order, for their collaboration and source code contribution to create
6-
this free software.
7-
8-
## Original Authors
9-
Gerardo Fratini (gerardo.fratini@licor.com): processing engines designer and developer
10-
Antonio Forgione (antonio.forgione@licor.com): GUI designer and developer
11-
Dario Papale (darpap@unitus.it): project manager and coordinator
12-
13-
## Others contributors
14-
Carlo Trotta: code harmonization and documentation
15-
Natascha Kljun: code for footprint estimation, Kljun et al. (2004, BLM)
16-
Taro Nakai: code for angle of attack correction, Nakai et al. (2006, AFM)
17-
Andreas Ibrom: supervision during implementation of a spectral correction procedure, Ibrom et al. (2007, AFM)
18-
Stephen Chan: Revision, refinement and testing of implementation of Massman 2000/2001 spectral correction.
19-
20-
## Software validation (intercomparison)
21-
Juha-Pekka Tuovinen
22-
Andreas Ibrom
23-
Ivan Mammarella
24-
Robert Clement
25-
Meelis Molder
26-
Olaf Kolle
27-
Corinna Rebmann
28-
Matthias Mauder
29-
Jan Elbers
30-
31-
## User testing and bug notifications
32-
Tarek El-Madany
33-
Sergiy Medinets
34-
Beniamino Gioli
35-
Nicola Arriga
36-
Luca Belelli
37-
Michal Heliasz
38-
Bernard Heinesch
39-
Arnaud Carrara
40-
Paik Vestin
41-
Matthias Barthel
42-
Karoline Wischnewski
43-
Matthew Wilkinson
44-
Simone Sabbatini
45-
46-
## Software discussions
47-
Ian Elbers
48-
George Burba
49-
Christian Wille
50-
51-
## Libraries
52-
Arjan van Dijk: libdate module
53-
Michael Baudin, Arjen Markus: m_logging module
54-
University of Chicago: m_levenberg_marquardt from the MINPACK package
55-
netlib.org: FFT routines from the SLATEC Common Mathematical Library
56-
Digia Plc: Qt framework
57-
Boost::math
58-
Trenton Schulz (former Trolltech AS): Fader widget
59-
Morgan Leborgne: QProgressIndicator widget
60-
Witold Wysota: Debug helper class and wwWidgtes library
61-
Sergey A. Tachenov: QuaZIP
62-
Mark Summerfield: classes from the book 'Advanced Qt Programming'
63-
64-
## Tools
65-
GForan compiler
66-
MinGW compiler and GDB debugger
67-
Clang compiler
68-
Digia Plc: Qt Creator IDE
69-
Code::Blocks IDE
1+
# Acknowledgements
2+
3+
We would like to thank the whole Eddy Covariance community, the authors,
4+
testers, the users and the following people (and the missing ones), in no
5+
special order, for their collaboration and source code contribution to create
6+
this free software.
7+
8+
## Original Authors
9+
10+
- Gerardo Fratini (gerardo.fratini@licor.com): processing engines designer and developer
11+
- Antonio Forgione (antonio.forgione@licor.com): GUI designer and developer
12+
- Dario Papale (darpap@unitus.it): project manager and coordinator
13+
14+
15+
## Others contributors
16+
17+
- Carlo Trotta: code harmonization and documentation
18+
- Natascha Kljun: code for footprint estimation, Kljun et al. (2004, BLM)
19+
- Taro Nakai: code for angle of attack correction, Nakai et al. (2006, AFM)
20+
- Andreas Ibrom: supervision during implementation of a spectral correction procedure, Ibrom et al. (2007, AFM)
21+
- Stephen Chan: Revision, refinement and testing of implementation of Massman 2000/2001 spectral correction.
22+
23+
24+
## Software validation (intercomparison)
25+
26+
- Juha-Pekka Tuovinen
27+
- Andreas Ibrom
28+
- Ivan Mammarella
29+
- Robert Clement
30+
- Meelis Molder
31+
- Olaf Kolle
32+
- Corinna Rebmann
33+
- Matthias Mauder
34+
- Jan Elbers
35+
36+
## User testing and bug notifications
37+
38+
- Tarek El-Madany
39+
- Sergiy Medinets
40+
- Beniamino Gioli
41+
- Nicola Arriga
42+
- Luca Belelli
43+
- Michal Heliasz
44+
- Bernard Heinesch
45+
- Arnaud Carrara
46+
- Paik Vestin
47+
- Matthias Barthel
48+
- Karoline Wischnewski
49+
- Matthew Wilkinson
50+
- Simone Sabbatini
51+
52+
## Software discussions
53+
54+
- Ian Elbers
55+
- George Burba
56+
- Christian Wille
57+
58+
## Libraries
59+
60+
- Arjan van Dijk: libdate module
61+
- Michael Baudin, Arjen Markus: m_logging module
62+
- University of Chicago: m_levenberg_marquardt from the MINPACK package
63+
- netlib.org: FFT routines from the SLATEC Common Mathematical Library
64+
- Digia Plc: Qt framework
65+
- Boost
66+
- Trenton Schulz (former Trolltech AS): Fader widget
67+
- Morgan Leborgne: QProgressIndicator widget
68+
- Witold Wysota: Debug helper class and wwWidgtes library
69+
- Sergey A. Tachenov: QuaZIP
70+
- Mark Summerfield: classes from the book 'Advanced Qt Programming'
71+
72+
## Tools
73+
74+
- GFortran compiler
75+
- MinGW compiler and GDB debugger
76+
- Clang compiler
77+
- Digia Plc: Qt Creator IDE
78+
- Code::Blocks IDE

0 commit comments

Comments
 (0)