Skip to content

Commit

Permalink
EddyPro GUI v5.2.0, released on 2014-11-20
Browse files Browse the repository at this point in the history
  • Loading branch information
emiola committed Aug 19, 2015
1 parent 015ee09 commit e7f985a
Show file tree
Hide file tree
Showing 993 changed files with 118,389 additions and 71,532 deletions.
47 changes: 47 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# set the default behavior, in case you don't have core.autocrlf set
* text=auto

# explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout
*.cpp text
*.h text

*.pro text
*.qrc text
*.qss text
*.ts text

*.md text
*.txt text

# declare files that will always have specific line endings on checkout
*.plist eol=lf
*.sh eol=lf

*.bat eol=crlf
*.manifest eol=crlf
*.rc text eol=crlf

# denote all files that are truly binary and should not be modified
*.exe binary

*.gz binary
*.zip binary

*.bmp binary
*.ico binary
*.jpg binary
*.png binary
*.ttf binary

*.qm binary

*.pdf binary

# ignore git specific files when creating archives
.git* export-ignore

# diff png using exiftool
# (see http://git-scm.com/book/en/Customizing-Git-Git-Attributes)
*.png diff=exif

8 changes: 5 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ thumbs.db

# misc directories
clang-checks
# img*
# quazip*
# wwWidgets*
img*
quazip*
wwWidgets*
dist

# dotfiles
.*
Expand All @@ -47,4 +48,5 @@ clang-checks

# exception for .gitignore
!.gitignore
!.gitattributes

147 changes: 78 additions & 69 deletions ACKNOWLEDGEMENTS
Original file line number Diff line number Diff line change
@@ -1,69 +1,78 @@
# Acknowledgements

We would like to thank the whole Eddy Covariance community, the authors,
testers, the users and the following people (and the missing ones), in no
special order, for their collaboration and source code contribution to create
this free software.

## Original Authors
Gerardo Fratini (gerardo.fratini@licor.com): processing engines designer and developer
Antonio Forgione (antonio.forgione@licor.com): GUI designer and developer
Dario Papale (darpap@unitus.it): project manager and coordinator

## Others contributors
Carlo Trotta: code harmonization and documentation
Natascha Kljun: code for footprint estimation, Kljun et al. (2004, BLM)
Taro Nakai: code for angle of attack correction, Nakai et al. (2006, AFM)
Andreas Ibrom: supervision during implementation of a spectral correction procedure, Ibrom et al. (2007, AFM)
Stephen Chan: Revision, refinement and testing of implementation of Massman 2000/2001 spectral correction.

## Software validation (intercomparison)
Juha-Pekka Tuovinen
Andreas Ibrom
Ivan Mammarella
Robert Clement
Meelis Molder
Olaf Kolle
Corinna Rebmann
Matthias Mauder
Jan Elbers

## User testing and bug notifications
Tarek El-Madany
Sergiy Medinets
Beniamino Gioli
Nicola Arriga
Luca Belelli
Michal Heliasz
Bernard Heinesch
Arnaud Carrara
Paik Vestin
Matthias Barthel
Karoline Wischnewski
Matthew Wilkinson
Simone Sabbatini

## Software discussions
Ian Elbers
George Burba
Christian Wille

## Libraries
Arjan van Dijk: libdate module
Michael Baudin, Arjen Markus: m_logging module
University of Chicago: m_levenberg_marquardt from the MINPACK package
netlib.org: FFT routines from the SLATEC Common Mathematical Library
Digia Plc: Qt framework
Boost::math
Trenton Schulz (former Trolltech AS): Fader widget
Morgan Leborgne: QProgressIndicator widget
Witold Wysota: Debug helper class and wwWidgtes library
Sergey A. Tachenov: QuaZIP
Mark Summerfield: classes from the book 'Advanced Qt Programming'

## Tools
GForan compiler
MinGW compiler and GDB debugger
Clang compiler
Digia Plc: Qt Creator IDE
Code::Blocks IDE
# Acknowledgements

We would like to thank the whole Eddy Covariance community, the authors,
testers, the users and the following people (and the missing ones), in no
special order, for their collaboration and source code contribution to create
this free software.

## Original Authors

- Gerardo Fratini (gerardo.fratini@licor.com): processing engines designer and developer
- Antonio Forgione (antonio.forgione@licor.com): GUI designer and developer
- Dario Papale (darpap@unitus.it): project manager and coordinator


## Others contributors

- Carlo Trotta: code harmonization and documentation
- Natascha Kljun: code for footprint estimation, Kljun et al. (2004, BLM)
- Taro Nakai: code for angle of attack correction, Nakai et al. (2006, AFM)
- Andreas Ibrom: supervision during implementation of a spectral correction procedure, Ibrom et al. (2007, AFM)
- Stephen Chan: Revision, refinement and testing of implementation of Massman 2000/2001 spectral correction.


## Software validation (intercomparison)

- Juha-Pekka Tuovinen
- Andreas Ibrom
- Ivan Mammarella
- Robert Clement
- Meelis Molder
- Olaf Kolle
- Corinna Rebmann
- Matthias Mauder
- Jan Elbers

## User testing and bug notifications

- Tarek El-Madany
- Sergiy Medinets
- Beniamino Gioli
- Nicola Arriga
- Luca Belelli
- Michal Heliasz
- Bernard Heinesch
- Arnaud Carrara
- Paik Vestin
- Matthias Barthel
- Karoline Wischnewski
- Matthew Wilkinson
- Simone Sabbatini

## Software discussions

- Ian Elbers
- George Burba
- Christian Wille

## Libraries

- Arjan van Dijk: libdate module
- Michael Baudin, Arjen Markus: m_logging module
- University of Chicago: m_levenberg_marquardt from the MINPACK package
- netlib.org: FFT routines from the SLATEC Common Mathematical Library
- Digia Plc: Qt framework
- Boost
- Trenton Schulz (former Trolltech AS): Fader widget
- Morgan Leborgne: QProgressIndicator widget
- Witold Wysota: Debug helper class and wwWidgtes library
- Sergey A. Tachenov: QuaZIP
- Mark Summerfield: classes from the book 'Advanced Qt Programming'

## Tools

- GFortran compiler
- MinGW compiler and GDB debugger
- Clang compiler
- Digia Plc: Qt Creator IDE
- Code::Blocks IDE
Loading

0 comments on commit e7f985a

Please sign in to comment.