commit ad03f31daf9b3b586c923edc221b4742d7062fbb
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Thu Sep 19 21:46:42 2019 +0200

    Version in configure

 configure-testing | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 70fd6ce357678f43e497d011ae7e24cc8d9888d9
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Thu Sep 19 21:30:01 2019 +0200

    Version 3.1.0

 admin/version-testing | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 705d8c0de6700756c05ed45e7769821c686d2efe
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Tue Sep 17 11:31:24 2019 +0200

    Removal of obsolete classes

 configure-testing           |  11 +---
 src/ArrayCore.h             |   3 -
 src/FKLoop.cpp              |  13 ++--
 src/FKProcess.cpp           |   1 -
 src/FKProcess.h             |   1 -
 src/LinearFKPassiveLoop.cpp | 141 --------------------------------------------
 src/LinearFKPassiveLoop.h   |  66 ---------------------
 src/LinearFKSearch.cpp      |  47 ---------------
 src/LinearFKSearch.h        |  56 ------------------
 src/LinearHRFKSearch.cpp    |  38 ------------
 src/LinearHRFKSearch.h      |  45 --------------
 11 files changed, 7 insertions(+), 415 deletions(-)

commit ade2932cc57ff30e4cc3db85859b53672d9665a4
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Mon Sep 16 16:27:45 2019 +0200

    Fix damping
    
    Not directly on SVD but just diagonal loading, relative to trace/N

 src/FKProcess.cpp | 32 ++++++--------------------------
 1 file changed, 6 insertions(+), 26 deletions(-)

commit 8a892e4a5ecebe2b5befe6c1bb1adc1a52035829
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Mon Sep 16 14:09:25 2019 +0200

    Comment gradient to reduce size of cache

 src/AbstractFKFunction.cpp                     | 18 +++++------
 src/AbstractFKFunction.h                       | 18 +++++------
 src/ConvFKRadial.cpp                           |  4 +--
 src/ConvFKRayleigh.cpp                         |  4 +--
 src/ConvFKTransverse.cpp                       |  4 +--
 src/FKGradientSearch.cpp                       |  4 +--
 src/FKGradientSearch.h                         |  4 +--
 src/FKParameters.cpp                           |  2 +-
 src/FKPower.h                                  | 32 ++++++++++----------
 src/FKProcess.cpp                              | 41 +++++++++++++++-----------
 src/FKSteering.cpp                             | 15 ++++++----
 src/FKSteering.h                               | 13 ++++----
 src/FKSteeringOneComponent.cpp                 |  6 ++--
 src/FKSteeringOneComponent.h                   |  4 +--
 src/FKSteeringThreeComponentRayleighRadial.cpp | 23 ++++++++-------
 src/FKSteeringThreeComponentRayleighRadial.h   |  4 +--
 src/HRFKDirectRayleigh.cpp                     |  8 +++--
 src/HRFKDirectRayleigh.h                       | 10 +++----
 src/HRFKRadial.cpp                             |  4 +--
 src/HRFKTransverse.cpp                         |  4 +--
 src/HRFKVertical.cpp                           |  4 +++
 src/HRFKVertical.h                             |  8 ++---
 22 files changed, 129 insertions(+), 105 deletions(-)

commit 0dffde62c79cf06b42faa44fd6c467e04810fb45
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Fri Sep 13 15:14:17 2019 +0200

    Working ActiveFK
    
    HRFK seems to have problems... still to fix

 configure-testing                                |  20 +-
 src/ActiveConvFKRayleigh.cpp                     |   4 +-
 src/ActiveConvFKRayleigh.h                       |   4 +-
 src/ActiveConvFKVertical.cpp                     |  42 ++--
 src/ActiveConvFKVertical.h                       |   8 +-
 src/ActiveFKParameters.cpp                       | 171 +++++++++++++++
 src/ActiveFKParameters.h                         |  69 ++++++
 src/ActiveFKSteering.cpp                         |   5 +-
 src/ActiveFKSteering.h                           |  28 +--
 src/ActiveFKSteeringOneComponent.cpp             |  48 +++++
 src/ActiveFKSteeringOneComponent.h               |  45 ++++
 src/{LinearFKActiveTool.cpp => ActiveFKTool.cpp} |  29 +--
 src/{LinearFKActiveTool.h => ActiveFKTool.h}     |  20 +-
 src/ActiveFKToolSet.cpp                          | 184 ++++++++++++++++
 src/ActiveFKToolSet.h                            |  71 ++++++
 src/ActiveHRFKDirectRayleigh.h                   |   4 +-
 src/ActiveHRFKRayleigh.h                         |   4 +-
 src/ActiveHRFKRayleighEllipticity.h              |  20 +-
 src/ActiveHRFKVertical.cpp                       |   9 +-
 src/ActiveHRFKVertical.h                         |   4 +-
 src/ArrayCore.h                                  |   6 +-
 src/ArrayParameters.cpp                          |  10 +-
 src/ArrayParameters.h                            |   6 +-
 src/ArrayProcess.cpp                             |  11 +-
 src/ArraySelection.cpp                           |  17 ++
 src/ArraySelection.h                             |   4 +-
 src/ArrayStationSignals.cpp                      |  21 +-
 src/ArrayStationSignals.h                        |   1 +
 src/ConvFKRadial.h                               |   4 +-
 src/ConvFKRayleigh.h                             |   4 +-
 src/ConvFKTransverse.h                           |   4 +-
 src/ConvFKVertical.h                             |   4 +-
 src/FKLoop.cpp                                   |  23 +-
 src/FKLoop.h                                     |   2 +-
 src/FKParameters.cpp                             |   2 +-
 src/FKProcess.cpp                                | 195 +++++++++--------
 src/FKProcess.h                                  |   9 +-
 src/GaussianFrequencyBand.cpp                    |   7 +
 src/HRFKDirectLove.h                             |   2 +-
 src/HRFKDirectRadial.h                           |   4 +-
 src/HRFKDirectRayleigh.cpp                       |   4 +-
 src/HRFKDirectRayleighFixedEll.h                 |   4 +-
 src/HRFKDirectRayleighRadial.h                   |   4 +-
 src/HRFKDirectRayleighRefined.h                  |   4 +-
 src/HRFKDirectRayleighVertical.h                 |   4 +-
 src/HRFKRadial.h                                 |   4 +-
 src/HRFKRayleigh.cpp                             |   4 +-
 src/HRFKRayleigh.h                               |   2 +-
 src/HRFKTransverse.h                             |   4 +-
 src/LinearFKParameters.cpp                       | 264 -----------------------
 src/LinearFKParameters.h                         | 119 ----------
 src/MuttiArrayFKLoop.h                           |   2 +-
 src/OmniFKRayleigh.h                             |   4 +-
 src/OmniFKVertical.h                             |   8 +-
 src/PoggiFKRadial.h                              |   4 +-
 src/PoggiFKVertical.h                            |   4 +-
 src/SPACLoop.cpp                                 |   3 +-
 57 files changed, 908 insertions(+), 659 deletions(-)

commit 0b736665affb5d6e9c0b8c2205defff36a0591c9
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Mon Sep 2 14:25:14 2019 +0200

    Starting LinearFKActiveTool in core

 configure-testing          |  5 +++-
 src/ArrayCore.h            |  1 +
 src/FKProcess.cpp          |  2 +-
 src/LinearFKActiveTool.cpp | 67 ++++++++++++++++++++++++++++++++++++++++++++++
 src/LinearFKActiveTool.h   | 49 +++++++++++++++++++++++++++++++++
 5 files changed, 122 insertions(+), 2 deletions(-)

commit 16cf251bda1466ae4bbd5d5ef7ce9b0e0cc1f650
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Mon Aug 26 18:04:28 2019 +0200

    Commit version to configure script

 configure-testing | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 039d49689bfdd9f7f5f2ba1420535fabda56a0ba
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Mon Aug 26 16:29:57 2019 +0200

    Version 3.0.0

 admin/version-testing | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit c4f4f94f189373f00678d16860674ca05da6375e
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Mon Aug 26 16:19:26 2019 +0200

    Install DLL in bin for Windows

 configure-testing | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

commit 6acc1075a8be471132e4858d43b5ccfd63b13391
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Thu Aug 22 11:43:37 2019 +0200

    configure does not generate src/PACKAGEVersion

 configure-testing | 32 +-------------------------------
 1 file changed, 1 insertion(+), 31 deletions(-)

commit dd664ee497bcff60bbab5823eab2abc6c1c5180c
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Tue Aug 20 12:38:55 2019 +0200

    Force creation of InstallPath and Version
    
    Instead of manually add them in the lists

 configure-testing | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 75aac1dbaabfe5432839803fa90a0ab9fc84bbf6
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Tue Aug 20 11:58:57 2019 +0200

    Split configure in configure-$BRANCH

 configure => configure-testing | 36 ++++++++++++++++++++++++++----------
 1 file changed, 26 insertions(+), 10 deletions(-)

commit d783b77596d19396557b871b57d6e193a4828031
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Tue Aug 20 10:54:07 2019 +0200

    PACKAGEVersion.h removed from git

 src/ArrayCoreVersion.h | 6 ------
 1 file changed, 6 deletions(-)

commit a453a49e809f8d37723dff812c1f9d3de5e783a5
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Tue Aug 20 09:23:54 2019 +0200

    Default to Refined grid

 src/FKLoop.cpp       | 2 +-
 src/FKParameters.cpp | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 65510b4c3a3e6e49baf5aca9affe3d66703ffd8a
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Tue Aug 13 12:27:51 2019 +0200

    First successful build after merging devel

 configure              | 6 +++---
 src/ArrayCoreVersion.h | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

commit 9bd1c78d6ad86d3bfbb97b0c6b7e78a5738be33f
Merge: 63216fa e732c2d
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Mon Aug 12 23:28:47 2019 +0200

    Merge branch 'devel' into testing

commit e732c2d0173819dd2be087de4e8f657971a12ee9
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Mon Aug 12 15:55:12 2019 +0200

    Polar grid search temporarily commented

 src/FKPolarGradientSearch.cpp | 3 ++-
 src/FKPolarGradientSearch.h   | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

commit a7aa18ff662eb7c80222a94bdbec9ef6c7170d44
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Fri Aug 9 12:03:04 2019 +0200

    Gradient for 3C FK under devel

 configure                                      |   5 +-
 src/AbstractArrayResults.cpp                   |   2 +-
 src/AbstractFKFunction.cpp                     |  23 +-
 src/AbstractFKFunction.h                       |   8 +-
 src/ActiveHRFKDirectRayleigh.cpp               |   2 +-
 src/ArrayCore.h                                |   1 +
 src/ArrayProcess.cpp                           |  52 ++--
 src/ArrayStationSignals.cpp                    |   7 +-
 src/ConvFKRadial.cpp                           |   4 +-
 src/ConvFKRayleigh.cpp                         |   4 +-
 src/ConvFKTransverse.cpp                       |   4 +-
 src/ConvFKVertical.cpp                         |   4 +-
 src/FKCache.cpp                                |  13 +
 src/FKCache.h                                  |   3 +
 src/FKGradientSearch.cpp                       | 314 +++++++++++++++++--------
 src/FKGradientSearch.h                         |  24 +-
 src/FKLoop.cpp                                 |   1 +
 src/FKParameters.cpp                           |   8 +-
 src/FKPolarGradientSearch.cpp                  | 256 ++++++++++++++++++++
 src/FKPolarGradientSearch.h                    |  70 ++++++
 src/FKPower.h                                  | 170 ++++++++-----
 src/FKProcess.cpp                              | 246 ++++++++++++-------
 src/FKSteering.cpp                             |  12 +
 src/FKSteering.h                               |   6 +-
 src/FKSteeringOneComponent.cpp                 |   4 +-
 src/FKSteeringOneComponent.h                   |   2 +-
 src/FKSteeringThreeComponentRayleighRadial.cpp | 102 ++++++--
 src/FKSteeringThreeComponentRayleighRadial.h   |   4 +-
 src/FKSteeringTwoComponentRayleighRadial.h     |   4 +-
 src/HRFKDirectLove.cpp                         |   4 +-
 src/HRFKDirectRadial.cpp                       |   4 +-
 src/HRFKDirectRayleigh.cpp                     |  71 +++---
 src/HRFKDirectRayleigh.h                       |  12 +-
 src/HRFKDirectRayleighFixedEll.cpp             |   4 +-
 src/HRFKDirectRayleighRadial.cpp               |   4 +-
 src/HRFKDirectRayleighRefined.cpp              |   2 +-
 src/HRFKDirectRayleighVertical.cpp             |   4 +-
 src/HRFKRadial.cpp                             |   4 +-
 src/HRFKRayleigh.cpp                           |  18 +-
 src/HRFKRayleigh.h                             |   3 +-
 src/HRFKRayleighEllipticity.cpp                |   8 +-
 src/HRFKTransverse.cpp                         |   4 +-
 src/HRFKVertical.cpp                           |  25 +-
 src/HRFKVertical.h                             |   8 +-
 src/OmniFKRayleigh.cpp                         |   4 +-
 src/OmniFKVertical.cpp                         |   8 +-
 src/SPACLoop.cpp                               |   5 +-
 src/SPACProcess.cpp                            |   6 +-
 src/SPACProcess.h                              |   2 +-
 49 files changed, 1146 insertions(+), 409 deletions(-)

commit 4dd837aca8e61072eaaea50e499f095f86c405cc
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Tue May 21 11:45:56 2019 +0200

    Fix tipo in comment

 src/FKParameters.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a633af5d64b2b4b0367d9a5b51eec37893c6e47b
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Tue May 21 10:21:44 2019 +0200

    Version 0.0.0-snapshot-20190521

 admin/version-devel    | 4 ++--
 src/ArrayCoreVersion.h | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 671117b0faf7e6d91e7e30fa8bce7871512eb19b
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Tue May 21 09:59:29 2019 +0200

    Split climbing in grid and free climbing

 src/AbstractFKFunction.cpp |  2 +
 src/FKGradientSearch.cpp   | 97 +++++++++++++++++++++++++++++++++++++---------
 src/FKGradientSearch.h     |  9 ++---
 src/FKParameters.cpp       |  4 +-
 4 files changed, 85 insertions(+), 27 deletions(-)

commit fff4ebc542743980555cff3bc09304862734a2e0
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Fri May 17 13:07:05 2019 +0200

    Preparing for three component gradient search

 configure                                        |   2 +-
 src/AbstractFKFunction.cpp                       |  34 +++++++
 src/AbstractFKFunction.h                         |   8 +-
 src/FKGradientSearch.cpp                         |  56 +++++------
 src/FKGradientSearch.h                           |  12 ++-
 src/FKPower.h                                    | 113 +++++++++++++++++------
 src/FKSteering.cpp                               |  14 +--
 src/FKSteering.h                                 |  10 +-
 src/FKSteeringOneComponent.cpp                   |  24 ++---
 src/FKSteeringThreeComponentRayleighFixedEll.cpp |   4 +-
 src/FKSteeringThreeComponentRayleighRadial.cpp   |  71 ++++++++++++--
 src/FKSteeringThreeComponentRayleighRadial.h     |   4 +-
 src/FKSteeringThreeComponentRayleighVertical.cpp |   4 +-
 src/FKSteeringTwoComponentConvRayleigh.cpp       |   4 +-
 src/FKSteeringTwoComponentRadial.cpp             |   4 +-
 src/FKSteeringTwoComponentRayleighRadial.cpp     |   4 +-
 src/FKSteeringTwoComponentRayleighVertical.cpp   |   4 +-
 src/FKSteeringTwoComponentTransverse.cpp         |   4 +-
 src/HRFKDirectRayleigh.cpp                       |  31 +++++++
 src/HRFKDirectRayleigh.h                         |   9 ++
 src/HRFKVertical.cpp                             |  52 ++---------
 src/HRFKVertical.h                               |   8 +-
 22 files changed, 318 insertions(+), 158 deletions(-)

commit 3bfad88ff63be18a25bba8088efae7e6642bf626
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Mon May 13 14:50:45 2019 +0200

    Option for inversion method
    
    gradient or refined grid
    Add CACHE_GRID_STEP for gradient cache grid
    Obsolete qSort replaced by std::sort

 src/AbstractFKFunction.cpp |   4 +-
 src/AbstractFKFunction.h   |   2 +-
 src/ArraySelection.cpp     |   2 +-
 src/FKGradientSearch.cpp   |  64 +++++++++++++++-------------
 src/FKGradientSearch.h     |   2 +-
 src/FKGridSearch.cpp       |   2 +-
 src/FKParameters.cpp       | 102 +++++++++++++++++++++++++++++++++++++--------
 src/FKParameters.h         |  16 ++++++-
 src/FKPeaks.cpp            |   2 +-
 src/FKProcess.cpp          |  15 ++++---
 src/HRFKVertical.cpp       |  13 +++---
 src/HRFKVertical.h         |   3 +-
 src/RingPairs.cpp          |   2 +-
 src/SPACProcess.cpp        |   2 +-
 src/SPACRing.cpp           |   2 +-
 15 files changed, 160 insertions(+), 73 deletions(-)

commit 74f1a5d91006f8856cbe5bf85b45914cb920bff3
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Tue May 7 16:30:14 2019 +0200

    Minor correction for EPOS demo

 src/FKParameters.cpp |  4 ++--
 src/FKPeaks.cpp      |  2 +-
 src/FKResults.cpp    | 31 ++++++++++++++++++-------------
 3 files changed, 21 insertions(+), 16 deletions(-)

commit de16d99593835a9ba08d57cec7a88e85d27cd121
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Tue May 7 11:30:08 2019 +0200

    Add curve filter for kmin and kmax

 src/FKResults.cpp | 1 +
 1 file changed, 1 insertion(+)

commit 2b662fdf4518f4e8a40f6402adf0589b967a2f0c
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Tue May 7 11:07:52 2019 +0200

    Back to grid search for avios demo

 src/FKProcess.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit e2e8d5208fcfb90fcc553d76b1b588001e17b4e1
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Tue May 7 10:20:39 2019 +0200

    Gradient search under devel

 src/ArrayStationSignals.cpp | 28 ++++++++++++++++++++++++++--
 src/FKLoop.cpp              |  1 +
 src/FKProcess.cpp           |  6 +++---
 3 files changed, 30 insertions(+), 5 deletions(-)

commit 5c0fbd1b7a8ada8594616d24b5e5c4d8319d52be
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Sun May 5 23:24:47 2019 +0200

    Fast FK based on gradient and hessian
    
    DTFT under test

 src/AbstractFKFunction.h                         |   5 +-
 src/ActiveHRFKDirectRayleigh.cpp                 |   2 +-
 src/ArrayProcess.cpp                             |   9 +-
 src/ArrayProcess.h                               |   2 +-
 src/ArrayStationSignals.cpp                      |   6 +-
 src/ArrayStationSignals.h                        |   5 +-
 src/ConvFKRadial.cpp                             |   6 +-
 src/ConvFKRayleigh.cpp                           |   6 +-
 src/ConvFKTransverse.cpp                         |   7 +-
 src/ConvFKVertical.cpp                           |   6 +-
 src/FKGradientSearch.cpp                         | 244 +++++++++++++----------
 src/FKGradientSearch.h                           |  42 +++-
 src/FKLoop.cpp                                   |  18 +-
 src/FKPower.h                                    | 105 +++++-----
 src/FKProcess.cpp                                |  70 +++----
 src/FKProcess.h                                  |   3 +-
 src/FKSteering.cpp                               |  27 +--
 src/FKSteering.h                                 |  10 +-
 src/FKSteeringOneComponent.cpp                   |  46 ++---
 src/FKSteeringOneComponent.h                     |   4 +-
 src/FKSteeringThreeComponentRayleighFixedEll.cpp |   3 +-
 src/FKSteeringThreeComponentRayleighFixedEll.h   |   4 +-
 src/FKSteeringThreeComponentRayleighRadial.cpp   |   3 +-
 src/FKSteeringThreeComponentRayleighRadial.h     |   4 +-
 src/FKSteeringThreeComponentRayleighVertical.cpp |   3 +-
 src/FKSteeringThreeComponentRayleighVertical.h   |   4 +-
 src/FKSteeringTwoComponentConvRayleigh.cpp       |   3 +-
 src/FKSteeringTwoComponentConvRayleigh.h         |   4 +-
 src/FKSteeringTwoComponentRadial.cpp             |   3 +-
 src/FKSteeringTwoComponentRadial.h               |   4 +-
 src/FKSteeringTwoComponentRayleighRadial.cpp     |   3 +-
 src/FKSteeringTwoComponentRayleighRadial.h       |   4 +-
 src/FKSteeringTwoComponentRayleighVertical.cpp   |   3 +-
 src/FKSteeringTwoComponentRayleighVertical.h     |   4 +-
 src/FKSteeringTwoComponentTransverse.cpp         |   3 +-
 src/FKSteeringTwoComponentTransverse.h           |   4 +-
 src/HRFKDirectLove.cpp                           |  17 +-
 src/HRFKDirectLove.h                             |   3 +-
 src/HRFKDirectRadial.cpp                         |   6 +-
 src/HRFKDirectRayleigh.cpp                       |  18 +-
 src/HRFKDirectRayleigh.h                         |   5 +-
 src/HRFKDirectRayleighFixedEll.cpp               |   6 +-
 src/HRFKDirectRayleighRadial.cpp                 |   6 +-
 src/HRFKDirectRayleighVertical.cpp               |   6 +-
 src/HRFKRadial.cpp                               |   6 +-
 src/HRFKRayleigh.cpp                             |   4 +-
 src/HRFKRayleighEllipticity.cpp                  |  36 +++-
 src/HRFKRayleighEllipticity.h                    |  33 +--
 src/HRFKTransverse.cpp                           |   6 +-
 src/HRFKVertical.cpp                             |  93 ++++-----
 src/HRFKVertical.h                               |  13 +-
 src/LinearFKPassiveLoop.cpp                      |   2 +-
 src/OmniFKRayleigh.cpp                           |   4 +-
 src/OmniFKVertical.cpp                           |   9 +-
 src/SPACProcess.cpp                              |   4 +-
 src/Wavenumber.h                                 |  11 +-
 56 files changed, 529 insertions(+), 438 deletions(-)

commit 081932677be0b0d426f6a5a2f4406a3daa9f22bb
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Sun Apr 14 23:19:07 2019 +0200

    Debug also for mac and windows
    
    Fix initialization of steering

 configure                  | 10 ++--------
 src/AbstractFKFunction.cpp |  3 +++
 2 files changed, 5 insertions(+), 8 deletions(-)

commit 5064e47130fcabe8e76eab6f964ebca2ed8f20bd
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Fri Apr 12 23:51:12 2019 +0200

    Missing implementation of setArray()

 src/FKSteering.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4b5711de0e1c1476d95bb823a4e05ddc97566920
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Fri Apr 12 23:49:41 2019 +0200

    Fixed missing static init functions

 src/ConvFKRayleigh.cpp                           | 2 +-
 src/FKCache.h                                    | 8 --------
 src/FKSteeringThreeComponentRayleighFixedEll.cpp | 7 +++++++
 src/FKSteeringThreeComponentRayleighFixedEll.h   | 2 ++
 src/FKSteeringThreeComponentRayleighRadial.cpp   | 7 +++++++
 src/FKSteeringThreeComponentRayleighRadial.h     | 2 ++
 src/FKSteeringThreeComponentRayleighVertical.cpp | 7 +++++++
 src/FKSteeringThreeComponentRayleighVertical.h   | 2 ++
 src/FKSteeringTwoComponentRadial.cpp             | 7 +++++++
 src/FKSteeringTwoComponentRadial.h               | 2 ++
 src/FKSteeringTwoComponentTransverse.cpp         | 7 +++++++
 src/FKSteeringTwoComponentTransverse.h           | 2 ++
 src/HRFKDirectLove.cpp                           | 2 +-
 src/HRFKDirectRadial.cpp                         | 2 +-
 src/HRFKDirectRayleigh.cpp                       | 2 +-
 src/HRFKDirectRayleighFixedEll.cpp               | 2 +-
 src/HRFKDirectRayleighVertical.cpp               | 2 +-
 src/HRFKRayleigh.cpp                             | 2 +-
 18 files changed, 52 insertions(+), 15 deletions(-)

commit 3294b211be1759d2ff36ed6137e3dd83544ed775
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Fri Apr 12 23:34:19 2019 +0200

    New derivative based FK picking
    
    Currently available only for OneComponent

 configure                                        |  47 +++-
 src/AbstractFKFunction.cpp                       |  55 ++--
 src/AbstractFKFunction.h                         |  26 +-
 src/ActiveConvFKRayleigh.cpp                     |  10 +-
 src/ActiveConvFKRayleigh.h                       |   2 +-
 src/ActiveConvFKVertical.cpp                     |   7 +-
 src/ActiveConvFKVertical.h                       |   2 +-
 src/ActiveHRFKDirectRayleigh.cpp                 |  11 +-
 src/ActiveHRFKDirectRayleigh.h                   |   3 +-
 src/ActiveHRFKRayleigh.cpp                       |  14 +-
 src/ActiveHRFKRayleigh.h                         |   2 +-
 src/ActiveHRFKRayleighEllipticity.cpp            |  16 +-
 src/ActiveHRFKRayleighEllipticity.h              |  10 +-
 src/ActiveHRFKVertical.cpp                       |   6 +-
 src/ActiveHRFKVertical.h                         |   2 +-
 src/ArrayCore.h                                  |  13 +
 src/AsyncFKLoop.cpp                              |   2 +-
 src/ConvFKRadial.cpp                             |  13 +-
 src/ConvFKRadial.h                               |   2 +-
 src/ConvFKRayleigh.cpp                           |  21 +-
 src/ConvFKRayleigh.h                             |   2 +-
 src/ConvFKTransverse.cpp                         |  14 +-
 src/ConvFKTransverse.h                           |   2 +-
 src/ConvFKVertical.cpp                           |  13 +-
 src/ConvFKVertical.h                             |   2 +-
 src/FKCache.cpp                                  | 100 +++++++
 src/FKCache.h                                    |  75 +++++
 src/FKGradientSearch.cpp                         | 198 +++++++++++++
 src/FKGradientSearch.h                           |  65 +++++
 src/FKGridSearch.h                               |   2 -
 src/FKLoop.cpp                                   |  20 +-
 src/FKLoop.h                                     |   6 +-
 src/FKPower.cpp                                  |  38 +++
 src/FKPower.h                                    | 149 ++++++++++
 src/FKProcess.cpp                                |   6 +-
 src/FKProcess.h                                  |   8 +-
 src/FKSteering.cpp                               | 108 ++------
 src/FKSteering.h                                 | 339 ++---------------------
 src/FKSteeringOneComponent.cpp                   | 110 ++++++++
 src/FKSteeringOneComponent.h                     |  65 +++++
 src/FKSteeringThreeComponentRayleighFixedEll.cpp |  58 ++++
 src/FKSteeringThreeComponentRayleighFixedEll.h   |  62 +++++
 src/FKSteeringThreeComponentRayleighRadial.cpp   |  60 ++++
 src/FKSteeringThreeComponentRayleighRadial.h     |  62 +++++
 src/FKSteeringThreeComponentRayleighVertical.cpp |  60 ++++
 src/FKSteeringThreeComponentRayleighVertical.h   |  62 +++++
 src/FKSteeringTwoComponentConvRayleigh.cpp       |  55 ++++
 src/FKSteeringTwoComponentConvRayleigh.h         |  62 +++++
 src/FKSteeringTwoComponentRadial.cpp             |  55 ++++
 src/FKSteeringTwoComponentRadial.h               |  62 +++++
 src/FKSteeringTwoComponentRayleighRadial.cpp     |  62 +++++
 src/FKSteeringTwoComponentRayleighRadial.h       |  64 +++++
 src/FKSteeringTwoComponentRayleighVertical.cpp   |  55 ++++
 src/FKSteeringTwoComponentRayleighVertical.h     |  62 +++++
 src/FKSteeringTwoComponentTransverse.cpp         |  55 ++++
 src/FKSteeringTwoComponentTransverse.h           |  62 +++++
 src/HRFKDirectLove.cpp                           |  20 +-
 src/HRFKDirectLove.h                             |   2 +-
 src/HRFKDirectRadial.cpp                         |  20 +-
 src/HRFKDirectRadial.h                           |   2 +-
 src/HRFKDirectRayleigh.cpp                       |  32 ++-
 src/HRFKDirectRayleigh.h                         |   2 +-
 src/HRFKDirectRayleighFixedEll.cpp               |  20 +-
 src/HRFKDirectRayleighFixedEll.h                 |   2 +-
 src/HRFKDirectRayleighRadial.cpp                 |  16 +-
 src/HRFKDirectRayleighRadial.h                   |   2 +-
 src/HRFKDirectRayleighRefined.cpp                |   2 +-
 src/HRFKDirectRayleighRefined.h                  |   2 +-
 src/HRFKDirectRayleighVertical.cpp               |  18 +-
 src/HRFKDirectRayleighVertical.h                 |   2 +-
 src/HRFKRadial.cpp                               |  13 +-
 src/HRFKRadial.h                                 |   2 +-
 src/HRFKRayleigh.cpp                             |  28 +-
 src/HRFKRayleigh.h                               |   2 +-
 src/HRFKRayleighEllipticity.cpp                  |  33 ++-
 src/HRFKRayleighEllipticity.h                    |  10 +-
 src/HRFKTransverse.cpp                           |  15 +-
 src/HRFKTransverse.h                             |   2 +-
 src/HRFKVertical.cpp                             | 126 ++++++++-
 src/HRFKVertical.h                               |  24 +-
 src/MuttiArrayFKLoop.h                           |   4 +-
 src/OmniFKRayleigh.cpp                           |  28 +-
 src/OmniFKRayleigh.h                             |   2 +-
 src/OmniFKVertical.cpp                           |  27 +-
 src/OmniFKVertical.h                             |   4 +-
 src/PoggiFKRadial.cpp                            |   2 +-
 src/PoggiFKRadial.h                              |   2 +-
 src/PoggiFKVertical.cpp                          |   2 +-
 src/PoggiFKVertical.h                            |   2 +-
 src/Wavenumber.cpp                               |  38 +++
 src/Wavenumber.h                                 | 124 +++++++++
 91 files changed, 2478 insertions(+), 698 deletions(-)

commit b0bff515d92afdb6dba1ea7680cbf8d760a8ffaf
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Tue Apr 2 13:51:18 2019 +0200

    Update license header

 src/AbstractArrayResults.cpp          |  2 +-
 src/AbstractArrayResults.h            |  2 +-
 src/AbstractArrayTool.cpp             | 22 +++++++++++-----------
 src/AbstractArrayTool.h               | 22 +++++++++++-----------
 src/AbstractFKFunction.cpp            | 22 +++++++++++-----------
 src/AbstractFKFunction.h              | 22 +++++++++++-----------
 src/ActiveConvFKRayleigh.cpp          |  2 +-
 src/ActiveConvFKRayleigh.h            |  2 +-
 src/ActiveConvFKVertical.cpp          |  2 +-
 src/ActiveConvFKVertical.h            |  2 +-
 src/ActiveFKSteering.cpp              |  2 +-
 src/ActiveFKSteering.h                |  2 +-
 src/ActiveHRFKDirectRayleigh.cpp      |  2 +-
 src/ActiveHRFKDirectRayleigh.h        |  2 +-
 src/ActiveHRFKRayleigh.cpp            |  2 +-
 src/ActiveHRFKRayleigh.h              |  2 +-
 src/ActiveHRFKRayleighEllipticity.cpp |  2 +-
 src/ActiveHRFKRayleighEllipticity.h   |  2 +-
 src/ActiveHRFKVertical.cpp            |  2 +-
 src/ActiveHRFKVertical.h              |  2 +-
 src/ArrayCore.cpp                     | 22 +++++++++++-----------
 src/ArrayLoop.cpp                     |  2 +-
 src/ArrayLoop.h                       |  2 +-
 src/ArrayParameters.cpp               | 22 +++++++++++-----------
 src/ArrayParameters.h                 | 22 +++++++++++-----------
 src/ArrayProcess.cpp                  | 22 +++++++++++-----------
 src/ArrayProcess.h                    | 22 +++++++++++-----------
 src/ArraySelection.cpp                |  2 +-
 src/ArraySelection.h                  |  2 +-
 src/ArrayStationSignals.cpp           | 22 +++++++++++-----------
 src/ArrayStationSignals.h             | 22 +++++++++++-----------
 src/ArrayStations.cpp                 | 22 +++++++++++-----------
 src/ArrayStations.h                   | 22 +++++++++++-----------
 src/AsyncArrayProcess.cpp             |  2 +-
 src/AsyncArrayProcess.h               |  2 +-
 src/AsyncFKLoop.cpp                   |  2 +-
 src/AsyncFKLoop.h                     |  2 +-
 src/AsyncFKTool.cpp                   |  2 +-
 src/AsyncFKTool.h                     |  2 +-
 src/AsyncParameters.cpp               |  2 +-
 src/AsyncParameters.h                 |  2 +-
 src/AsyncStationPair.cpp              |  2 +-
 src/AsyncStationPair.h                |  2 +-
 src/BlockAveragingParameters.cpp      |  2 +-
 src/BlockAveragingParameters.h        |  2 +-
 src/ConvFKRadial.cpp                  |  2 +-
 src/ConvFKRadial.h                    |  2 +-
 src/ConvFKRayleigh.cpp                |  2 +-
 src/ConvFKRayleigh.h                  |  2 +-
 src/ConvFKTransverse.cpp              | 22 +++++++++++-----------
 src/ConvFKTransverse.h                | 22 +++++++++++-----------
 src/ConvFKVertical.cpp                |  2 +-
 src/ConvFKVertical.h                  |  2 +-
 src/CrossSpectrum.cpp                 |  2 +-
 src/CrossSpectrum.h                   |  2 +-
 src/FKGridSearch.cpp                  | 22 +++++++++++-----------
 src/FKGridSearch.h                    | 22 +++++++++++-----------
 src/FKLoop.cpp                        | 22 +++++++++++-----------
 src/FKLoop.h                          | 22 +++++++++++-----------
 src/FKParameters.cpp                  | 22 +++++++++++-----------
 src/FKParameters.h                    | 22 +++++++++++-----------
 src/FKPeaks.cpp                       |  2 +-
 src/FKPeaks.h                         |  2 +-
 src/FKProcess.cpp                     | 22 +++++++++++-----------
 src/FKProcess.h                       | 22 +++++++++++-----------
 src/FKResults.cpp                     |  2 +-
 src/FKResults.h                       |  2 +-
 src/FKSteering.cpp                    |  2 +-
 src/FKSteering.h                      |  2 +-
 src/FKTool.cpp                        |  2 +-
 src/FKTool.h                          |  2 +-
 src/FrequencyBand.cpp                 | 22 +++++++++++-----------
 src/FrequencyBand.h                   | 22 +++++++++++-----------
 src/GaussianFrequencyBand.cpp         | 22 +++++++++++-----------
 src/GaussianFrequencyBand.h           | 22 +++++++++++-----------
 src/HRFKDirectLove.cpp                |  2 +-
 src/HRFKDirectLove.h                  |  2 +-
 src/HRFKDirectRadial.cpp              |  2 +-
 src/HRFKDirectRadial.h                |  2 +-
 src/HRFKDirectRayleigh.cpp            |  2 +-
 src/HRFKDirectRayleigh.h              |  2 +-
 src/HRFKDirectRayleighFixedEll.cpp    |  2 +-
 src/HRFKDirectRayleighFixedEll.h      |  2 +-
 src/HRFKDirectRayleighRadial.cpp      |  2 +-
 src/HRFKDirectRayleighRadial.h        |  2 +-
 src/HRFKDirectRayleighRefined.cpp     |  2 +-
 src/HRFKDirectRayleighRefined.h       |  2 +-
 src/HRFKDirectRayleighVertical.cpp    |  2 +-
 src/HRFKDirectRayleighVertical.h      |  2 +-
 src/HRFKRadial.cpp                    |  2 +-
 src/HRFKRadial.h                      |  2 +-
 src/HRFKRayleigh.cpp                  |  2 +-
 src/HRFKRayleigh.h                    |  2 +-
 src/HRFKRayleighEllipticity.cpp       |  2 +-
 src/HRFKRayleighEllipticity.h         |  2 +-
 src/HRFKTransverse.cpp                |  2 +-
 src/HRFKTransverse.h                  |  2 +-
 src/HRFKVertical.cpp                  | 22 +++++++++++-----------
 src/HRFKVertical.h                    | 22 +++++++++++-----------
 src/KmaxSolver.cpp                    | 22 +++++++++++-----------
 src/KmaxSolver.h                      | 22 +++++++++++-----------
 src/KminSolver.cpp                    | 22 +++++++++++-----------
 src/KminSolver.h                      | 22 +++++++++++-----------
 src/LinearFKParameters.cpp            | 22 +++++++++++-----------
 src/LinearFKParameters.h              | 22 +++++++++++-----------
 src/LinearFKPassiveLoop.cpp           | 22 +++++++++++-----------
 src/LinearFKPassiveLoop.h             | 22 +++++++++++-----------
 src/LinearFKSearch.cpp                | 22 +++++++++++-----------
 src/LinearFKSearch.h                  | 22 +++++++++++-----------
 src/LinearHRFKSearch.cpp              | 22 +++++++++++-----------
 src/LinearHRFKSearch.h                | 22 +++++++++++-----------
 src/MuttiArrayFKLoop.cpp              |  2 +-
 src/MuttiArrayFKLoop.h                |  2 +-
 src/OmniFKRayleigh.cpp                |  2 +-
 src/OmniFKRayleigh.h                  |  2 +-
 src/OmniFKVertical.cpp                |  2 +-
 src/OmniFKVertical.h                  |  2 +-
 src/PoggiFKRadial.cpp                 |  2 +-
 src/PoggiFKRadial.h                   |  2 +-
 src/PoggiFKVertical.cpp               |  2 +-
 src/PoggiFKVertical.h                 |  2 +-
 src/RingPairs.cpp                     | 22 +++++++++++-----------
 src/RingPairs.h                       | 22 +++++++++++-----------
 src/SPACLoop.cpp                      | 22 +++++++++++-----------
 src/SPACLoop.h                        | 22 +++++++++++-----------
 src/SPACParameters.cpp                | 22 +++++++++++-----------
 src/SPACParameters.h                  | 22 +++++++++++-----------
 src/SPACProcess.cpp                   | 22 +++++++++++-----------
 src/SPACProcess.h                     | 22 +++++++++++-----------
 src/SPACResults.cpp                   |  2 +-
 src/SPACResults.h                     |  2 +-
 src/SPACTool.cpp                      |  2 +-
 src/SPACTool.h                        |  2 +-
 src/StationPair.cpp                   | 22 +++++++++++-----------
 src/StationPair.h                     | 22 +++++++++++-----------
 src/WaveNumberConverter.cpp           |  4 ++--
 src/WaveNumberConverter.h             |  2 +-
 137 files changed, 648 insertions(+), 648 deletions(-)

commit 8ec9cab65819c4a75176899670a804e4f9481751
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Tue Apr 2 13:31:27 2019 +0200

    Support for BUILD_CONFIG in DEST_PREFIX

 configure | 40 ++++++++++++++++++++++++++++++++--------
 1 file changed, 32 insertions(+), 8 deletions(-)

commit 70ec7e587b366b5b685ba4d975a9df880ef55aed
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Mon Apr 1 10:43:16 2019 +0200

    New GRID_STEP_FACTOR

 src/FKParameters.cpp | 27 +++++++++++++++++++++++----
 src/FKParameters.h   |  4 ++--
 2 files changed, 25 insertions(+), 6 deletions(-)

commit e04438de3173455f6c48a667552ea9df14aa9fcf
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Sat Mar 30 21:42:52 2019 +0100

    exactFrequency for null frequency bandwidth

 src/FKLoop.cpp                | 4 +++-
 src/GaussianFrequencyBand.cpp | 6 ++++--
 src/GaussianFrequencyBand.h   | 2 ++
 3 files changed, 9 insertions(+), 3 deletions(-)

commit 18b1aef45a311a073641c7943ab4215d95b92cde
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Sat Mar 30 00:31:40 2019 +0100

    Adjustable threshold for kmax

 src/FKTool.cpp             |  6 +++---
 src/HRFKDirectRayleigh.cpp | 12 ++++++++++--
 src/KmaxSolver.cpp         |  4 ++--
 src/KmaxSolver.h           |  2 +-
 4 files changed, 16 insertions(+), 8 deletions(-)

commit 444052041b45dd5e987b216e9475fe099d1fb185
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Tue Mar 26 16:35:16 2019 +0100

    Fix setting GRID_STEP and GRID_SIZE
    
    Projections replaced by RTBF

 src/FKParameters.cpp | 43 ++++++++++++++++++++++---------------------
 src/FKParameters.h   |  4 ++--
 src/FKProcess.cpp    | 20 ++++++++++----------
 3 files changed, 34 insertions(+), 33 deletions(-)

commit 4f29ef3356a456d4bb811f727b8acf0f29c1545a
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Tue Mar 26 00:03:12 2019 +0100

    Auto rings from warangps (without signals)

 src/SPACParameters.cpp |  4 ++++
 src/SPACProcess.cpp    | 32 +++++---------------------------
 src/SPACRing.cpp       | 26 ++++++++++++++++++++++++++
 src/SPACRing.h         |  3 +++
 src/StationPair.cpp    | 13 +++++++++++++
 src/StationPair.h      |  1 +
 6 files changed, 52 insertions(+), 27 deletions(-)

commit eb16d71e5f9470e7243b37d9ad7e5a018e08efd7
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Mon Mar 18 23:07:28 2019 +0100

    Fix default parameters

 src/ArrayParameters.cpp |  2 +-
 src/FKParameters.cpp    |  8 ++++----
 src/FKResults.cpp       |  2 +-
 src/FKTool.cpp          | 32 +++++++++++++++++---------------
 4 files changed, 23 insertions(+), 21 deletions(-)

commit 22d1430282f6102794840003b0fa3ce6a9925d52
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Tue Mar 12 05:16:22 2019 +0100

    Demo avios

 src/FKPeaks.cpp   |  34 ++++++++++++++-
 src/FKPeaks.h     |   2 +
 src/FKResults.cpp | 126 +++++++++++++++++++++++++++++++++++-------------------
 src/FKResults.h   |  12 ++++--
 4 files changed, 123 insertions(+), 51 deletions(-)

commit ad9b73fe5d1f8e2e49741a2ab920d2cc27ab2858
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Mon Mar 11 23:52:46 2019 +0100

    Get ready for AVIOS demo in SERA meeting

 src/FKResults.cpp  |  2 +-
 src/FKTool.cpp     | 48 +++++++++++++-----------------------------------
 src/KmaxSolver.cpp |  7 ++++---
 3 files changed, 18 insertions(+), 39 deletions(-)

commit 0f71e3776891e51ae9bd63b059e1f57e27af5791
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Sat Mar 9 18:21:09 2019 +0100

    Auto rings

 configure           |   5 +-
 src/ArrayCore.h     |   1 +
 src/RingPairs.cpp   |   2 +-
 src/SPACProcess.cpp |  37 +++++++++++++++
 src/SPACProcess.h   |   3 ++
 src/SPACRing.cpp    | 131 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/SPACRing.h      |  65 ++++++++++++++++++++++++++
 src/StationPair.cpp |  16 ++++++-
 src/StationPair.h   |   6 ++-
 9 files changed, 261 insertions(+), 5 deletions(-)

commit 7a1e1d5a18b27cd5399952dab70a8522d58002df
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Sun Mar 3 23:20:05 2019 +0100

    Version 0.0.0-snapshot-20190303

 admin/version-devel    | 4 ++--
 src/ArrayCoreVersion.h | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 27f217cf7c131f03c507ce7908f779a9c4bd358d
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Sat Mar 2 22:18:05 2019 +0100

    Fix crash after Test button under SPAC

 src/ArrayProcess.cpp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 16ddd178822b07f291a41827f367f1992ebc2b23
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Sat Mar 2 01:49:07 2019 +0100

    Version 0.0.0-snapshot-20190302

 admin/version-devel    | 4 ++--
 src/ArrayCoreVersion.h | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit aa62b681c50b29cb15333144231cf380227f4ef7
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Fri Mar 1 15:01:53 2019 +0100

    Version 0.0.0-snapshot-20190301

 admin/version-devel    | 4 ++--
 src/ArrayCoreVersion.h | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 53b4ce1efe436e52aea1854cd6dda81d03befae7
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Fri Mar 1 15:01:25 2019 +0100

    -pch for small project modified

 configure | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

commit a7f7282493d846a758f8d77ec4ada3a4fb2326c2
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Thu Feb 28 15:38:05 2019 +0100

    Explicit grid step and size in parameters

 src/AbstractArrayResults.h  |   3 +
 src/AbstractArrayTool.cpp   |   3 +-
 src/ArrayParameters.cpp     |   4 +-
 src/ArrayProcess.cpp        |   2 +-
 src/ArraySelection.cpp      |  20 +++++-
 src/ArraySelection.h        |   4 +-
 src/ArrayStations.cpp       |   2 +-
 src/AsyncParameters.cpp     |  13 ----
 src/AsyncParameters.h       |   3 -
 src/FKParameters.cpp        | 163 +++++++++++++++++++++++++++++++-------------
 src/FKParameters.h          |  31 +++++----
 src/FKPeaks.cpp             |   9 ++-
 src/FKPeaks.h               |   3 +-
 src/FKProcess.cpp           |  10 +--
 src/FKResults.cpp           |  18 ++---
 src/FKTool.cpp              |   8 +--
 src/LinearFKPassiveLoop.cpp |   2 +-
 src/SPACParameters.cpp      |   1 -
 18 files changed, 196 insertions(+), 103 deletions(-)

commit 18ad1a077b039adabdff6086a8862162650f5852
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Mon Feb 25 17:26:11 2019 +0100

    Fix isReady flag

 src/FKTool.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit be92a531731b92ceac62093813a911c2ed97e911
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Mon Feb 25 15:18:47 2019 +0100

    Fix multiple connections to finished

 src/AbstractArrayTool.cpp | 3 ++-
 src/AbstractArrayTool.h   | 2 ++
 src/FKParameters.cpp      | 5 +++++
 src/FKTool.cpp            | 1 -
 4 files changed, 9 insertions(+), 2 deletions(-)

commit bc7cdc719d07ecaada9d135a47378cff806dc840
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Wed Feb 20 00:05:15 2019 +0100

    Avoid nan in noise from RTBF

 src/HRFKDirectRayleigh.cpp |  3 ++-
 src/HRFKRayleigh.cpp       | 65 ++++++++++++++++++++++++++++++++++++----------
 src/HRFKRayleigh.h         |  9 ++++++-
 3 files changed, 62 insertions(+), 15 deletions(-)

commit 941330d835f759b131f847273ad4b97d2139d915
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Tue Feb 19 00:30:21 2019 +0100

    Default duration factor to 0 is safer

 src/ArrayParameters.cpp | 4 ++--
 src/FKParameters.cpp    | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 947acc46aef03d48294c8d36fb9c520ba685d5ea
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Fri Feb 15 15:31:43 2019 +0100

    Remove absolutePower()

 src/AbstractFKFunction.cpp         | 13 -------------
 src/AbstractFKFunction.h           |  3 ---
 src/ActiveConvFKRayleigh.cpp       |  2 +-
 src/ArrayStationSignals.cpp        | 15 ---------------
 src/ArrayStationSignals.h          |  1 -
 src/HRFKDirectRayleigh.cpp         |  2 +-
 src/HRFKDirectRayleighFixedEll.cpp |  2 +-
 7 files changed, 3 insertions(+), 35 deletions(-)

commit 548f2207587290930c08b36d3633f8d47a9457cb
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Wed Feb 13 22:27:51 2019 +0100

    Version 0.0.0-snapshot-20190213

 admin/version-devel    | 4 ++--
 src/ArrayCoreVersion.h | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit cd39b61ba04800c964bf6d6772e4e0b4ccbed67c
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Wed Feb 13 00:36:45 2019 +0100

    no pch for small projects

 configure           |  5 +++--
 src/SPACProcess.cpp |  4 ++--
 src/SPACProcess.h   |  3 +++
 src/SPACResults.cpp |  2 +-
 src/SPACTool.cpp    | 10 ++++++++++
 5 files changed, 19 insertions(+), 5 deletions(-)

commit bb4cb72c99fefb51f2f0d8ed7eef05cb5cea4971
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Tue Feb 12 00:54:43 2019 +0100

    Distance comparison in absolute coordinates

 src/FKProcess.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 42b834dbd10503612d73326300a68ea68847981a
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Mon Feb 11 16:14:00 2019 +0100

    Set stations for active process

 src/FKProcess.cpp | 2 ++
 1 file changed, 2 insertions(+)

commit 3970eefc5d2ef5d6c20b528702eefbcf093e8008
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Sun Feb 10 23:51:48 2019 +0100

    Version 0.0.0-snapshot-20190210

 admin/version-devel    | 4 ++--
 src/ArrayCoreVersion.h | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 14cdf542961e6b941d835995297af7d8c3458dae
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Sun Feb 10 23:12:12 2019 +0100

    3C SPAC implemented (still to be tested)

 src/ArrayProcess.cpp   |  33 +++++++++++++
 src/ArrayProcess.h     |   5 ++
 src/FKProcess.cpp      |  33 -------------
 src/FKProcess.h        |   3 --
 src/RingPairs.cpp      | 123 ++++++++++++++++++++++++++++++++++++++++++++++++-
 src/RingPairs.h        |   2 +
 src/SPACLoop.cpp       |  64 ++++++++++++++++++-------
 src/SPACProcess.cpp    |  25 ++++++++--
 src/SPACProcess.h      |  56 +++++++++++++---------
 src/SPACStatistics.cpp |  10 ++--
 src/SPACStatistics.h   |   2 +-
 11 files changed, 272 insertions(+), 84 deletions(-)

commit 34724320b37770cefef38fb38194af5e9a88e7b9
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Thu Feb 7 23:06:35 2019 +0100

    Running implementation of frequency domaine SPAC

 configure                                          |  44 +-
 src/AbstractFKFunction.cpp                         |   6 +-
 src/AbstractFKFunction.h                           |   4 +-
 src/ArrayCore.h                                    |  13 +-
 src/ArrayParameters.cpp                            |  22 +-
 src/ArrayParameters.h                              |  10 +
 src/ArrayProcess.cpp                               | 481 ++++++++++++---------
 src/ArrayProcess.h                                 |  96 ++--
 ...KStationSignals.cpp => ArrayStationSignals.cpp} |  22 +-
 src/{FKStationSignals.h => ArrayStationSignals.h}  |  14 +-
 src/AsyncArrayProcess.cpp                          |  20 +-
 src/AsyncArrayProcess.h                            |  14 +-
 src/AsyncFKLoop.cpp                                |   2 +-
 ...AsyncStationCouple.cpp => AsyncStationPair.cpp} |  16 +-
 src/{AsyncStationCouple.h => AsyncStationPair.h}   |  28 +-
 src/FKLoop.cpp                                     |   7 +-
 src/FKParameters.cpp                               |  46 +-
 src/FKParameters.h                                 |  11 -
 src/FKProcess.cpp                                  | 270 ++++--------
 src/FKProcess.h                                    |  42 +-
 src/RingCouplesProcess.cpp                         | 107 -----
 src/RingCouplesProcess.h                           |  54 ---
 src/{RingCouples.cpp => RingPairs.cpp}             | 110 +++--
 src/{RingCouples.h => RingPairs.h}                 |  28 +-
 src/SPACArrayProcess.cpp                           |  53 ---
 src/SPACLoop.cpp                                   | 269 +++---------
 src/SPACLoop.h                                     |  24 +-
 src/SPACParameters.cpp                             | 152 ++-----
 src/SPACParameters.h                               |  25 +-
 src/SPACProcess.cpp                                | 149 +++++++
 src/{SPACArrayProcess.h => SPACProcess.h}          |  33 +-
 src/SPACResults.cpp                                |  94 ++++
 src/SPACResults.h                                  |  13 +
 src/SPACStationSignals.cpp                         |  86 ----
 src/SPACStatistics.cpp                             |  92 ++++
 src/SPACStatistics.h                               |  61 +++
 src/SPACTool.cpp                                   |   2 +-
 src/SPACTool.h                                     |   2 +
 src/StationCouple.h                                |  92 ----
 src/StationCoupleProcess.cpp                       | 158 -------
 src/StationCoupleProcess.h                         |  68 ---
 src/{StationCouple.cpp => StationPair.cpp}         |  57 +--
 src/{SPACStationSignals.h => StationPair.h}        |  40 +-
 43 files changed, 1249 insertions(+), 1688 deletions(-)

commit 8ec4bd06d95b360706cc8f01d896b0726e7abb8d
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Sat Feb 2 09:02:44 2019 +0100

    Start SPAC rebirth

 src/FKProcess.cpp      | 2 ++
 src/HRFKRayleigh.cpp   | 2 +-
 src/RingCouples.h      | 4 ++--
 src/SPACParameters.cpp | 4 ++--
 src/SPACTool.cpp       | 6 ++++++
 5 files changed, 13 insertions(+), 5 deletions(-)

commit 1121a44bb944b51c78df50ee33b2c10510e4ec8b
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Wed Jan 30 23:43:59 2019 +0100

    Fixes, passive was no longer working

 src/AbstractArrayTool.cpp |  4 ++--
 src/AbstractFKFunction.h  |  2 +-
 src/ArrayProcess.cpp      |  2 +-
 src/FKProcess.cpp         | 14 ++++++--------
 4 files changed, 10 insertions(+), 12 deletions(-)

commit cafd275c9cc33a4a51855de8fb0085f18f6e0d60
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Thu Jan 17 14:48:24 2019 +0100

    winPath for inc dir

 configure | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit cc69c19b2f9b70cfee8ab31c3a1ce324411cdd66
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Mon Jan 14 16:01:58 2019 +0100

    win path for ext libs

 configure | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 64304b87f7f5bd1313ded33be7f0b708a7de8ee6
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Sat Jan 12 21:27:21 2019 +0100

    Minimum Mac deployement 10.7 (required by 10.14)

 configure | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit a99c6b090d898ea6810e57e1a7761a8f2810b9ee
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Fri Jan 11 16:32:06 2019 +0100

    Skip qmake option

 configure              | 193 ++++++++++++++++++++++++++-----------------------
 src/ArrayCoreVersion.h |   2 +-
 2 files changed, 105 insertions(+), 90 deletions(-)

commit 9e417083ac37a528f6baa2eec9fd72c311c375f3
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Fri Jan 11 00:45:10 2019 +0100

    Fix winPath for path not starting with /c/

 configure | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 617dd4ab2f09be90aaa776ad315875975cec0794
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Fri Jan 11 00:20:23 2019 +0100

    DEST_PREFIX/lib automatically added to EXTLIBDIR

 configure | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 1ca1a3ea0c61e34edd8fd6ffa751f7fc7e3ff802
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Mon Jan 7 11:48:19 2019 +0100

    Support multiple entries when searching include paths
    
    A find is used to transform a dependency lib name to a path to its include files.
    If the find returns several items, the new code considers all entries and select the first that match the required conditions

 configure | 35 +++++++++++++++++++++--------------
 1 file changed, 21 insertions(+), 14 deletions(-)

commit b8665154a7139f2433faf0dc3eafe2592f5f7989
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Sat Dec 29 23:14:21 2018 +0100

    Sudbir independent include dependencies

 configure | 43 +++++++++++++++++++++++++++++--------------
 1 file changed, 29 insertions(+), 14 deletions(-)

commit 2d952554b930632b78b2756d0413dc739cb7d012
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Fri Dec 21 17:00:05 2018 +0100

    Convert some paths to windows style

 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 825a7355c2115f9e225045f0b1c3034bfe952790
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Fri Dec 21 16:53:49 2018 +0100

    Convert some paths to windows style

 configure | 24 ++++++++++++++----------
 1 file changed, 14 insertions(+), 10 deletions(-)

commit 79f2be5fdd60d5367c206308dbb59820cec4749f
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Fri Dec 21 15:41:46 2018 +0100

    Getting rid of symlinks in compilation chain

 configure | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit b7b81a56883efe1acc9a65563bb2100e1cad83b8
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Fri Dec 21 12:05:20 2018 +0100

    Removal of DEST_DIR/include with symlinks

 configure       | 258 ++++++++------------------------------------------------
 src/ArrayCore.h | 140 +++++++++++++++---------------
 2 files changed, 106 insertions(+), 292 deletions(-)

commit 32eda992b392988c2eaa101883aaa65b037f704e
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Mon Dec 17 12:38:40 2018 +0100

    Update configure

 configure | 49 +++++++++++++++++++++++++++++++++----------------
 1 file changed, 33 insertions(+), 16 deletions(-)

commit 58f627e6867e49f17c920f41e022df2a8cfd318b
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Sat Dec 8 23:59:25 2018 +0100

    Fix computation of kmin/kmax for single thread

 src/AbstractArrayTool.cpp | 13 +++++++------
 src/FKTool.cpp            |  4 ++--
 2 files changed, 9 insertions(+), 8 deletions(-)

commit b020de918a5c04fc685986f16cc1d1b62a0353e4
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Tue Nov 27 23:59:17 2018 +0100

    Version 0.0.0-snapshot-20181127

 admin/version-devel    | 4 ++--
 configure              | 2 +-
 src/ArrayCoreVersion.h | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

commit e1ced25991266ce6d1a6448e9db6cef4cc223ca8
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Mon Nov 26 22:51:11 2018 +0100

    True absolute timing

 src/AbstractArrayTool.cpp        |  2 +-
 src/AbstractFKFunction.h         |  2 +-
 src/ActiveConvFKRayleigh.cpp     | 10 +++++++---
 src/ActiveConvFKRayleigh.h       |  2 +-
 src/ActiveConvFKVertical.cpp     |  9 +++++++--
 src/ActiveConvFKVertical.h       |  3 ++-
 src/ArrayProcess.cpp             |  1 -
 src/ArrayStations.cpp            |  1 -
 src/BlockAveragingParameters.cpp |  2 +-
 src/ConvFKVertical.h             |  2 +-
 src/CrossSpectrum.cpp            | 10 +++++-----
 src/CrossSpectrum.h              |  2 +-
 src/FKPeaks.cpp                  | 19 ++++++++-----------
 src/FKPeaks.h                    |  8 +++++---
 src/FKProcess.cpp                | 25 ++++++++++++++-----------
 src/FKProcess.h                  |  3 +--
 src/FKResults.cpp                |  3 +++
 src/FKStationSignals.cpp         |  4 ++--
 src/WaveNumberConverter.cpp      |  1 -
 src/WaveNumberConverter.h        |  6 +++---
 20 files changed, 63 insertions(+), 52 deletions(-)

commit 67e6f2810963e2e5a3da8fb9f656d16d6b82ed11
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Tue Nov 13 23:29:07 2018 +0100

    True absolute timing with DateTime: under development

 configure                             |  12 +-
 src/AbstractArrayTool.cpp             |  26 ++-
 src/AbstractArrayTool.h               |   5 +-
 src/AbstractFKFunction.h              |   2 +
 src/ActiveConvFKRayleigh.cpp          |  34 +---
 src/ActiveConvFKRayleigh.h            |   4 +-
 src/ActiveConvFKVertical.cpp          |  41 +++--
 src/ActiveConvFKVertical.h            |  12 +-
 src/ActiveFKSteering.cpp              | 124 ++++++++++++++
 src/ActiveFKSteering.h                | 202 +++++++++++++++++++++++
 src/ActiveHRFKDirectRayleigh.cpp      |  13 --
 src/ActiveHRFKDirectRayleigh.h        |   1 -
 src/ActiveHRFKRayleigh.cpp            |  21 +--
 src/ActiveHRFKRayleigh.h              |   2 -
 src/ActiveHRFKRayleighEllipticity.cpp |   8 +-
 src/ActiveHRFKRayleighEllipticity.h   |   3 +-
 src/ActiveHRFKVertical.cpp            |  13 +-
 src/ActiveHRFKVertical.h              |   1 -
 src/ArrayCore.h                       |   2 +
 src/ArrayCoreVersion.h                |   4 +-
 src/ArrayLoop.cpp                     |   2 +-
 src/ArrayLoop.h                       |   8 +-
 src/ArrayParameters.cpp               |  26 +--
 src/ArrayParameters.h                 |   5 +-
 src/ArrayProcess.cpp                  |  68 +++++---
 src/ArrayProcess.h                    |   6 +-
 src/ArraySelection.cpp                | 134 +++++++++++++++
 src/ArraySelection.h                  |  64 ++++++++
 src/ArrayStations.cpp                 | 125 +++++---------
 src/ArrayStations.h                   |  21 +--
 src/AsyncArrayProcess.cpp             |  14 +-
 src/AsyncArrayProcess.h               |   2 +-
 src/AsyncFKLoop.cpp                   |   4 +-
 src/AsyncFKLoop.h                     |   4 +-
 src/BlockAveragingParameters.cpp      |  15 +-
 src/FKLoop.cpp                        |   4 +-
 src/FKLoop.h                          |   4 +-
 src/FKParameters.cpp                  | 133 ++++++++++-----
 src/FKParameters.h                    |   4 +-
 src/FKProcess.cpp                     | 298 +++++++++++++++++++++++-----------
 src/FKProcess.h                       |  21 ++-
 src/FKResults.cpp                     |   4 +-
 src/FKResults.h                       |   2 +-
 src/FKStationSignals.h                |   3 -
 src/FKSteering.cpp                    |  31 +---
 src/FKSteering.h                      | 187 +--------------------
 src/FKTool.cpp                        |   2 +-
 src/MuttiArrayFKLoop.cpp              |   2 +-
 src/MuttiArrayFKLoop.h                |   4 +-
 src/SPACArrayProcess.cpp              |   4 +-
 src/SPACArrayProcess.h                |   2 +-
 src/SPACLoop.cpp                      |   8 +-
 src/SPACLoop.h                        |   4 +-
 53 files changed, 1078 insertions(+), 667 deletions(-)

commit 0b1762c34951dfd8c94814fed1d2751c22f47c60
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Wed Oct 31 00:48:32 2018 +0100

    Version 0.0.0-snapshot-20181030

 admin/version-devel | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 7cec2673544dee98a28b31bb81a43e9932cbea87
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Wed Oct 31 00:47:55 2018 +0100

    Fix crash

 src/AbstractArrayTool.h | 2 ++
 src/ArrayStations.cpp   | 4 ++--
 src/FKSteering.cpp      | 8 ++++----
 3 files changed, 8 insertions(+), 6 deletions(-)

commit 71137835c260351e0cd95d1a574cb434433b332c
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Wed Oct 31 00:14:12 2018 +0100

    Array selection feature

 configure                   |   7 +--
 src/AbstractArrayTool.cpp   |  61 +++++++++++++-------------
 src/AbstractArrayTool.h     |  23 +++++++---
 src/ArrayCore.h             |   1 -
 src/ArrayLoop.cpp           |  25 ++---------
 src/ArrayLoop.h             |  15 ++++---
 src/ArrayParameters.cpp     | 101 ++++++++++++++++++++++++++++++++++++++++----
 src/ArrayParameters.h       |  20 +++++++++
 src/ArraySelection.cpp      |  78 ----------------------------------
 src/ArraySelection.h        |  62 ---------------------------
 src/ArrayStations.cpp       |  75 +++++++++++++++++++++++++++-----
 src/ArrayStations.h         |  15 +++++--
 src/AsyncArrayProcess.cpp   |   4 +-
 src/AsyncArrayProcess.h     |   2 +-
 src/AsyncFKLoop.cpp         |  12 ++++--
 src/AsyncFKLoop.h           |  12 ++----
 src/AsyncFKTool.h           |   2 +-
 src/FKLoop.cpp              |  53 ++++++-----------------
 src/FKLoop.h                |  12 +++---
 src/FKParameters.cpp        |  26 ++++++++++++
 src/FKParameters.h          |   2 +
 src/FKProcess.cpp           |  10 ++---
 src/FKProcess.h             |   4 +-
 src/FKResults.cpp           |   4 +-
 src/FKResults.h             |   2 +-
 src/FKSteering.cpp          |   8 ++--
 src/FKSteering.h            |  58 ++++++++++++-------------
 src/FKTool.cpp              |  54 ++++++++++++++---------
 src/FKTool.h                |  20 ++++++---
 src/KmaxSolver.cpp          |  19 +++++++++
 src/KmaxSolver.h            |   2 +-
 src/KminSolver.cpp          |  62 ---------------------------
 src/KminSolver.h            |   3 --
 src/LinearFKPassiveLoop.cpp |   4 +-
 src/MuttiArrayFKLoop.cpp    |   4 +-
 src/MuttiArrayFKLoop.h      |   4 +-
 src/SPACArrayProcess.cpp    |   7 +--
 src/SPACArrayProcess.h      |   6 +--
 src/SPACLoop.cpp            |  51 ++++++++++------------
 src/SPACLoop.h              |  12 +++---
 src/SPACTool.cpp            |  11 +++--
 src/SPACTool.h              |  18 ++++++--
 42 files changed, 486 insertions(+), 485 deletions(-)

commit c7dc08884c756e25aaa4726314801d8b29565d55
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Tue Oct 30 00:36:24 2018 +0100

    Station selection option
    
    kmin for linear arrays
    active data stored in steering

 configure                             |   9 +-
 src/AbstractArrayTool.cpp             |  10 +-
 src/AbstractFKFunction.cpp            |   4 +-
 src/ActiveConvFKRayleigh.cpp          |   6 +-
 src/ActiveConvFKVertical.cpp          |  32 +-----
 src/ActiveConvFKVertical.h            |  12 ---
 src/ActiveHRFKRayleigh.cpp            |   4 +-
 src/ActiveHRFKRayleighEllipticity.cpp |   8 +-
 src/ActiveHRFKVertical.cpp            |   2 +-
 src/ArrayCore.h                       |   1 +
 src/ArrayCoreVersion.h                |   4 +-
 src/ArrayLoop.cpp                     |   4 +-
 src/ArrayProcess.cpp                  |  32 +++---
 src/ArrayProcess.h                    |   1 -
 src/ArraySelection.cpp                |  78 +++++++++++++++
 src/ArraySelection.h                  |  62 ++++++++++++
 src/ArrayStations.cpp                 |  64 +++---------
 src/ArrayStations.h                   |   7 +-
 src/AsyncArrayProcess.cpp             |   6 +-
 src/AsyncArrayProcess.h               |   2 +-
 src/AsyncFKLoop.cpp                   |   4 +-
 src/AsyncFKLoop.h                     |   2 +-
 src/BlockAveragingParameters.cpp      |   4 +-
 src/BlockAveragingParameters.h        |   9 +-
 src/FKLoop.cpp                        |  49 +++++++---
 src/FKLoop.h                          |   4 +-
 src/FKParameters.cpp                  |  21 ++++
 src/FKParameters.h                    |   1 +
 src/FKProcess.cpp                     | 139 ++++++++++++--------------
 src/FKProcess.h                       |  10 +-
 src/FKStationSignals.cpp              |  58 ++++++-----
 src/FKSteering.cpp                    |  31 +++++-
 src/FKSteering.h                      | 179 ++++++++++++++++------------------
 src/FKTool.cpp                        |   6 +-
 src/KminSolver.cpp                    | 113 ++++++++++++++-------
 src/KminSolver.h                      |   4 +-
 src/LinearFKPassiveLoop.cpp           |   2 +-
 37 files changed, 573 insertions(+), 411 deletions(-)

commit 1803fa6d4482dcfaf61094ec86eb3b03cf7cad72
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Wed Oct 24 22:50:03 2018 +0200

    Version 0.0.0-snapshot-20181024

 admin/version-devel | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 494e6ee2161eada460b2d3e7077ede5f68678f16
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Wed Oct 24 22:48:28 2018 +0200

    Use of activeStation list
    
    Required for the implementation of min/max distance to source filter for active experiments

 src/ArrayProcess.cpp |  43 ++++++++---------
 src/ArrayProcess.h   |   3 +-
 src/FKProcess.cpp    | 127 ++++++++++++++++++++++++++-------------------------
 3 files changed, 89 insertions(+), 84 deletions(-)

commit 06d051bf51190d754723b9eeb9e395c731617383
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Tue Oct 23 00:29:52 2018 +0200

    Add min/max distance, remove source

 src/ActiveConvFKVertical.cpp |  2 +-
 src/ArrayStations.cpp        | 15 +++++++++++++--
 src/ArrayStations.h          |  1 +
 src/FKParameters.cpp         | 36 +++++++++++++++++++++++-------------
 src/FKParameters.h           | 15 +++++++++------
 src/FKProcess.cpp            | 15 +++++++++++++--
 src/FKStationSignals.cpp     |  4 ++--
 7 files changed, 62 insertions(+), 26 deletions(-)

commit acb28a5df9a3d229173e5ee2a1e1338ff9862ee0
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Sat Oct 20 15:26:53 2018 +0200

    Fix qmake for external build dir

 configure | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

commit 3e0f9f83863117e1d1438c6d364b8f7c374bf414
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Thu Oct 18 13:56:19 2018 +0200

    Remove test for non null imaginary power
    
    Fix error in Gaussian filter, power 6 was there without explanation, replaced by 2

 src/AbstractFKFunction.cpp    | 16 +++++-----------
 src/GaussianFrequencyBand.cpp |  3 ++-
 2 files changed, 7 insertions(+), 12 deletions(-)

commit 1452f91f7ab31066fbe2f927795f01e5c56e4339
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Mon Oct 15 23:13:39 2018 +0200

    Remove warning with Qt 5.11

 src/AbstractFKFunction.cpp | 43 +++++++++++++++++++++++++++++------------
 src/AbstractFKFunction.h   | 33 ++++---------------------------
 src/FKParameters.cpp       | 23 +++++++++-------------
 src/FKParameters.h         | 15 ++++++---------
 src/FKProcess.cpp          | 48 ++++++++++++++++------------------------------
 src/FKProcess.h            |  1 +
 6 files changed, 67 insertions(+), 96 deletions(-)

commit b1f72d2b61a749fe39ddb3add7e8be4f093b5e61
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Sun Oct 14 08:52:47 2018 +0200

    Fix warning with Qt 5.11

 configure                             |  10 ++
 src/AbstractArrayTool.cpp             |   2 +-
 src/AbstractFKFunction.cpp            |   4 +-
 src/ActiveConvFKRayleigh.cpp          | 166 ++++++++++++++++++++++++++++++++++
 src/ActiveConvFKRayleigh.h            |  66 ++++++++++++++
 src/ActiveHRFKRayleigh.cpp            |  42 +++------
 src/ActiveHRFKRayleigh.h              |  14 +--
 src/ActiveHRFKRayleighEllipticity.cpp |  72 +++++++++++++++
 src/ActiveHRFKRayleighEllipticity.h   | 101 +++++++++++++++++++++
 src/ArrayCore.h                       |   2 +
 src/ArrayParameters.cpp               |   4 +-
 src/ConvFKRayleigh.cpp                |   8 +-
 src/FKProcess.cpp                     |  11 +--
 src/FKResults.cpp                     |   8 +-
 src/FKSteering.cpp                    |  17 +---
 src/FKSteering.h                      |  84 ++++++++++++++---
 src/HRFKDirectRayleigh.cpp            |   4 +-
 src/HRFKDirectRayleigh.h              |   2 +-
 src/HRFKRayleigh.cpp                  |  12 ++-
 src/HRFKRayleighEllipticity.cpp       |   1 -
 src/HRFKRayleighEllipticity.h         |   1 -
 src/KmaxSolver.cpp                    |  10 +-
 src/KminSolver.cpp                    |   2 +-
 23 files changed, 543 insertions(+), 100 deletions(-)

commit fb10df869559db9fb70e4cdc3bf010446364a059
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Thu Oct 4 13:15:23 2018 +0200

    Fix BUILD_SUBDIR

 configure | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 6ad46c22050f32bb924135c3a30f3454373be8b0
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Tue Oct 2 14:29:20 2018 +0200

    Fix double subdir in BUILD_DIR

 configure | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit c08266324e14127c70a4b605eb093186eed5fd1f
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Tue Oct 2 11:03:49 2018 +0200

    Update configure file
    
    -batch replaced by -accept-license
    Path to BUILD_DIR added to mkdir ui/

 configure | 37 ++++++++++++++++++++++++++++++-------
 1 file changed, 30 insertions(+), 7 deletions(-)

commit b4edb8ce1bd4751bcfff974d8a306cf34fd6febf
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Sat Sep 29 00:00:35 2018 +0200

    Damping with SVD
    
    new hasEllipticity() used to choose between localMax() and localMaxBest()

 src/AbstractFKFunction.h   |  1 +
 src/ActiveHRFKRayleigh.cpp | 39 +++++++++++++++++++++++++++--
 src/ActiveHRFKRayleigh.h   |  5 +++-
 src/ConvFKRayleigh.h       |  1 +
 src/FKLoop.cpp             |  9 ++++++-
 src/FKParameters.cpp       | 14 ++++++++---
 src/FKParameters.h         |  5 +++-
 src/FKPeaks.cpp            |  3 +++
 src/FKProcess.cpp          | 62 ++++++++++++++++------------------------------
 src/FKProcess.h            |  1 -
 src/HRFKDirectRayleigh.h   |  1 +
 src/OmniFKRayleigh.h       |  1 +
 12 files changed, 92 insertions(+), 50 deletions(-)

commit bb81189fd3d706c9c0f78030b5d4e892a6af0795
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Tue Sep 25 14:28:35 2018 +0200

    Minor edit

 src/ActiveHRFKRayleigh.cpp |  2 +-
 src/FKProcess.cpp          | 50 +++++++++++++++++++++++++++++++---------------
 2 files changed, 35 insertions(+), 17 deletions(-)

commit 99a182e60bd5000fe28d12c965e7eb5c7f583d3d
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Tue Sep 18 15:38:30 2018 +0200

    Implementation of Active process

 configure                         |  22 ++++++-
 src/ActiveConvFKVertical.cpp      | 112 +++++++++++++++++++++++++++++++++
 src/ActiveConvFKVertical.h        |  65 ++++++++++++++++++++
 src/ActiveHRFKDirectRayleigh.cpp  |  64 +++++++++++++++++++
 src/ActiveHRFKDirectRayleigh.h    |  49 +++++++++++++++
 src/ActiveHRFKRayleigh.cpp        |  92 ++++++++++++++++++++++++++++
 src/ActiveHRFKRayleigh.h          |  58 ++++++++++++++++++
 src/ActiveHRFKVertical.cpp        |  66 ++++++++++++++++++++
 src/ActiveHRFKVertical.h          |  51 +++++++++++++++
 src/ArrayCore.h                   |   4 ++
 src/ArrayProcess.cpp              |   3 +-
 src/ArrayStations.cpp             |  38 +++++++++---
 src/ArrayStations.h               |   1 +
 src/FKParameters.cpp              |  74 ++++++++++++++++------
 src/FKParameters.h                |  11 +++-
 src/FKProcess.cpp                 | 108 +++++++++++++++++++++++++++++++-
 src/FKProcess.h                   |   3 +
 src/FKResults.cpp                 |   4 +-
 src/FKStationSignals.cpp          |  30 +++++----
 src/FKSteering.h                  | 126 +++++++++++++++++++++++++++++++++++++-
 src/GaussianFrequencyBand.cpp     |   2 +-
 src/HRFKDirectRayleigh.cpp        |   4 +-
 src/HRFKDirectRayleighRefined.cpp |   2 +-
 23 files changed, 933 insertions(+), 56 deletions(-)

commit e2e4aecc14866f6c357bdc0f2e40bd41da0d9da3
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Fri Sep 7 03:45:19 2018 +0200

    Add log when saving results

 src/FKResults.cpp | 1 +
 1 file changed, 1 insertion(+)

commit 5260dc27c96f7d8c16592cab219c1be96e774415
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Thu Sep 6 11:23:20 2018 +0200

    Remove noise filtering

 src/FKParameters.cpp | 6 ++++--
 src/FKProcess.cpp    | 2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)

commit ac5c019b30c03a487392bc40309dac9edacefd32
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Wed Sep 5 09:30:55 2018 +0200

    Fix mismatch in processing types

 src/FKParameters.cpp               | 16 ++++++++--------
 src/FKProcess.cpp                  | 28 ++++++++++++++++------------
 src/HRFKDirectRayleighFixedEll.cpp |  3 +++
 3 files changed, 27 insertions(+), 20 deletions(-)

commit 751823aa659571d15868e2d752c502bc7564493f
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Mon Aug 27 11:01:08 2018 +0200

    Trying noise reduction with eigen decomposition

 src/FKProcess.cpp | 18 +++++++++++++-----
 src/SPACTool.h    |  1 -
 2 files changed, 13 insertions(+), 6 deletions(-)

commit 3a2f0e7362f748daa020ce006e1bf22ca4a30e75
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Thu Jul 26 23:00:23 2018 +0200

    Fix power if ell is null

 src/HRFKDirectRayleigh.cpp | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit ea78e66abb9636edf3deae1273bd5960be656012
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Thu Jul 26 18:02:04 2018 +0200

    Corrected power
    
    Check that ellipticities are consistant

 src/AbstractFKFunction.h   |  1 +
 src/FKLoop.cpp             |  2 +-
 src/HRFKDirectRayleigh.cpp | 15 +++++++++++++--
 src/HRFKDirectRayleigh.h   |  2 ++
 4 files changed, 17 insertions(+), 3 deletions(-)

commit a13e3ae25581d77aea029ece9fc3d817f0249433
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Thu Jul 26 15:54:28 2018 +0200

    Exponent 1.5 accetped as standard

 configure                                          | 10 ++++----
 src/ArrayCore.h                                    |  2 +-
 src/FKParameters.cpp                               |  8 +++---
 src/FKParameters.h                                 |  2 +-
 src/FKProcess.cpp                                  | 18 +++++++-------
 src/HRFKDirectRayleigh.cpp                         | 20 +++++++++------
 ...leighPower.cpp => HRFKDirectRayleighRadial.cpp} | 29 +++++++++-------------
 ...tRayleighPower.h => HRFKDirectRayleighRadial.h} | 10 ++++----
 8 files changed, 50 insertions(+), 49 deletions(-)

commit cd0336a79346e2ffcd9df61868174170483a8665
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Thu Jul 26 12:30:28 2018 +0200

    Renaming

 configure                                          | 42 ++++++-------
 src/ArrayCore.h                                    |  8 +--
 src/FKParameters.cpp                               | 30 +++++-----
 src/FKParameters.h                                 |  2 +-
 src/FKProcess.cpp                                  | 54 ++++++++---------
 src/FKSteering.h                                   | 30 ++--------
 src/HRFKDirectRayleigh.cpp                         | 34 +++--------
 ...leighSquare.cpp => HRFKDirectRayleighPower.cpp} | 18 +++---
 ...tRayleighSquare.h => HRFKDirectRayleighPower.h} | 10 ++--
 ...ighInfRad.cpp => HRFKDirectRayleighRefined.cpp} | 68 ++--------------------
 ...ayleighInfRad.h => HRFKDirectRayleighRefined.h} | 16 ++---
 ...ghSupRad.cpp => HRFKDirectRayleighVertical.cpp} | 25 ++++----
 ...yleighSupRad.h => HRFKDirectRayleighVertical.h} | 10 ++--
 src/HRFKRayleigh.cpp                               |  8 ++-
 ...ghValidator.cpp => HRFKRayleighEllipticity.cpp} | 14 ++---
 ...yleighValidator.h => HRFKRayleighEllipticity.h} | 50 ++++++++--------
 16 files changed, 159 insertions(+), 260 deletions(-)

commit 48d68e17a4edda817a6233a609e97a1c53d3fcf7
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Thu Jul 26 09:08:35 2018 +0200

    Fix steering for InfRad and SupRad

 src/FKSteering.h                 | 12 ++++++------
 src/HRFKDirectRayleighSupRad.cpp |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

commit d4152161e177018f2fce672c6ad35cd6caecddec
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Thu Jul 26 00:17:00 2018 +0200

    Fix refine (below kmin)

 src/ArrayProcess.cpp             |  2 +-
 src/FKLoop.cpp                   |  1 +
 src/FKResults.cpp                | 15 +++++++++++++++
 src/FKResults.h                  |  5 +++++
 src/HRFKDirectRayleighInfRad.cpp | 20 +++++++++++++-------
 src/HRFKDirectRayleighInfRad.h   |  2 --
 src/HRFKDirectRayleighSupRad.cpp | 18 +++++++++---------
 7 files changed, 44 insertions(+), 19 deletions(-)

commit b855f8ffcbc6afeaafa927540fcc6bd88b172e19
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Wed Jul 25 09:23:54 2018 +0200

    Output number of block set computed
    
    Help optimizing the number of threads

 src/FKLoop.cpp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit c5c1d4a9fc7416ca092c1d0fa63044d1a1d7dc76
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Wed Jul 25 08:28:19 2018 +0200

    Fix infinite loop at end of each frequency

 src/FKLoop.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2740749457dbf3103223e9c2417d0eb373cbe262
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Wed Jul 25 00:07:10 2018 +0200

    Trying to fix refine

 src/FKProcess.cpp                  |  6 +++---
 src/HRFKDirectRayleighFixedEll.cpp |  3 +++
 src/HRFKDirectRayleighInfRad.cpp   | 28 +++++++++++++++++++---------
 3 files changed, 25 insertions(+), 12 deletions(-)

commit 8b9fbf0b6010e7f612c893450665109491536b6d
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Tue Jul 24 22:09:34 2018 +0200

    Avoid crash if no fixed ell function created

 src/FKParameters.cpp |  2 +-
 src/FKProcess.cpp    | 24 ++++++++++++++----------
 2 files changed, 15 insertions(+), 11 deletions(-)

commit 243ca4fe42c04e76da881f21cabc501b219640f0
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Tue Jul 24 17:57:55 2018 +0200

    Consider all refines

 src/AbstractFKFunction.cpp       | 14 ++++++++++-
 src/AbstractFKFunction.h         |  7 +++++-
 src/FKLoop.cpp                   | 16 ++++++-------
 src/HRFKDirectRayleighInfRad.cpp | 50 +++++++++++++++++++++-------------------
 src/HRFKDirectRayleighInfRad.h   |  4 +++-
 5 files changed, 55 insertions(+), 36 deletions(-)

commit ad030bd5253b863849d368e001e2ffbb8ae2635f
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Tue Jul 24 13:44:30 2018 +0200

    More output of refinements

 src/HRFKDirectRayleighInfRad.cpp | 18 ++++++++++++++----
 1 file changed, 14 insertions(+), 4 deletions(-)

commit c836b3e62c25ce551ee57d13ab3b78c4e0aab594
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Tue Jul 24 13:37:49 2018 +0200

    Fix number of maximam to output

 src/HRFKDirectRayleighInfRad.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 200cb8192dd2150f65bf3faa950f50726e26fd51
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Tue Jul 24 13:25:40 2018 +0200

    Refinement implemented, under test...

 src/FKLoop.cpp                   |  3 ++-
 src/HRFKDirectRayleigh.cpp       |  3 ---
 src/HRFKDirectRayleighInfRad.cpp | 34 ++++++++++++++++++++++++++++------
 src/HRFKDirectRayleighSquare.cpp |  3 ---
 src/HRFKDirectRayleighSupRad.cpp |  2 --
 src/HRFKRayleighValidator.cpp    |  9 +++++++--
 src/HRFKRayleighValidator.h      |  2 +-
 7 files changed, 38 insertions(+), 18 deletions(-)

commit 84ddbe2976a65279920a31b31fa4dda57c5133b1
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Tue Jul 24 00:23:27 2018 +0200

    add fixed ellipticity curve

 src/AbstractFKFunction.h         |   2 +-
 src/FKLoop.cpp                   | 800 +--------------------------------------
 src/FKLoop.h                     |   1 -
 src/FKParameters.cpp             |  13 +-
 src/FKParameters.h               |   4 +
 src/FKProcess.cpp                |  60 ++-
 src/FKProcess.h                  |   4 +
 src/HRFKDirectRayleighFixedEll.h |   2 +
 src/HRFKDirectRayleighInfRad.cpp |   2 +-
 src/HRFKDirectRayleighInfRad.h   |   2 +-
 10 files changed, 86 insertions(+), 804 deletions(-)

commit aab24b85dd93da5aa690e291ed6f665d7b67ac2c
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Mon Jul 23 15:18:38 2018 +0200

    Fixed ell tests: fifth mode with HF sampling

 src/FKLoop.cpp | 130 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 128 insertions(+), 2 deletions(-)

commit 3c02ec10079725c708f5565fe0ba1b979baa0117
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Mon Jul 23 15:14:01 2018 +0200

    Fixed ell tests: fourth mode with HF sampling

 src/FKLoop.cpp | 222 ++++++++++++++++++++++++++++++++++++++++-----------------
 1 file changed, 158 insertions(+), 64 deletions(-)

commit 0250fef1bf3ef0f7cb84b24992d794c965534a46
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Mon Jul 23 14:37:50 2018 +0200

    Fixed ell tests: fourth higher mode

 src/FKLoop.cpp | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 68 insertions(+), 3 deletions(-)

commit bbf8620e87b0bf9c7eecae683dedfa9781f2b20b
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Mon Jul 23 14:19:42 2018 +0200

    Fixed ell tests: third higher mode

 src/FKLoop.cpp | 80 +++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 77 insertions(+), 3 deletions(-)

commit a6e0a10bdecde3fed2b6c6545a656e9bb4be3206
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Mon Jul 23 14:09:34 2018 +0200

    Fixed ell tests: second higher mode

 src/FKLoop.cpp | 107 ++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 102 insertions(+), 5 deletions(-)

commit 7a8199ff3ad6d2281154ea20cfe62412186693f5
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Mon Jul 23 14:01:46 2018 +0200

    Fixed ell tests: first higher mode
    
    Add parameter SKIP_LOVE

 src/FKLoop.cpp       | 18 +++++++++++-------
 src/FKParameters.cpp | 12 ++++++++++--
 src/FKParameters.h   |  4 ++++
 3 files changed, 25 insertions(+), 9 deletions(-)

commit fca48d63fb1b01a314d5dead1c8a2276e90c5a62
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Mon Jul 23 13:44:22 2018 +0200

    Apply fixed ell when cross spectrum is ready

 src/FKLoop.cpp | 149 +++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 src/FKLoop.h   |   2 +-
 2 files changed, 145 insertions(+), 6 deletions(-)

commit cb95d8ef12f960000b6fd9dd943f1dbe4836aaf6
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Mon Jul 23 12:14:05 2018 +0200

    Test with fixed ellipticy (fundamental mode)

 src/FKLoop.cpp                     | 215 ++++++++++++++++++++++++++++++++++++-
 src/FKLoop.h                       |   3 +-
 src/FKProcess.cpp                  |   2 +-
 src/FKSteering.cpp                 |   4 +-
 src/FKSteering.h                   |  41 +++++--
 src/HRFKDirectRayleigh.cpp         |  58 +++++-----
 src/HRFKDirectRayleigh.h           |   6 +-
 src/HRFKDirectRayleighFixedEll.cpp |  64 ++++++++++-
 src/HRFKDirectRayleighFixedEll.h   |  17 +--
 src/HRFKDirectRayleighInfRad.cpp   |  27 ++---
 src/HRFKDirectRayleighInfRad.h     |   1 -
 src/HRFKDirectRayleighSquare.cpp   |  14 ++-
 src/HRFKDirectRayleighSupRad.cpp   |  44 +++-----
 13 files changed, 379 insertions(+), 117 deletions(-)

commit e671f4f0269f521c3cb450914197dd72d48f6625
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Sun Jul 22 15:27:16 2018 +0200

    Back to square for testing

 src/HRFKDirectRayleighSquare.cpp | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit dcd2289e8ed56478b5c7fa83f48fd92fe42f696e
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Sun Jul 22 07:52:18 2018 +0200

    Comment RayleighFixedEllGrid

 src/FKLoop.cpp | 2 +-
 src/FKLoop.h   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 07b92bb1bda734842627b3252dfb374fe6469553
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Sun Jul 22 01:05:04 2018 +0200

    New 1.5 direct steering power... to be tested

 configure                          | 11 +++++---
 src/ArrayCore.h                    |  1 +
 src/ArrayProcess.cpp               |  9 -------
 src/AsyncArrayProcess.cpp          |  2 +-
 src/BlockAveragingParameters.cpp   | 26 ++++++++++--------
 src/BlockAveragingParameters.h     |  2 +-
 src/FKLoop.cpp                     | 45 ++++++++++++++++---------------
 src/FKLoop.h                       |  3 ++-
 src/FKProcess.cpp                  | 28 +++++++++++++++++--
 src/FKProcess.h                    |  2 +-
 src/FKResults.cpp                  |  9 ++++---
 src/FKResults.h                    |  2 +-
 src/FKSteering.cpp                 |  9 +++++++
 src/FKSteering.h                   | 18 +++++++++++++
 src/HRFKDirectRayleigh.h           |  4 +++
 src/HRFKDirectRayleighFixedEll.cpp | 55 ++++++++++++++++++++++++++++++++++++++
 src/HRFKDirectRayleighFixedEll.h   | 53 ++++++++++++++++++++++++++++++++++++
 src/HRFKDirectRayleighInfRad.cpp   |  1 +
 src/HRFKDirectRayleighSquare.cpp   |  4 +--
 src/HRFKRayleigh.h                 |  4 +++
 src/stable.h                       |  1 +
 21 files changed, 232 insertions(+), 57 deletions(-)

commit 8ef97f5974b8d66b756bb4d5f6859903a8e543fe
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Mon Jul 16 23:57:14 2018 +0200

    GaussianMixture lib renamed to QGpCoreStat

 admin/info        |  2 +-
 configure         | 10 +++++-----
 src/FKResults.cpp | 41 ++++++++++++++++++++++++++---------------
 src/FKResults.h   |  2 +-
 src/stable.h      |  1 -
 5 files changed, 33 insertions(+), 23 deletions(-)

commit b367e5b06bfb97281ae1f586e96031dea4ecac74
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Sun Jul 15 22:23:29 2018 +0200

    Fix noise correction for ellipticity

 src/AbstractFKFunction.h         |  1 +
 src/FKLoop.cpp                   |  5 ++++-
 src/HRFKDirectRayleighInfRad.cpp | 16 +++++++++++++++-
 src/HRFKDirectRayleighInfRad.h   |  1 +
 4 files changed, 21 insertions(+), 2 deletions(-)

commit 97e377073027264bc5144f1bea33b910c4011ef2
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Sat Jul 14 23:29:12 2018 +0200

    Fix sign of ellipticity

 src/HRFKDirectRayleighInfRad.cpp | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

commit d562468a70935188958b860b86875a0a0cd0520d
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Fri Jul 13 23:41:30 2018 +0200

    Fix R formula and ellipticity correction

 src/HRFKDirectRayleighInfRad.cpp | 19 ++++++++++++++-----
 src/HRFKDirectRayleighInfRad.h   |  3 +++
 2 files changed, 17 insertions(+), 5 deletions(-)

commit f53447d593d12a2080d0591c1d0e86712fd1058b
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Thu Jul 12 17:00:55 2018 +0200

    Fix ell computation

 src/AbstractFKFunction.h         |  2 +-
 src/ConvFKRayleigh.h             |  2 +-
 src/FKLoop.cpp                   |  4 +++-
 src/HRFKDirectRayleigh.cpp       | 32 +++++++++++---------------------
 src/HRFKDirectRayleigh.h         |  4 +---
 src/HRFKDirectRayleighInfRad.cpp |  8 +-------
 src/HRFKDirectRayleighInfRad.h   |  2 --
 src/HRFKDirectRayleighSquare.cpp |  6 ++----
 src/HRFKDirectRayleighSquare.h   |  2 --
 src/HRFKDirectRayleighSupRad.cpp |  8 +-------
 src/HRFKDirectRayleighSupRad.h   |  2 --
 src/HRFKRayleigh.cpp             |  2 +-
 src/HRFKRayleigh.h               |  2 +-
 13 files changed, 23 insertions(+), 53 deletions(-)

commit c84adb98bb3bfa50f1b16c247780e31a58910fa7
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Thu Jul 12 16:38:51 2018 +0200

    Fix computation of noise for RTBF
    
    tan() was missing to convert ellipticities

 src/HRFKRayleigh.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 6f7fd605132ef0a36369c0d509dcb2c6da734578
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Thu Jul 12 16:19:02 2018 +0200

    Add experimental modes to check hybrid ellipticity

 configure                        |  17 +++++-
 src/AbstractFKFunction.h         |   4 +-
 src/ArrayCore.h                  |   3 ++
 src/FKParameters.cpp             |  52 +++++++++++++-----
 src/FKParameters.h               |   3 +-
 src/FKProcess.cpp                |  38 ++++++++-----
 src/FKSteering.h                 |  28 ++++++++--
 src/HRFKDirectRayleigh.cpp       |  76 +++++++++++++++-----------
 src/HRFKDirectRayleigh.h         |  14 +++--
 src/HRFKDirectRayleighInfRad.cpp | 113 +++++++++++++++++++++++++++++++++++++++
 src/HRFKDirectRayleighInfRad.h   |  55 +++++++++++++++++++
 src/HRFKDirectRayleighSquare.cpp |  92 +++++++++++++++++++++++++++++++
 src/HRFKDirectRayleighSquare.h   |  53 ++++++++++++++++++
 src/HRFKDirectRayleighSupRad.cpp | 113 +++++++++++++++++++++++++++++++++++++++
 src/HRFKDirectRayleighSupRad.h   |  55 +++++++++++++++++++
 src/HRFKRayleigh.cpp             |   2 +-
 src/HRFKRayleigh.h               |   4 +-
 17 files changed, 649 insertions(+), 73 deletions(-)

commit 153772854c7e49f42a15a182165d1b5eef853c5f
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Tue Jul 10 15:32:44 2018 +0200

    Lighter automatic frequency adjustment

 src/FKResults.cpp | 14 +++++++++++---
 src/FKTool.cpp    | 21 +++++++++++++--------
 2 files changed, 24 insertions(+), 11 deletions(-)

commit ce9f46552aa3f32048aacb32c5fb5ef3b01c8a83
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Mon Jul 9 00:59:28 2018 +0200

    Hybrid with p squared fro both

 src/HRFKDirectRayleigh.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit d4f2766f0ac14df96adf6768ed0e493e523616f6
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Mon Jul 9 00:01:16 2018 +0200

    Hybrid Rh and Rs power

 src/FKSteering.h           |  2 +-
 src/HRFKDirectRayleigh.cpp | 64 ++++++++++++++++++++++------------------------
 2 files changed, 31 insertions(+), 35 deletions(-)

commit f126c49ebcdf1d822ab8d26f509b3f56cc5092c2
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Sat Jul 7 00:01:25 2018 +0200

    Test squared power

 src/FKSteering.h           |  6 +++---
 src/HRFKDirectRayleigh.cpp | 22 +++++++++++++---------
 2 files changed, 16 insertions(+), 12 deletions(-)

commit feb181b70e07236604767877411731ec71f36730
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Fri Jul 6 23:51:25 2018 +0200

    Test inf1rad

 src/FKSteering.h           | 2 +-
 src/HRFKDirectRayleigh.cpp | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 7d9206d66b110acaf0b3d5a3cb3d160fe69d9faf
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Fri Jul 6 14:14:23 2018 +0200

    Inverse ell>1

 src/FKSteering.h           | 2 +-
 src/HRFKDirectRayleigh.cpp | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 1a75ce20b64dc945a819895914b3a045b3b5738c
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Fri Jul 6 11:29:09 2018 +0200

    Indexed steering all with ell<1 or >1

 src/FKSteering.h | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

commit ab5bca3161efe4c85552e4345e298b354bb24de7
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Fri Jul 6 10:25:09 2018 +0200

    Fix ellipticity sign and try with radial/vertical

 src/HRFKDirectRayleigh.cpp | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

commit 9a9c7fe21a2734a963fcae9217a6590a7f17c585
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Fri Jul 6 00:01:50 2018 +0200

    Fix crash: use correct cross spectrum for direct

 src/HRFKDirectRayleigh.cpp | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit b06183ed0af03436fba45bd3711795178da15e72
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Thu Jul 5 16:32:01 2018 +0200

    Try improvement without squared power

 configure                                        |  32 +++---
 src/ArrayCore.h                                  |   6 +-
 src/FKProcess.cpp                                |  14 +--
 src/FKSteering.h                                 |  38 +++++-
 src/{HRFKTransverse2C.cpp => HRFKDirectLove.cpp} |  20 ++--
 src/{HRFKTransverse2C.h => HRFKDirectLove.h}     |  10 +-
 src/{HRFKRadial2C.cpp => HRFKDirectRadial.cpp}   |  20 ++--
 src/{HRFKRadial2C.h => HRFKDirectRadial.h}       |  10 +-
 src/HRFKDirectRayleigh.cpp                       | 140 +++++++++++++++++++++++
 src/{HRFKRayleigh3C.h => HRFKDirectRayleigh.h}   |  18 +--
 src/HRFKRayleigh3C.cpp                           |  95 ---------------
 src/HRFKRayleighValidator.cpp                    |  14 +++
 src/HRFKRayleighValidator.h                      |  22 ++++
 13 files changed, 273 insertions(+), 166 deletions(-)

commit 9b4f1f349cf0ece8e47a963fd2d455cf592f3232
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Wed Jul 4 23:21:56 2018 +0200

    Restore max search for 3C

 src/FKLoop.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 811c6dd4fcc0ba0607f6fbc754fc1b19d9ca2a96
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Tue Jul 3 22:50:26 2018 +0200

    Comment peak search for timing tests

 src/FKLoop.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 81faa89386e01791cb843f9d02411eeb8cf7f855
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Fri Jun 29 12:44:42 2018 +0200

    Love cross-spectrum was not inverted

 src/FKProcess.cpp | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

commit a20f00833c287034183d057bf1498b67d12ee529
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Fri Jun 29 10:04:17 2018 +0200

    Add skip Qt translations

 configure | 112 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 61 insertions(+), 51 deletions(-)

commit 1f590c3f925e773cd06e67f44414f15d2b24a6c9
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Fri Jun 29 09:57:27 2018 +0200

    Update of configure

 configure | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 5837dd7836dcf514dde9bf20583086e668e922ac
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Mon Jun 18 12:18:44 2018 +0200

    dd output of freq weithing function

 src/GaussianFrequencyBand.cpp | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

commit 7c4f7df4be748285885eaeb56e2a1bfb98afde7c
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Mon Jun 18 11:27:17 2018 +0200

    Return false if cannot invert

 src/FKProcess.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 3b7d44cad8743c168482ea524f40f2d30bbc6536
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Fri Jun 15 14:08:49 2018 +0200

    Default frequnecy step set to 1.025

 src/ArrayParameters.cpp | 1 +
 1 file changed, 1 insertion(+)

commit 347a68e459135b25ca792323e93aeb3383f4e8ec
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Tue Jun 12 21:49:17 2018 +0200

    Fix ORGANISATION

 admin/info | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d4f43ae2143d34b1ef3373fd5df254a0f725a26d
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Thu Jun 7 15:50:40 2018 +0200

    Testing of multi-array

 src/AsyncStationCouple.cpp |  2 +-
 src/FKProcess.cpp          | 47 +++++++++++++++++++++++++++++++++++++++++++++-
 src/FKProcess.h            |  1 +
 3 files changed, 48 insertions(+), 2 deletions(-)

commit e55f1e5c7249e1189263e5280a554a0f1de1c9b4
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Tue Jun 5 23:10:12 2018 +0200

    Fix masking experimental multi array
    
    Fix ellipticity export for HRFKRayleigh3C

 src/FKProcess.cpp    | 4 ++--
 src/HRFKRayleigh3C.h | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

commit 4ae8aa97b1175ccb15ac9ee49818714dbe1013c1
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Tue Jun 5 13:34:32 2018 +0200

    Avoid ouput of mask matrix

 src/FKProcess.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 33c7f40b212aa4a11b1d310e658dc1293054cda6
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Tue Jun 5 13:33:00 2018 +0200

    Does nothing if ARRAY is not defined

 src/FKProcess.cpp | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit 4ba7e21bb4d1a2abacea83adcd1175e4b9285aac
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Tue Jun 5 13:07:04 2018 +0200

    Fix STATISTIC_MAX_OVERLAP
    
    Add experimental ARRAY for testing the feasibility of joining array in
    cross-spectral matrix

 src/BlockAveragingParameters.cpp | 15 ++++++++++--
 src/BlockAveragingParameters.h   |  2 +-
 src/FKParameters.cpp             | 16 ++++++++++---
 src/FKParameters.h               |  3 +++
 src/FKProcess.cpp                | 52 ++++++++++++++++++++++++++++++++++++++++
 src/FKProcess.h                  |  4 ++++
 6 files changed, 86 insertions(+), 6 deletions(-)

commit 3a9837587233e4dff0ffdb8d7921248aea7575d8
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Mon Jun 4 23:42:31 2018 +0200

    Fix return in add()

 src/FKPeaks.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 31d1fd3c4a1f41a9500fa1d30b5f58335b5b9752
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Mon Jun 4 16:41:57 2018 +0200

    Stop if results is full
    
    Add parameter STATISTIC_MAX_OVERLAP

 configure                        |   5 ++
 src/ArrayCore.h                  |   1 +
 src/BlockAveragingParameters.cpp |  24 ++++++---
 src/BlockAveragingParameters.h   |   4 ++
 src/CrossSpectrum.cpp            | 112 +++++++++++++++++++++++++++++++++++++++
 src/CrossSpectrum.h              |  66 +++++++++++++++++++++++
 src/FKLoop.cpp                   |  29 +++++++---
 src/FKLoop.h                     |   2 +-
 src/FKPeaks.cpp                  |  69 +++++++++++++++---------
 src/FKPeaks.h                    |   3 +-
 src/FKProcess.cpp                |   6 ---
 src/FKResults.h                  |   6 +--
 12 files changed, 277 insertions(+), 50 deletions(-)

commit 97bfc4992490d34885762d815c5cff2bd3323868
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Mon Jun 4 12:50:12 2018 +0200

    Fix syntax error

 src/FKPeaks.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 58da6d3e7b110423bc19edccc088dad4b05e89c9
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Mon Jun 4 12:42:53 2018 +0200

    External build dir
    
    Add realloc message to track bug in add peak

 configure       | 157 +++++++++++++++++++++++++++++++-------------------------
 src/FKLoop.cpp  |   2 +-
 src/FKPeaks.cpp |   3 ++
 3 files changed, 90 insertions(+), 72 deletions(-)

commit 9f8b5102cf811786e3cec89fe747e36e2315d306
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Sun Jun 3 07:24:11 2018 +0200

    Fix crash on deleting FKProcess

 src/FKProcess.cpp | 2 --
 1 file changed, 2 deletions(-)

commit ed04b45c0ef8825fc0eccc5206b9b3762cb061af
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Fri Jun 1 17:10:43 2018 +0200

    Cleaning of lock/unlock signals

 src/ArrayProcess.cpp        | 15 +++------------
 src/ArrayProcess.h          |  2 --
 src/FKLoop.cpp              |  3 +--
 src/FKProcess.cpp           |  4 +++-
 src/FKProcess.h             |  2 +-
 src/LinearFKPassiveLoop.cpp |  2 +-
 src/MuttiArrayFKLoop.cpp    |  3 +--
 7 files changed, 10 insertions(+), 21 deletions(-)

commit 2e8e5c388b6db7b556dc7a47a80d6bd249224f84
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Thu May 31 14:27:35 2018 +0200

    Fix (HR)FK vertical

 src/ConvFKVertical.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d125e6ed2e0e443f12853b8d1a41278948677737
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Wed May 30 23:22:26 2018 +0200

    Fix gridding for HRFKRayleigh3C
    
    Cross-spectrum fixed for HRFKRadial2C
    Steering vector fixed for HRFKRayleigh

 src/ArrayProcess.cpp     | 2 +-
 src/FKLoop.cpp           | 4 ----
 src/FKProcess.cpp        | 4 ++--
 src/FKProcess.h          | 4 ++--
 src/HRFKRadial2C.cpp     | 2 +-
 src/HRFKRayleigh.cpp     | 2 +-
 src/HRFKRayleigh.h       | 2 +-
 src/HRFKRayleigh3C.cpp   | 9 ++++++++-
 src/HRFKRayleigh3C.h     | 1 +
 src/HRFKTransverse2C.cpp | 2 +-
 src/OmniFKRayleigh.cpp   | 2 +-
 11 files changed, 19 insertions(+), 15 deletions(-)

commit 5db06352255cfe2261511eca2843d42da3711f18
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Tue May 29 17:01:40 2018 +0200

    Use APP_LOG

 src/FKPeaks.cpp | 4 +---
 src/FKTool.cpp  | 4 ++--
 2 files changed, 3 insertions(+), 5 deletions(-)

commit 1d9a9db0fc7a4a6ddfa975be870d2e336be8591d
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Tue May 29 13:11:10 2018 +0200

    Minor edit

 src/FKLoop.cpp | 3 ---
 1 file changed, 3 deletions(-)

commit c66436681dea617e68722b777d7347c7fb8aa754
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Tue May 29 01:51:55 2018 +0200

    New "App::log()" instead of "App::stream() <<"
    
    Old structure was not working properly for parallel processes

 configure                        |  2 +-
 src/AbstractArrayTool.cpp        | 23 +++++-----
 src/AbstractFKFunction.cpp       | 16 +++----
 src/AbstractFKFunction.h         |  2 +-
 src/ArrayProcess.cpp             | 14 +++----
 src/ArrayStations.cpp            |  4 +-
 src/AsyncStationCouple.cpp       |  4 +-
 src/BlockAveragingParameters.cpp |  4 +-
 src/ConvFKRadial.cpp             |  6 +--
 src/ConvFKRayleigh.cpp           | 17 ++++++--
 src/ConvFKRayleigh.h             |  1 +
 src/ConvFKTransverse.cpp         |  6 +--
 src/ConvFKVertical.cpp           |  8 ++--
 src/FKLoop.cpp                   | 32 +++++++-------
 src/FKPeaks.cpp                  | 20 +++++----
 src/FKPeaks.h                    |  3 +-
 src/FKProcess.cpp                | 18 ++++----
 src/FKProcess.h                  |  4 +-
 src/FKResults.cpp                | 58 ++++++++++++-------------
 src/FKSteering.cpp               | 73 ++++++++++++++++++++++++++++----
 src/FKSteering.h                 | 91 ++++++++++++++++++++++++++++++++++------
 src/FKTool.cpp                   | 16 +++----
 src/HRFKRadial.cpp               |  6 +--
 src/HRFKRadial2C.cpp             | 23 +++++++---
 src/HRFKRadial2C.h               |  1 +
 src/HRFKRayleigh.cpp             | 17 ++++++--
 src/HRFKRayleigh.h               |  1 +
 src/HRFKRayleigh3C.cpp           | 19 +++++++--
 src/HRFKRayleigh3C.h             |  1 +
 src/HRFKTransverse.cpp           |  6 +--
 src/HRFKTransverse2C.cpp         | 19 +++++++--
 src/HRFKTransverse2C.h           |  1 +
 src/HRFKVertical.cpp             |  6 +--
 src/KmaxSolver.cpp               |  2 +-
 src/KmaxSolver.h                 |  2 +-
 src/MuttiArrayFKLoop.cpp         | 13 +++---
 src/OmniFKRayleigh.cpp           | 14 +++----
 src/OmniFKVertical.cpp           | 13 +++---
 src/SPACLoop.cpp                 |  2 +-
 src/SPACLoop.h                   |  2 +-
 src/SPACTool.cpp                 |  2 +-
 41 files changed, 380 insertions(+), 192 deletions(-)

commit 1847231e342e302000432dca34c4a300d3f63fa6
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Fri May 25 15:40:25 2018 +0200

    Fix FK missing FK parameters

 src/FKParameters.cpp | 45 ++++++++++++++++++++++++++++++++++++---------
 src/FKTool.cpp       | 11 +++++++++--
 2 files changed, 45 insertions(+), 11 deletions(-)

commit 1cc3855605f7d6ebdd14e2d566d4d01f796d24fe
Author: Marc Wathelet <marc.wathelet@univ-grenoble-alpes.fr>
Date:   Thu May 24 23:28:46 2018 +0200

    Integration of FK and HRFK
    
    DirectSteering methods implemented for Love and Rayleigh

 configure                                        | 174 +++---
 src/{FK.cpp => AbstractFKFunction.cpp}           |  68 +--
 src/{FK.h => AbstractFKFunction.h}               |  81 +--
 src/ArrayCore.h                                  |  31 +-
 src/ArrayCoreVersion.h                           |   4 +-
 src/ArrayParameters.cpp                          |   1 +
 src/AsyncArrayProcess.cpp                        | 160 ++++-
 src/AsyncArrayProcess.h                          |  30 +-
 src/AsyncFKLoop.cpp                              |  32 +-
 src/AsyncFKLoop.h                                |  17 +-
 src/{HRFKTool.cpp => AsyncFKTool.cpp}            |  12 +-
 src/{HRFKTool.h => AsyncFKTool.h}                |  23 +-
 src/AsyncParameters.cpp                          | 110 ++++
 src/AsyncParameters.h                            |  66 +++
 src/AsyncStationCouple.cpp                       | 100 ++++
 src/AsyncStationCouple.h                         |  79 +++
 src/BlockAveragingParameters.cpp                 |  49 +-
 src/BlockAveragingParameters.h                   |  30 +-
 src/ConvFKRadial.cpp                             |  35 +-
 src/ConvFKRadial.h                               |  15 +-
 src/ConvFKRayleigh.cpp                           |  37 +-
 src/ConvFKRayleigh.h                             |  19 +-
 src/{FKRadial.cpp => ConvFKTransverse.cpp}       |  49 +-
 src/{FKRadial.h => ConvFKTransverse.h}           |  22 +-
 src/ConvFKVertical.cpp                           |  76 +++
 src/ConvFKVertical.h                             |  52 ++
 src/FKArrayProcess.cpp                           | 149 -----
 src/FKArrayProcess.h                             |  73 ---
 src/FKGridSearch.cpp                             |   1 -
 src/FKGridSearch.h                               |   7 +-
 src/FKHorizontal.cpp                             | 147 -----
 src/FKHorizontal.h                               |  86 ---
 src/FKLoop.cpp                                   |  71 ++-
 src/FKLoop.h                                     |  12 +-
 src/FKParameters.cpp                             | 128 +++-
 src/FKParameters.h                               |  26 +-
 src/FKProcess.cpp                                | 723 +++++++++++++++++++++++
 src/FKProcess.h                                  | 171 ++++++
 src/FKRayleigh.cpp                               | 142 -----
 src/FKRayleigh.h                                 |  61 --
 src/FKSteering.cpp                               |  37 +-
 src/FKSteering.h                                 | 207 +++++--
 src/FKTool.h                                     |   1 +
 src/FKTransverse.cpp                             |  73 ---
 src/FKTransverse.h                               |  48 --
 src/FKVertical.cpp                               |  89 ---
 src/FKVertical.h                                 |  76 ---
 src/HRFKArrayProcess.cpp                         | 624 -------------------
 src/HRFKArrayProcess.h                           | 135 -----
 src/HRFKGridSearch.cpp                           |  31 -
 src/HRFKGridSearch.h                             |  45 --
 src/HRFKLoop.cpp                                 |  65 --
 src/HRFKLoop.h                                   |  59 --
 src/HRFKParameters.cpp                           | 175 ------
 src/HRFKParameters.h                             |  77 ---
 src/HRFKRadial.cpp                               |  25 +-
 src/HRFKRadial.h                                 |  13 +-
 src/HRFKRadial2C.cpp                             |  88 +++
 src/HRFKRadial2C.h                               |  55 ++
 src/HRFKRayleigh.cpp                             |  27 +-
 src/HRFKRayleigh.h                               |  17 +-
 src/HRFKRayleigh3C.cpp                           |  28 +-
 src/HRFKRayleigh3C.h                             |  15 +-
 src/HRFKRayleighValidator.cpp                    |  39 +-
 src/HRFKRayleighValidator.h                      |  18 +-
 src/HRFKSteering.h                               | 158 -----
 src/HRFKTransverse.cpp                           |  25 +-
 src/HRFKTransverse.h                             |  13 +-
 src/HRFKTransverse2C.cpp                         |  88 +++
 src/HRFKTransverse2C.h                           |  55 ++
 src/HRFKVertical.cpp                             |  24 +-
 src/HRFKVertical.h                               |  31 +-
 src/LinearFKPassiveLoop.cpp                      |   6 +-
 src/LinearFKSearch.h                             |   6 +-
 src/MuttiArrayFKLoop.cpp                         | 184 ++++++
 src/MuttiArrayFKLoop.h                           |  73 +++
 src/{OmniHRFKRayleigh.cpp => OmniFKRayleigh.cpp} |  53 +-
 src/{OmniHRFKRayleigh.h => OmniFKRayleigh.h}     |  21 +-
 src/{OmniHRFK.cpp => OmniFKVertical.cpp}         |  69 +--
 src/{OmniHRFK.h => OmniFKVertical.h}             |  28 +-
 src/PoggiFKRadial.cpp                            |  47 ++
 src/{PoggiHRFKRadial.h => PoggiFKRadial.h}       |  15 +-
 src/{PoggiHRFK.cpp => PoggiFKVertical.cpp}       |  24 +-
 src/{PoggiHRFK.h => PoggiFKVertical.h}           |  15 +-
 src/PoggiHRFKRadial.cpp                          |  55 --
 src/RingCouples.cpp                              | 168 +++---
 src/RingCouples.h                                |  42 +-
 src/SPACLoop.cpp                                 |  67 +--
 src/SPACLoop.h                                   |  34 +-
 src/{AbstractSteering.cpp => SPACResults.cpp}    |  24 +-
 src/SPACResults.h                                |  46 ++
 src/{HRFKSteering.cpp => SPACTool.cpp}           |  42 +-
 src/{AbstractSteering.h => SPACTool.h}           |  32 +-
 93 files changed, 3322 insertions(+), 3359 deletions(-)

commit 3d81e51269ea386b0fe16a31c3b749d9cb9f6e8e
Merge: 26d0772 c7e41f4
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Apr 12 11:45:47 2018 +0200

    Merge branch 'devel' of ssh://download.geopsy.org/geopsy/git/ArrayCore into devel

commit 26d077222bedd17f2b4cd7d43089a96144954517
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Apr 12 11:44:43 2018 +0200

    Asynchroneous array processing under devel

 admin/version-devel              |   4 +-
 configure                        |  17 +++-
 src/ArrayCore.h                  |   3 +
 src/ArrayParameters.cpp          |   2 +-
 src/AsyncArrayProcess.cpp        | 109 +++++++++++++++++++++++
 src/AsyncArrayProcess.h          |  52 +++++++++++
 src/AsyncFKLoop.cpp              |  91 +++++++++++++++++++
 src/AsyncFKLoop.h                |  56 ++++++++++++
 src/BlockAveragingParameters.cpp | 185 +++++++++++++++++++++++++++++++++++++++
 src/BlockAveragingParameters.h   |  73 +++++++++++++++
 src/FKLoop.cpp                   |   4 +-
 src/HRFKArrayProcess.cpp         |  41 +--------
 src/HRFKArrayProcess.h           |   1 -
 src/HRFKParameters.cpp           |  74 +++-------------
 src/HRFKParameters.h             |  21 +----
 src/StationCoupleProcess.cpp     |  10 +--
 16 files changed, 607 insertions(+), 136 deletions(-)

commit c7e41f47745aeaebe74354dfb3ccedd467d3b3cb
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Apr 12 11:39:12 2018 +0200

    Version 0.0.0-snapshot-20180412

 admin/version-devel | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit d8a295905f72e99d9aeb7c3d168d1290a52b7837
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue Apr 10 13:07:20 2018 +0200

    Fix include without pch

 src/AbstractSteering.cpp | 2 ++
 1 file changed, 2 insertions(+)

commit b4177c94baa33b284082ba7d4a5005263a7876c8
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Fri Apr 6 11:24:49 2018 +0200

    Minor edit

 src/HRFKSteering.h | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 47c0192225d138b19b457039da9978939fd7bde7
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Mar 29 13:12:28 2018 +0200

    New Three-Component cross-spectral matrix

 configure                |  7 ++++-
 src/ArrayCore.h          |  1 +
 src/HRFKArrayProcess.cpp | 62 +++++++++++++++++++++++++++++++++++++
 src/HRFKArrayProcess.h   |  8 +++++
 src/HRFKParameters.cpp   |  4 +++
 src/HRFKParameters.h     |  2 +-
 src/HRFKRayleigh3C.cpp   | 79 ++++++++++++++++++++++++++++++++++++++++++++++++
 src/HRFKRayleigh3C.h     | 51 +++++++++++++++++++++++++++++++
 src/HRFKSteering.h       | 31 +++++++++++++++++++
 9 files changed, 243 insertions(+), 2 deletions(-)

commit a2d7b207690341bc61fa8bc1128ffface4de2fce
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Mon Mar 26 14:09:53 2018 +0200

    Remove the limitation to 5 steps per thread
    
    With limited statistics, the high frequency does not cost like in the
    past and all frequencies take approximately the same time to be computed.

 src/FKLoop.cpp | 18 ------------------
 src/FKLoop.h   |  1 -
 2 files changed, 19 deletions(-)

commit d5ec34a6cd5d8090735256016a787935496bb695
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Mon Mar 26 13:51:50 2018 +0200

    Leave SVD as experimental

 src/HRFKArrayProcess.cpp | 3 ++-
 src/HRFKParameters.cpp   | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

commit 67b63b6fcc489fc4a5108c7415aa3669958a73ca
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Mar 22 16:01:09 2018 +0100

    Decreased to 1e-8

 src/HRFKArrayProcess.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 41d11bbe5d3802080c5bfff8bdcbc37723196670
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Mar 22 15:52:41 2018 +0100

    Decrease R0 to 1e-10

 src/HRFKArrayProcess.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8d9f37063d841688eb26ecabc60c03cc50afffdd
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Mar 22 15:10:23 2018 +0100

    Remove debug output

 src/HRFKArrayProcess.cpp | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

commit 5fc195841e4bfb51368e8c3d1a2aac31ba8dd688
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Mar 22 15:04:29 2018 +0100

    Fix noise balance

 src/HRFKArrayProcess.cpp | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

commit ae31226673f977cf77daafd7ea5ef8bb40a09086
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Mar 22 14:53:19 2018 +0100

    Debug noise balance

 src/HRFKArrayProcess.cpp | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

commit 8fabbf67a83e942dbb36ac59129d624f39f00f4b
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Mar 22 14:47:55 2018 +0100

    Fix noise correction

 src/HRFKArrayProcess.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 0d49ebba091ac2f24fcb1589bc719a4e0623e85a
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Mar 22 13:25:19 2018 +0100

    A try for automatic noise balance

 src/HRFKArrayProcess.cpp | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

commit 20096bfb435e3e7700c9075b1638aa314a0e7fce
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Mar 22 12:27:23 2018 +0100

    Return false if rank is not OK

 src/HRFKArrayProcess.cpp | 72 +-----------------------------------------------
 1 file changed, 1 insertion(+), 71 deletions(-)

commit 1babd6334ee113347c855f72ff1a047b37a8a0b3
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Mar 22 12:20:56 2018 +0100

    Control over the cross matrix rank

 src/HRFKArrayProcess.cpp | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

commit 998c6aafe5a78b0dcabc84ee0166f43a82633f82
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Mar 22 00:22:25 2018 +0100

    Minor edit

 src/HRFKArrayProcess.cpp | 1 +
 1 file changed, 1 insertion(+)

commit 4def2ac15449a966e8648a9eace09e76253c1cb2
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Wed Mar 21 23:36:20 2018 +0100

    Add noise filter for cross-spectrum matrix

 src/HRFKArrayProcess.cpp | 106 +++++++++++++++++++++++++++++++++++++++++++----
 src/HRFKArrayProcess.h   |   1 +
 src/HRFKParameters.cpp   |   2 +
 src/HRFKParameters.h     |   4 ++
 4 files changed, 106 insertions(+), 7 deletions(-)

commit 3fa79df183ba0fc9a97aac732c080b54311d3617
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Mon Mar 19 21:00:33 2018 +0100

    Fix argument list ouput in .max files

 src/FKPeaks.cpp        | 2 +-
 src/HRFKParameters.cpp | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

commit 82e4e1a310fdc01cdfa570d19cf6acfd5eb65878
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Sun Mar 18 15:09:17 2018 +0100

    Calculate an estimation of noise for HRFKRayleigh

 configure                     |  9 ++++-
 src/ArrayCore.h               |  1 +
 src/FK.h                      |  1 +
 src/FKLoop.cpp                |  5 ++-
 src/FKPeaks.cpp               |  6 ++-
 src/FKPeaks.h                 |  4 +-
 src/FKResults.h               |  6 +--
 src/HRFKParameters.cpp        | 13 ++-----
 src/HRFKParameters.h          |  4 --
 src/HRFKRayleigh.cpp          | 22 +++++++++++
 src/HRFKRayleigh.h            |  1 +
 src/HRFKRayleighValidator.cpp | 89 +++++++++++++++++++++++++++++++++++++++++++
 src/HRFKRayleighValidator.h   | 75 ++++++++++++++++++++++++++++++++++++
 src/HRFKSteering.h            |  1 -
 14 files changed, 212 insertions(+), 25 deletions(-)

commit f2e8cf868f8b4ec9d641455d1539fef5c9d3ae6b
Merge: 84b61de 2efa10e
Author: Marc Wathelet <marc.wathelet@ird.fr>
Date:   Fri Mar 16 14:23:33 2018 +0100

    Merge branch 'devel' of git://download.geopsy.org/ArrayCore into devel

commit 2efa10ef039d7d7d1db3e88d4a4932a9ed7cbfd9
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Fri Mar 16 14:23:31 2018 +0100

    Back to coarse ell grid

 src/HRFKRayleigh.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 84b61de85e49638dae17824bab6a3ef5bd914d62
Merge: a13c9e2 a99edc0
Author: Marc Wathelet <marc.wathelet@ird.fr>
Date:   Fri Mar 16 00:37:25 2018 +0100

    Merge branch 'devel' of git://download.geopsy.org/ArrayCore into devel

commit a99edc0b60944772ad651d1de51c8d5d4da411e9
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Fri Mar 16 00:37:05 2018 +0100

    Full ell range with fine step pi/50

 src/HRFKRayleigh.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a13c9e2733b3fcdabcea195980dbf6adaaf7b44c
Merge: f28ea7a 812db13
Author: Marc Wathelet <marc.wathelet@ird.fr>
Date:   Thu Mar 15 22:25:13 2018 +0100

    Merge branch 'devel' of git://download.geopsy.org/ArrayCore into devel

commit 812db1314c1f5e5e3836ff54b16b837fa8ee763f
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Mar 15 22:24:48 2018 +0100

    Test refinement for small ellipticities

 src/HRFKRayleigh.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit f28ea7af3c92a01fc78dcf228713b311ff715013
Merge: db13499 9105033
Author: Marc Wathelet <marc.wathelet@ird.fr>
Date:   Thu Mar 15 14:04:06 2018 +0100

    Merge branch 'devel' of git://download.geopsy.org/ArrayCore into devel

commit 910503380ede10e0370e5c481268761b1ca096a3
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Mar 15 13:47:44 2018 +0100

    Inverse sign of ellipticty
    
    In accordance with recent update of 3C paper
    Replace localMax by localMaxXY

 src/FKLoop.cpp     | 6 +++---
 src/HRFKSteering.h | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

commit db13499b639f5489f840b412a4554b828839fce3
Merge: ed74083 b33d5a8
Author: Marc Wathelet <marc.wathelet@ird.fr>
Date:   Fri Mar 9 06:44:48 2018 +0100

    Merge branch 'devel' of git://download.geopsy.org/ArrayCore into devel

commit b33d5a8be160187d734bbd465dba6afc484af903
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Fri Mar 9 06:42:51 2018 +0100

    Complete header with command line args

 src/FKPeaks.cpp          | 60 ++++++++++++++++++++++++++++++++++++------------
 src/FKPeaks.h            |  4 +++-
 src/FKResults.cpp        |  4 ++--
 src/FKResults.h          |  2 +-
 src/FKTool.cpp           |  2 +-
 src/HRFKArrayProcess.cpp |  1 -
 6 files changed, 52 insertions(+), 21 deletions(-)

commit ed740834ae3a0d32d0874fbc9476a4794261e6de
Merge: 307cc7f a2478be
Author: Marc Wathelet <marc.wathelet@ird.fr>
Date:   Tue Mar 6 23:59:27 2018 +0100

    Merge branch 'devel' of git://download.geopsy.org/ArrayCore into devel

commit a2478be67aa95f28c2b078d4e0296bbce0e0d37d
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue Mar 6 23:59:09 2018 +0100

    Ouput of version and paramters in .max
    
    Fix bug in sort for malloc/free

 src/FKPeaks.cpp | 18 +++++++++++++++---
 1 file changed, 15 insertions(+), 3 deletions(-)

commit 307cc7f021311370728abde72f667ef2ee160c5e
Merge: 205e7d8 8cb3a46
Author: Marc Wathelet <marc.wathelet@ird.fr>
Date:   Mon Mar 5 17:19:26 2018 +0100

    Merge branch 'devel' of git://download.geopsy.org/ArrayCore into devel

commit 8cb3a46932df5b6d1ee85d999bcaad06e37c6a41
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Mon Mar 5 17:19:03 2018 +0100

    Fix -march option

 configure | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 205e7d81412a68abab629f279ee7344990d52173
Merge: e1bccd2 8cddd09
Author: Marc Wathelet <marc.wathelet@ird.fr>
Date:   Mon Mar 5 17:10:48 2018 +0100

    Merge branch 'devel' of git://download.geopsy.org/ArrayCore into devel

commit 8cddd093875659c60e1ffa85088f8ac74889d91c
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Mon Mar 5 15:49:18 2018 +0100

    New option -sse3, -march and -cflags for configure

 configure | 40 +++++++++++++++++++++++-----------------
 1 file changed, 23 insertions(+), 17 deletions(-)

commit e1bccd2efee9a5ed893d34c4ef9443cbfebbecdd
Merge: 3ea7c8e bbbb8a4
Author: Marc Wathelet <marc.wathelet@ird.fr>
Date:   Mon Mar 5 14:35:55 2018 +0100

    Merge branch 'devel' of git://download.geopsy.org/ArrayCore into devel

commit bbbb8a4c7ac80e2891f0d602377f3669247ac641
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Mon Mar 5 14:22:39 2018 +0100

    Add option for a header before the cannonical line

 src/FKPeaks.cpp   | 5 ++++-
 src/FKPeaks.h     | 2 +-
 src/FKResults.cpp | 4 ++--
 src/FKResults.h   | 2 +-
 src/FKTool.cpp    | 2 +-
 5 files changed, 9 insertions(+), 6 deletions(-)

commit 3ea7c8e58025fecbc14811298e8a9c82aad383f3
Merge: 1201e0e b926f5f
Author: Marc Wathelet <marc.wathelet@ird.fr>
Date:   Mon Feb 26 16:01:54 2018 +0100

    Merge branch 'devel' of git://download.geopsy.org/ArrayCore into devel

commit b926f5fa769616336c7401b882747d3a062720e7
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Mon Feb 26 15:58:44 2018 +0100

    Fix warning about null imaginary part

 src/FKVertical.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1201e0e6afda99f56d323d0481639abd846f7f1a
Merge: fe60ffb 8212cf9
Author: Marc Wathelet <marc.wathelet@ird.fr>
Date:   Thu Feb 22 23:33:35 2018 +0100

    Merge branch 'devel' of git://download.geopsy.org/ArrayCore into devel

commit 8212cf9807e4bdc0ff4f257e89a99daa7a609843
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Feb 22 23:31:24 2018 +0100

    Output power

 src/FKLoop.cpp  | 25 +++++++++++++------------
 src/FKPeaks.cpp |  7 +++++--
 src/FKPeaks.h   |  5 +++--
 src/FKResults.h |  6 +++---
 4 files changed, 24 insertions(+), 19 deletions(-)

commit fe60ffbd336de79e36d8d67e004d234ca63a7efd
Merge: f6065b4 84d2ff0
Author: Marc Wathelet <marc.wathelet@ird.fr>
Date:   Wed Feb 21 00:22:33 2018 +0100

    Merge branch 'devel' of git://download.geopsy.org/ArrayCore into devel

commit 84d2ff0179d0a61f4bf64c8ae796dedd1e22c65e
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Wed Feb 21 00:20:58 2018 +0100

    Imaginary part as verbosity 1
    
    Add general warning if it occur

 src/FKVertical.cpp | 10 ++++++++++
 src/FKVertical.h   | 14 +++++++++-----
 src/HRFKVertical.h | 10 +++++-----
 3 files changed, 24 insertions(+), 10 deletions(-)

commit f6065b41f89dd4ecc7265856d5f295aa30daf81e
Merge: 9529cdc 56290db
Author: Marc Wathelet <marc.wathelet@ird.fr>
Date:   Tue Feb 20 14:05:03 2018 +0100

    Merge branch 'devel' of git://download.geopsy.org/ArrayCore into devel

commit 56290dbf58088875d2272f334769e15dade784af
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue Feb 20 13:57:41 2018 +0100

    Under development

 configure                     |  7 +---
 src/ArrayCore.h               |  1 -
 src/ConvFKRayleigh.cpp        | 22 ++---------
 src/ConvFKRayleigh.h          |  1 -
 src/FK.cpp                    |  7 ----
 src/FK.h                      |  2 -
 src/FKLoop.cpp                |  4 +-
 src/FKPeaks.cpp               |  4 +-
 src/FKPeaks.h                 |  4 +-
 src/FKResults.h               |  6 +--
 src/HRFKRayleigh.cpp          | 85 ++++-------------------------------------
 src/HRFKRayleigh.h            |  3 --
 src/HRFKRayleighValidator.cpp | 89 -------------------------------------------
 src/HRFKRayleighValidator.h   | 75 ------------------------------------
 src/HRFKSteering.cpp          | 11 ------
 src/HRFKSteering.h            | 37 ++++++------------
 src/OmniHRFKRayleigh.cpp      | 41 +++++++-------------
 src/OmniHRFKRayleigh.h        |  9 -----
 18 files changed, 44 insertions(+), 364 deletions(-)

commit 9529cdc7fe708277b8516c4b139da95455b50159
Merge: 1015eff f0115a1
Author: Marc Wathelet <marc.wathelet@ird.fr>
Date:   Tue Feb 6 22:35:46 2018 +0100

    Merge branch 'devel' of git://download.geopsy.org/ArrayCore into devel

commit f0115a1b435dc70167377564a380bca3fda7e6e6
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue Feb 6 22:35:01 2018 +0100

    Experimental product of PRH and PRZ

 src/HRFKArrayProcess.cpp |  2 +-
 src/HRFKRayleigh.cpp     | 16 ++++++++++++----
 2 files changed, 13 insertions(+), 5 deletions(-)

commit a9af1ff4b0dfe8bd5e954359a38a370254ac21e9
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue Feb 6 15:32:23 2018 +0100

    Back to negative vertical

 src/HRFKArrayProcess.cpp | 1 +
 1 file changed, 1 insertion(+)

commit 1015eff1270472355ad29b6db05e97cefe95cc32
Merge: f6b87c7 a9af1ff
Author: Marc Wathelet <marc.wathelet@ird.fr>
Date:   Tue Feb 6 15:32:15 2018 +0100

    Merge branch 'devel' of git://download.geopsy.org/ArrayCore into devel

commit bf3d0413b7bfbd519dbff2607c51f15ea72d9bc1
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue Feb 6 15:23:52 2018 +0100

    Remove inversion of vertical component

 src/HRFKArrayProcess.cpp | 1 -
 1 file changed, 1 deletion(-)

commit f6b87c74a3ee565008ddd9e02fdbc4808339693a
Merge: d1ec938 bf3d041
Author: Marc Wathelet <marc.wathelet@ird.fr>
Date:   Tue Feb 6 15:23:48 2018 +0100

    Merge branch 'devel' of git://download.geopsy.org/ArrayCore into devel

commit 16602f99efd4f09a64ed9b994accd4481f4c6fad
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue Feb 6 15:22:14 2018 +0100

    Fixed negative ellipticity

 src/HRFKRayleigh.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit d1ec93818d905bc9536d4412d1436afc64ec16a4
Merge: 04a4f3c a98caaa
Author: Marc Wathelet <marc.wathelet@ird.fr>
Date:   Tue Feb 6 14:45:33 2018 +0100

    Merge branch 'devel' of git://download.geopsy.org/ArrayCore into devel

commit a98caaa085872a657c019801b7405b333b1ef604
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue Feb 6 14:45:24 2018 +0100

    Test with binary ell

 src/HRFKRayleigh.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 04a4f3cd663126d324cfa4a20d490ef4a5ca7460
Merge: 0fb9934 5451d56
Author: Marc Wathelet <marc.wathelet@ird.fr>
Date:   Tue Feb 6 10:48:05 2018 +0100

    Merge branch 'devel' of git://download.geopsy.org/ArrayCore into devel

commit 5451d56cc23afd7acc0242b5e36f3a2636b17536
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue Feb 6 10:47:06 2018 +0100

    Suspend export of second ellipticity

 src/FKPeaks.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 0fb99349cf7ba4483fc39708a765d102bdef3667
Merge: b296346 0972b8b
Author: Marc Wathelet <marc.wathelet@ird.fr>
Date:   Mon Feb 5 14:09:09 2018 +0100

    Merge branch 'devel' of git://download.geopsy.org/ArrayCore into devel

commit 0972b8bc1d4dbffdf4dae0454445f4402d3af48a
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Mon Feb 5 14:08:20 2018 +0100

    Test inverting vertical component

 src/HRFKArrayProcess.cpp | 1 +
 1 file changed, 1 insertion(+)

commit b2963464996bea067f0109de9e5d0e15bbd83b96
Merge: 8cde476 91b11fa
Author: Marc Wathelet <marc.wathelet@ird.fr>
Date:   Mon Feb 5 13:15:56 2018 +0100

    Merge branch 'devel' of git://download.geopsy.org/ArrayCore into devel

commit 91b11fa329e17105c60039813aa77ee07b23f4f5
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Mon Feb 5 13:15:09 2018 +0100

    Ouput second ellipticity for testing purpose

 src/FK.cpp           |  4 ++--
 src/FK.h             |  5 +++--
 src/FKLoop.cpp       |  2 +-
 src/FKPeaks.cpp      |  4 +++-
 src/FKPeaks.h        |  4 ++--
 src/FKResults.h      |  6 +++---
 src/HRFKRayleigh.cpp | 19 ++++++++++++++++++-
 src/HRFKRayleigh.h   |  3 ++-
 src/OmniHRFK.cpp     |  2 +-
 src/OmniHRFK.h       |  2 +-
 10 files changed, 36 insertions(+), 15 deletions(-)

commit 8cde47651e375d08baf6bb7472e21cff37859bde
Merge: 51c91a7 737ff08
Author: Marc Wathelet <marc.wathelet@ird.fr>
Date:   Fri Feb 2 23:49:24 2018 +0100

    Merge branch 'devel' of git://download.geopsy.org/ArrayCore into devel

commit 737ff08fee9b72a4ac6123ad561b6334df24346b
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Fri Feb 2 23:41:18 2018 +0100

    Block average FK and ell validator

 configure                          |  32 +++++++++---
 src/ArrayCore.h                    |   6 ++-
 src/ConvFKRadial.cpp               |  70 +++++++++++++++++++++++++
 src/ConvFKRadial.h                 |  47 +++++++++++++++++
 src/ConvFKRayleigh.cpp             | 102 +++++++++++++++++++++++++++++++++++++
 src/ConvFKRayleigh.h               |  53 +++++++++++++++++++
 src/FK.cpp                         |  10 +++-
 src/FK.h                           |   3 +-
 src/FKLoop.cpp                     |   4 +-
 src/FKVertical.cpp                 |  79 ++++++++++++++++++++++++++++
 src/FKVertical.h                   |  72 ++++++++++++++++++++++++++
 src/HRFKArrayProcess.cpp           |  69 ++++++++++++++++++-------
 src/HRFKArrayProcess.h             |  22 ++++----
 src/HRFKGridSearch.h               |   6 +--
 src/HRFKParameters.cpp             |  17 +++++--
 src/HRFKParameters.h               |   6 ++-
 src/HRFKRadial.cpp                 |   8 ++-
 src/HRFKRadial.h                   |   4 +-
 src/HRFKRayleigh.cpp               |  41 ++++++++++++---
 src/HRFKRayleigh.h                 |   5 +-
 src/HRFKRayleighValidator.cpp      |  89 ++++++++++++++++++++++++++++++++
 src/HRFKRayleighValidator.h        |  75 +++++++++++++++++++++++++++
 src/HRFKSteering.h                 |  60 ++++++++++++++--------
 src/HRFKTransverse.cpp             |   8 ++-
 src/HRFKTransverse.h               |   4 +-
 src/{HRFK.cpp => HRFKVertical.cpp} |  36 +++----------
 src/{HRFK.h => HRFKVertical.h}     |  49 ++++--------------
 src/LinearHRFKSearch.h             |   6 +--
 src/OmniHRFK.cpp                   |  14 ++---
 src/OmniHRFK.h                     |   8 +--
 src/OmniHRFKRayleigh.cpp           |   8 ++-
 src/PoggiHRFK.cpp                  |   3 +-
 src/PoggiHRFK.h                    |   4 +-
 src/PoggiHRFKRadial.cpp            |   2 +-
 34 files changed, 840 insertions(+), 182 deletions(-)

commit 51c91a7be2d7c72444743c1b402611f8db97b6cb
Merge: 0890b5a 99542fb
Author: Marc Wathelet <marc.wathelet@ird.fr>
Date:   Tue Jan 16 22:43:16 2018 +0100

    Merge branch 'devel' of git://download.geopsy.org/ArrayCore into devel

commit 99542fb180abf5506d9808b84231d2588c69c73d
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue Jan 16 22:40:37 2018 +0100

    Add normalization by number of blocks

 src/HRFKArrayProcess.cpp | 11 +++++++++--
 src/HRFKSteering.h       | 16 ++++++++--------
 src/OmniHRFK.cpp         |  4 ++--
 src/OmniHRFKRayleigh.cpp |  8 ++++----
 4 files changed, 23 insertions(+), 16 deletions(-)

commit bbfb0c428a2752504f1e315f11b0ffa1026aad64
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue Jan 9 12:13:38 2018 +0100

    Add Omni processing

 configure                     |  22 ++++-
 src/ArrayCore.h               |   4 +
 src/ArrayProcess.cpp          |   3 +-
 src/FK.cpp                    |  20 +++++
 src/FK.h                      |   3 +
 src/FKLoop.cpp                |  77 ++++++----------
 src/FKLoop.h                  |   2 -
 src/FKRayleigh.cpp            |   8 +-
 src/FKRayleigh.h              |  14 +--
 src/FKStationSignals.cpp      |   2 +-
 src/FKStationSignals.h        |   2 +-
 src/FrequencyBand.cpp         |   2 +
 src/FrequencyBand.h           |   5 +-
 src/GaussianFrequencyBand.cpp |  39 +++++----
 src/GaussianFrequencyBand.h   |   2 -
 src/HRFK.cpp                  |   9 --
 src/HRFK.h                    |  18 +++-
 src/HRFKArrayProcess.cpp      | 113 ++++++++++++++++--------
 src/HRFKArrayProcess.h        |  26 ++++--
 src/HRFKParameters.cpp        |  70 ++++++++-------
 src/HRFKParameters.h          |  16 ++--
 src/HRFKRadial.cpp            |   9 --
 src/HRFKRadial.h              |   2 -
 src/HRFKRayleigh.cpp          |  19 +++-
 src/HRFKRayleigh.h            |   2 +-
 src/HRFKSteering.cpp          |  10 ---
 src/HRFKSteering.h            |  77 +++-------------
 src/OmniHRFK.cpp              | 199 ++++++++++++++++++++++++++++++++++++++++++
 src/OmniHRFK.h                |  74 ++++++++++++++++
 src/OmniHRFKRayleigh.cpp      | 157 +++++++++++++++++++++++++++++++++
 src/OmniHRFKRayleigh.h        |  64 ++++++++++++++
 src/PoggiHRFK.cpp             |  56 ++++++++++++
 src/PoggiHRFK.h               |  46 ++++++++++
 src/PoggiHRFKRadial.cpp       |  55 ++++++++++++
 src/PoggiHRFKRadial.h         |  46 ++++++++++
 35 files changed, 998 insertions(+), 275 deletions(-)

commit 0890b5afcfe3bcddd399f8ebaff67ada4ed90e89
Merge: 79fb125 3b6e33e
Author: Marc Wathelet <marc.wathelet@ird.fr>
Date:   Fri Dec 22 09:36:38 2017 +0100

    Merge branch 'devel' of git://download.geopsy.org/ArrayCore into devel

commit 3b6e33eb75a673df599f711747541ff49023ee47
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Fri Dec 22 09:36:00 2017 +0100

    No more normalization
    
    Back to full 3D grid for ellipticity

 src/HRFKArrayProcess.cpp | 10 +++++-----
 src/HRFKRayleigh.cpp     |  4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)

commit 79fb125bf868feacf1daba3ae365fff50bdeb029
Merge: 41b3b8e dac0b35
Author: Marc Wathelet <marc.wathelet@ird.fr>
Date:   Fri Dec 22 00:05:56 2017 +0100

    Merge branch 'devel' of git://download.geopsy.org/ArrayCore into devel

commit dac0b355dcfc4ff1e23f7952c13d637f63fd38f6
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Fri Dec 22 00:04:52 2017 +0100

    Back to Radial steering
    
    Checked on Mirandola dataset: strictly equivalent to steer the vertical,
    only the ellipticity gets an opposite sign
    
    Comment normalization for Rayleigh

 src/HRFKArrayProcess.cpp |  4 ++--
 src/HRFKSteering.h       | 16 ++++++++--------
 2 files changed, 10 insertions(+), 10 deletions(-)

commit 41b3b8efcaa6ed4bf833566ea0c9f28f836e7584
Merge: 3d9c00f f4bbda9
Author: Marc Wathelet <marc.wathelet@ird.fr>
Date:   Thu Dec 21 23:35:51 2017 +0100

    Merge branch 'devel' of git://download.geopsy.org/ArrayCore into devel

commit f4bbda9e7acc8b4d744ad3c3605e98a018760619
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Dec 21 23:35:12 2017 +0100

    Compare Radial with Vertical steering

 src/HRFKSteering.h | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

commit 3d9c00fcdd59be5ed52a0e99de3b50870310f29b
Merge: cda302a 87d1019
Author: Marc Wathelet <marc.wathelet@ird.fr>
Date:   Thu Dec 21 22:08:28 2017 +0100

    Merge branch 'devel' of git://download.geopsy.org/ArrayCore into devel

commit 87d1019ef0d96310ba7ce4cb5c62248d1fadf3b0
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Dec 21 22:04:10 2017 +0100

    Normalize for vertical, radial and transverse

 src/HRFKArrayProcess.cpp | 18 ++++++++++++------
 src/HRFKArrayProcess.h   |  4 ++--
 2 files changed, 14 insertions(+), 8 deletions(-)

commit cda302a096ed531841264497e0b75e8f5a9c92aa
Merge: d55d5f1 cb47c71
Author: Marc Wathelet <marc.wathelet@ird.fr>
Date:   Thu Dec 21 16:37:39 2017 +0100

    Merge branch 'devel' of git://download.geopsy.org/ArrayCore into devel

commit cb47c7127768e0bb4126723d4aaffe0d50ce4d11
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Dec 21 16:34:49 2017 +0100

    Reproducing Mirandola results from Nov 22
    
    Rayleigh Normalization is on
    Ellipticity grid with only 2 values: -pi/4 or pi/4
    Steering of radial component instead of vertical

 src/HRFKArrayProcess.cpp |  4 ++--
 src/HRFKRayleigh.cpp     |  4 +++-
 src/HRFKSteering.h       | 25 +++++++++++--------------
 3 files changed, 16 insertions(+), 17 deletions(-)

commit d55d5f1de9bf8e5bd009b94d0fd63b509bca132d
Merge: fc365aa fde2c70
Author: Marc Wathelet <marc.wathelet@ird.fr>
Date:   Wed Dec 20 22:32:32 2017 +0100

    Merge branch 'devel' of git://download.geopsy.org/ArrayCore into devel

commit fde2c707bcb08d34ae1fc6af89824b5be32d1a7f
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Wed Dec 20 22:17:45 2017 +0100

    Test Rayleigh steering vector

 src/FKParameters.cpp     |  3 ++-
 src/HRFKArrayProcess.cpp |  4 ++--
 src/HRFKParameters.cpp   |  4 ++--
 src/HRFKSteering.h       | 27 +++++++++++++++++++++++++--
 4 files changed, 31 insertions(+), 7 deletions(-)

commit fc365aa5a78c99dc4f5a760ea0d9a9271301b8c0
Merge: 3fff8de 5f45dbc
Author: Marc Wathelet <marc.wathelet@ird.fr>
Date:   Tue Dec 19 16:09:56 2017 +0100

    Merge branch 'devel' of git://download.geopsy.org/ArrayCore into devel

commit 5f45dbc2618dfd12e21615cce579dc12f31bc605
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue Dec 19 16:09:30 2017 +0100

    Re-introduce normalization

 src/HRFKArrayProcess.cpp | 9 ++++++---
 src/HRFKArrayProcess.h   | 2 +-
 2 files changed, 7 insertions(+), 4 deletions(-)

commit 3fff8de9de6805e9d936afb1f8f32aef6b6ceed9
Merge: 1bd0afd b559305
Author: Marc Wathelet <marc.wathelet@ird.fr>
Date:   Tue Dec 19 15:38:13 2017 +0100

    Merge branch 'devel' of git://download.geopsy.org/ArrayCore into devel

commit b5593058b0bbb8fac113b1f7ded47091b095b878
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue Dec 19 15:36:27 2017 +0100

    Poggi 2010 ellipticity

 configure                |   2 +-
 src/FK.h                 |   1 +
 src/FKLoop.cpp           |   3 +-
 src/FKParameters.cpp     |  13 ++++++
 src/FKParameters.h       |   2 +-
 src/HRFK.cpp             |  10 ++++
 src/HRFK.h               |   2 +
 src/HRFKArrayProcess.cpp | 117 ++++++++++++++++++++++++++++++-----------------
 src/HRFKParameters.cpp   |  53 +++++++++++++++++++--
 src/HRFKParameters.h     |  10 +++-
 src/HRFKRadial.cpp       |   9 ++++
 src/HRFKRadial.h         |   2 +
 src/HRFKRayleigh.cpp     |   5 ++
 src/HRFKRayleigh.h       |   2 +
 14 files changed, 183 insertions(+), 48 deletions(-)

commit 1bd0afd79c865700f05862cdad9b8e824fda9f44
Merge: 72a6f81 d3c0d29
Author: Marc Wathelet <marc.wathelet@ird.fr>
Date:   Sat Dec 16 00:12:58 2017 +0100

    Merge branch 'devel' of git://download.geopsy.org/ArrayCore into devel

commit d3c0d29cf68e9b2a7870daf4d13183abbdb959f2
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Sat Dec 16 00:12:32 2017 +0100

    Fix all hrfk Rayleigh bugs

 src/FKLoop.cpp       | 11 +++++------
 src/HRFKParameters.h |  4 ++--
 src/HRFKRayleigh.cpp | 14 ++++++--------
 src/HRFKSteering.h   |  1 +
 src/KminSolver.cpp   |  2 +-
 5 files changed, 15 insertions(+), 17 deletions(-)

commit 72a6f8111ed0c42308638857621e375680fffc0a
Merge: c1fa99e 5ad4690
Author: Marc Wathelet <marc.wathelet@ird.fr>
Date:   Fri Dec 15 22:33:10 2017 +0100

    Merge branch 'devel' of git://download.geopsy.org/ArrayCore into devel

commit 5ad4690ac5a35d0a1c5cff1149926f003acb8e6c
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Fri Dec 15 22:32:24 2017 +0100

    Several fixes

 src/FK.cpp             |  6 ++++++
 src/FK.h               |  2 ++
 src/FKArrayProcess.cpp |  2 +-
 src/FKGridSearch.h     | 24 ++++++++----------------
 src/HRFKRayleigh.cpp   |  6 ++++++
 src/HRFKRayleigh.h     |  1 +
 src/HRFKSteering.cpp   | 14 +++++++++-----
 src/HRFKSteering.h     | 34 +++++++++++++---------------------
 8 files changed, 46 insertions(+), 43 deletions(-)

commit c1fa99e7dce519a5be651c8ffec776ad32c10ae9
Merge: 11f6608 d4096f0
Author: Marc Wathelet <marc.wathelet@ird.fr>
Date:   Fri Dec 15 16:12:13 2017 +0100

    Merge branch 'devel' of git://download.geopsy.org/ArrayCore into devel

commit d4096f018facdccc28501a7f3c1a2417839469b7
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Fri Dec 15 16:12:02 2017 +0100

    Minor edit

 src/KminSolver.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6fd8ad07c3e2cef3d6d0877dcc521f13d263db17
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Fri Dec 15 16:02:35 2017 +0100

    Function and attached griding tools support 3D

 src/FK.cpp             |  28 ++++----
 src/FK.h               |  12 +++-
 src/FKHorizontal.cpp   |  34 +++++-----
 src/FKHorizontal.h     |   6 +-
 src/FKLoop.h           |   2 +-
 src/FKRadial.cpp       |  32 ++++-----
 src/FKRadial.h         |   6 +-
 src/FKRayleigh.cpp     |  34 +++++-----
 src/FKRayleigh.h       |  12 ++--
 src/FKSteering.h       |  38 +++++------
 src/FKTransverse.cpp   |  32 ++++-----
 src/FKTransverse.h     |   6 +-
 src/HRFK.cpp           |  14 ++--
 src/HRFK.h             |  13 +---
 src/HRFKArrayProcess.h |  24 +++----
 src/HRFKParameters.cpp |   2 +-
 src/HRFKRadial.cpp     |  14 ++--
 src/HRFKRadial.h       |   4 +-
 src/HRFKRayleigh.cpp   | 168 ++++-------------------------------------------
 src/HRFKRayleigh.h     |  20 ++----
 src/HRFKSteering.cpp   |  54 ++-------------
 src/HRFKSteering.h     | 174 ++++++++++++++-----------------------------------
 src/HRFKTransverse.cpp |  14 ++--
 src/HRFKTransverse.h   |   4 +-
 src/KminSolver.cpp     |   2 +-
 25 files changed, 237 insertions(+), 512 deletions(-)

commit 11f6608aeda10fd3814939b676e19cba192d8967
Merge: 78a69f9 68bc8c3
Author: Marc Wathelet <marc.wathelet@ird.fr>
Date:   Thu Dec 14 23:42:36 2017 +0100

    Merge branch 'devel' of git://download.geopsy.org/ArrayCore into devel

commit 68bc8c38469b99162e72487d7df6480e71e46d72
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Dec 14 23:36:54 2017 +0100

    Fix grid search for ellipticity
    
    Remove SINGLE_DIRECTION_TOLERANCE parameter
    Remove BLOCK_INCREMENT_FACTOR parameter
    Add STATISTIC_COUNT parameter

 src/HRFKArrayProcess.cpp |  2 +-
 src/HRFKParameters.cpp   | 50 +++++++++++++++++++++++++++++-------------------
 src/HRFKParameters.h     | 13 +++++--------
 src/HRFKRayleigh.cpp     |  2 +-
 4 files changed, 37 insertions(+), 30 deletions(-)

commit 78a69f9325815a9332f9ab672c66af797de2a862
Merge: 8ad9806 4865ea9
Author: Marc Wathelet <marc.wathelet@ird.fr>
Date:   Thu Dec 14 16:22:56 2017 +0100

    Merge branch 'devel' of git://download.geopsy.org/ArrayCore into devel

commit 4865ea9a9a2a3fd6c0aa4e9d12d3b9362e006716
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Dec 14 16:21:38 2017 +0100

    Fix crash for FK
    
    Implement the 1.0 ellipticity normalization, still to understand why it
    works

 src/FK.cpp         |  2 +-
 src/HRFKSteering.h | 37 ++++++++++++++++++++++++++-----------
 2 files changed, 27 insertions(+), 12 deletions(-)

commit 8ad9806e451a25e21be384f3456794b96c62aac9
Merge: 1736bbc 96607b2
Author: Marc Wathelet <marc.wathelet@ird.fr>
Date:   Thu Dec 14 14:41:13 2017 +0100

    Merge branch 'devel' of git://download.geopsy.org/ArrayCore into devel

commit 96607b2da40ea9188f7cb7a817d98124a6e7ca6c
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Dec 14 14:34:59 2017 +0100

    HRFK Rayleigh under developpement

 src/FK.h                 |  2 +-
 src/FKParameters.cpp     | 15 ++++++++++
 src/FKParameters.h       |  1 +
 src/HRFKArrayProcess.cpp | 72 ++++++++++++++++++++++++++++++++----------------
 src/HRFKArrayProcess.h   |  1 +
 src/HRFKParameters.cpp   |  2 +-
 src/HRFKRayleigh.cpp     | 12 ++++++++
 src/HRFKRayleigh.h       |  1 +
 src/HRFKSteering.h       | 28 +++++++++++++------
 9 files changed, 101 insertions(+), 33 deletions(-)

commit 1736bbc10e1fa7b5dde92b4239e26fd762bae306
Merge: 4c2fc01 0e2a782
Author: Marc Wathelet <marc.wathelet@ird.fr>
Date:   Tue Dec 12 14:09:09 2017 +0100

    Merge branch 'devel' of git://download.geopsy.org/ArrayCore into devel

commit 0e2a78212d7d55a4cb343568bfb420d749425987
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue Dec 12 14:01:12 2017 +0100

    Remove completely the normalization
    
    Enlarge range of ellipticity

 src/ArrayParameters.cpp  | 14 +++++++-------
 src/FKLoop.cpp           |  4 ++--
 src/FKParameters.cpp     | 28 ++++++++++++++--------------
 src/FKPeaks.cpp          |  7 +++++++
 src/HRFK.h               |  2 +-
 src/HRFKArrayProcess.cpp | 27 +++++++++------------------
 src/HRFKArrayProcess.h   |  6 +++---
 src/HRFKParameters.cpp   | 29 +++++++++++++++--------------
 src/HRFKRayleigh.cpp     | 12 ++++++------
 src/HRFKSteering.cpp     | 23 +++++++++++++++--------
 src/HRFKSteering.h       | 11 +++++++----
 11 files changed, 86 insertions(+), 77 deletions(-)

commit 4c2fc018bb3a84c81ff19d93067d50b7c26bd4b6
Merge: 8361704 d6cf92c
Author: Marc Wathelet <marc.wathelet@ird.fr>
Date:   Tue Dec 12 00:48:58 2017 +0100

    Merge branch 'devel' of git://download.geopsy.org/ArrayCore into devel

commit 83617049b669956c29193522e929abe047040ca2
Author: Marc Wathelet <marc.wathelet@ird.fr>
Date:   Tue Dec 12 00:48:39 2017 +0100

    Update configure

 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d6cf92c80ee8728f14289c5ff3d225392ad50967
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue Dec 12 00:43:55 2017 +0100

    New Rayleigh MVDR

 configure                 |   7 +--
 src/AbstractArrayTool.cpp |  20 -------
 src/AbstractArrayTool.h   |   1 +
 src/ArrayCore.h           |   1 -
 src/ArrayProcess.cpp      |   2 +
 src/ArrayProcess.h        |   2 +-
 src/FKArrayProcess.h      |   2 +-
 src/FKPeaks.cpp           | 130 ++++++++++++++++++++++++++++++------------
 src/FKPeaks.h             |  16 +++++-
 src/FKRayleigh.cpp        |   3 +-
 src/FKTool.cpp            |   3 +-
 src/FKTool.h              |   3 +
 src/HRFK.cpp              |  37 +++++-------
 src/HRFK.h                |  27 +++++++++
 src/HRFKArrayProcess.cpp  |  69 ++++++++++++-----------
 src/HRFKArrayProcess.h    |  17 ++----
 src/HRFKRadial.cpp        |  35 ++++--------
 src/HRFKRayleigh.cpp      |  99 ++++++++++++++++++++++----------
 src/HRFKRayleigh.h        |   7 ++-
 src/HRFKRayleighRaw.cpp   | 140 ----------------------------------------------
 src/HRFKRayleighRaw.h     |  48 ----------------
 src/HRFKSteering.cpp      |  27 ++++++++-
 src/HRFKSteering.h        |  70 ++++++++++++++++-------
 src/HRFKTransverse.cpp    |  35 ++++--------
 24 files changed, 374 insertions(+), 427 deletions(-)

commit 3ae3ff6d24a3985bceeb4b7ab08b4876e2910112
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Dec 7 23:07:43 2017 +0100

    Add BLOCK INCREMENT FACTOR parameter

 src/ArrayProcess.cpp     |  6 +++++-
 src/FKPeaks.cpp          |  6 +++++-
 src/HRFKArrayProcess.cpp | 13 +++++--------
 src/HRFKParameters.cpp   | 25 +++++++++++++++++++++----
 src/HRFKParameters.h     |  5 +++++
 5 files changed, 41 insertions(+), 14 deletions(-)

commit 1dae1241c2923ce557c66caa119e9bce4637b160
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Dec 7 16:45:49 2017 +0100

    More summary ouput for single direction filter

 src/FKPeaks.cpp | 31 +++++++++++++++++++++++++++----
 src/FKPeaks.h   |  2 +-
 2 files changed, 28 insertions(+), 5 deletions(-)

commit 41b2bb6daafb010fe234904b78b0dd770a60e2f3
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Dec 7 16:35:11 2017 +0100

    Add single direction tolerance as parameter

 src/HRFKParameters.cpp | 13 ++++++++++---
 src/HRFKParameters.h   |  4 ++++
 2 files changed, 14 insertions(+), 3 deletions(-)

commit 2c2de614dc33a5cf605c0854a375d73a12c09a21
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Dec 7 16:03:43 2017 +0100

    Fix BLOCK COUNT FACTOR reading

 src/HRFKParameters.cpp | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 7368d2649fb4d3122de2ad6bb9bf14de73dbc7ac
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Dec 7 15:46:48 2017 +0100

    Add new keyword BLOCK COUNT FACTOR

 src/HRFKArrayProcess.cpp |  2 +-
 src/HRFKParameters.cpp   | 21 ++++++++++++++++++---
 src/HRFKParameters.h     |  5 +++++
 3 files changed, 24 insertions(+), 4 deletions(-)

commit 22f8a8c50b0e8caae07cba8ca6384c094b51e6e8
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Dec 7 13:00:03 2017 +0100

    New HRFK including ellipticity

 configure                                         |  27 ++-
 src/{FKStationShifts.cpp => AbstractSteering.cpp} |  31 +--
 src/AbstractSteering.h                            |  52 +++++
 src/ArrayCore.h                                   |   5 +-
 src/ArrayLoop.h                                   |   2 +-
 src/ArrayParameters.cpp                           |   8 +
 src/ArrayParameters.h                             |   1 +
 src/ArrayProcess.cpp                              |   6 +-
 src/FK.cpp                                        |  87 +++-----
 src/FK.h                                          |  39 +++-
 src/FKArrayProcess.cpp                            |  33 ++--
 src/FKArrayProcess.h                              |  11 +-
 src/FKHorizontal.cpp                              | 231 ++++++++++------------
 src/FKHorizontal.h                                |  68 +++++--
 src/FKLoop.cpp                                    |  79 ++++----
 src/FKLoop.h                                      |  10 +-
 src/FKPeaks.cpp                                   |  52 +++++
 src/FKPeaks.h                                     |   3 +
 src/FKRadial.cpp                                  |  61 ++++--
 src/FKRadial.h                                    |  17 +-
 src/FKRayleigh.cpp                                | 119 +++++------
 src/FKRayleigh.h                                  |  24 +--
 src/FKResults.cpp                                 |   6 +
 src/FKResults.h                                   |   4 +-
 src/FKStationShifts.h                             |  84 --------
 src/FKSteering.cpp                                |  76 +++++++
 src/FKSteering.h                                  | 104 ++++++++++
 src/FKTransverse.cpp                              |  57 ++++--
 src/FKTransverse.h                                |  17 +-
 src/GaussianFrequencyBand.cpp                     |   6 +-
 src/HRFK.cpp                                      |  40 ++--
 src/HRFK.h                                        |   5 +-
 src/HRFKArrayProcess.cpp                          | 196 +++++++++++-------
 src/HRFKArrayProcess.h                            |  26 +--
 src/HRFKLoop.cpp                                  |  10 +-
 src/HRFKLoop.h                                    |   3 +-
 src/HRFKParameters.cpp                            |  13 +-
 src/HRFKParameters.h                              |   4 +
 src/HRFKRadial.cpp                                |  32 +--
 src/HRFKRadial.h                                  |   2 +-
 src/HRFKRayleigh.cpp                              | 116 +++++++----
 src/HRFKRayleigh.h                                |  10 +-
 src/HRFKRayleighRaw.cpp                           | 140 +++++++++++++
 src/HRFKRayleighRaw.h                             |  48 +++++
 src/HRFKSteering.cpp                              |  95 +++++++++
 src/HRFKSteering.h                                | 179 +++++++++++++++++
 src/HRFKTransverse.cpp                            |  32 +--
 src/HRFKTransverse.h                              |   2 +-
 src/LinearFKParameters.cpp                        |   2 +-
 src/LinearFKPassiveLoop.cpp                       |   2 +-
 src/WaveNumberConverter.cpp                       |   9 +-
 51 files changed, 1533 insertions(+), 753 deletions(-)

commit 36982462b4a1a57834ed9b9a7b72e4b924429c72
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Mon Nov 20 23:21:31 2017 +0100

    Replace ASSERT by warning if Im is not small enough

 src/HRFK.cpp           | 10 ++++------
 src/HRFKRadial.cpp     |  8 ++++++--
 src/HRFKRayleigh.cpp   | 20 ++++++++++++++------
 src/HRFKTransverse.cpp |  8 ++++++--
 4 files changed, 30 insertions(+), 16 deletions(-)

commit 4d8f00eddedc62904c71cde06adf9eb530b97db3
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Mon Nov 20 22:27:05 2017 +0100

    New implementation of 3C HRFK

 configure                                  |  42 ++-
 src/ArrayCore.h                            |   8 +-
 src/ArrayProcess.cpp                       |  45 +--
 src/ArrayProcess.h                         |  10 +-
 src/ArrayStations.cpp                      |  14 +
 src/ArrayStations.h                        |   3 +
 src/EllipticityPicks.cpp                   | 199 --------------
 src/FK.cpp                                 |  99 ++-----
 src/FK.h                                   |  15 +-
 src/FKArrayProcess.cpp                     |  48 +++-
 src/FKArrayProcess.h                       |  16 +-
 src/FKHorizontal.cpp                       |  32 ++-
 src/FKHorizontal.h                         |   4 +-
 src/FKLoop.cpp                             | 147 +++-------
 src/FKLoop.h                               |   8 +-
 src/FKParameters.h                         |   4 +-
 src/{SlownessPicks.cpp => FKPeaks.cpp}     |  78 ++++--
 src/{SlownessPicks.h => FKPeaks.h}         |  17 +-
 src/FKRadial.h                             |   3 +-
 src/FKRayleigh.cpp                         |  62 +----
 src/FKRayleigh.h                           |  18 +-
 src/FKResults.cpp                          | 129 ++-------
 src/FKResults.h                            |  31 +--
 src/FKStationSignals.cpp                   | 122 +++++----
 src/FKStationSignals.h                     |  38 ++-
 src/FKTransverse.h                         |   3 +-
 src/FrequencyBand.cpp                      |   4 +-
 src/FrequencyBand.h                        |   5 +-
 src/GaussianFrequencyBand.cpp              | 124 +++++++++
 src/GaussianFrequencyBand.h                |  56 ++++
 src/HRFK.cpp                               | 425 +++--------------------------
 src/HRFK.h                                 |  18 +-
 src/HRFKArrayProcess.cpp                   | 369 +++++++++++++++++++++++--
 src/HRFKArrayProcess.h                     | 104 +++++--
 src/HRFKLoop.cpp                           |  44 ---
 src/HRFKLoop.h                             |   4 -
 src/HRFKParameters.cpp                     |  15 +-
 src/HRFKParameters.h                       |   9 +
 src/HRFKRadial.cpp                         |  93 +++++++
 src/HRFKRadial.h                           |  47 ++++
 src/HRFKRayleigh.cpp                       | 150 ++++++++++
 src/{EllipticityPicks.h => HRFKRayleigh.h} |  51 +---
 src/HRFKTool.cpp                           |  55 ++++
 src/HRFKTool.h                             |  49 ++++
 src/HRFKTransverse.cpp                     |  93 +++++++
 src/HRFKTransverse.h                       |  47 ++++
 src/LinearFKPassiveLoop.cpp                |  10 +-
 src/SPACLoop.cpp                           |   4 +-
 48 files changed, 1670 insertions(+), 1301 deletions(-)

commit c5df849ce969e4dc2f59ad5f34db666a2565e92c
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Wed Oct 25 01:50:16 2017 +0200

    Remove intern references to ArrayCore.h

 src/SPACLoop.cpp | 574 ++++++++++++++++++++++++++++---------------------------
 src/SPACLoop.h   | 141 +++++++-------
 2 files changed, 364 insertions(+), 351 deletions(-)

commit 17acaa9a555e49570283400ec3a1427f9033a4af
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Wed Oct 25 01:38:53 2017 +0200

    Remove interne reference to ArrayCore

 src/SPACLoop.cpp | 1 -
 1 file changed, 1 deletion(-)

commit 2a08962592159960e1a7008b548c9688c69129c7
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Wed Oct 25 01:38:00 2017 +0200

    Remove interne reference to ArrayCore

 src/LinearFKPassiveLoop.cpp | 1 -
 1 file changed, 1 deletion(-)

commit a32cb9fc8415a1ac76cf26f7846f82ebcdac1e98
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Wed Oct 25 01:36:52 2017 +0200

    Remove interne reference to ArrayCore

 src/HRFKLoop.cpp | 127 ++++++++++++++++++++++++++++---------------------------
 src/HRFKLoop.h   |   2 +-
 2 files changed, 66 insertions(+), 63 deletions(-)

commit 17c675557c9a4263efdc3837d0faf8f884849166
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Wed Oct 25 00:32:33 2017 +0200

    GIT_COMMIT and BUILD_TIME
    
    Moved from ${PACKAGE}Version.h to ${PACKAGE}InstallPath.h
    Dependency of ${PACKAGE}DLLExport.h to ${PACKAGE}InstallPath.h replaced
    by ${PACKAGE}Static.h that may contain a define in case of static build

 configure                | 44 ++++++++++++++++++++++----------------------
 src/ArrayCoreDLLExport.h |  4 ++--
 src/ArrayCoreVersion.h   |  2 --
 3 files changed, 24 insertions(+), 26 deletions(-)

commit 6a812ec37be4cc00af3e5c89ce71dc0e73bce2c1
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue Oct 24 23:19:02 2017 +0200

    Add PACKAGE.h to git

 src/ArrayCore.h        | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
 src/ArrayCoreVersion.h |  8 ++++----
 2 files changed, 53 insertions(+), 4 deletions(-)

commit 43d4a03adf1e4409e52631b68a8568da1bc55c20
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue Oct 24 22:01:44 2017 +0200

    Add stable.h to git

 src/stable.h | 13 +++++++++++++
 1 file changed, 13 insertions(+)

commit c8a613dae026b47ec62b977922c9a118f5a754bc
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue Oct 24 21:56:46 2017 +0200

    Add ...DLLExport.h and ...Version.h to git

 src/ArrayCoreDLLExport.h | 25 +++++++++++++++++++++++++
 src/ArrayCoreVersion.h   |  8 ++++++++
 2 files changed, 33 insertions(+)

commit b378e8d5701c33abae47a69b63293f9db2229bda
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue Oct 24 21:46:30 2017 +0200

    Add configure script to git

 configure | 931 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 931 insertions(+)

commit 2f3dc92a310bfb2aa9568b08b49c03d9a21a3663
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue Oct 24 21:40:07 2017 +0200

    Version 0.0.0-snapshot-20171024

 admin/version-devel | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 58c6ca3911e0da07f7958a3f5b3ffae12be416e3
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue Oct 24 21:38:53 2017 +0200

    Trying to fix splitting of curves

 src/FKParameters.cpp | 6 +++---
 src/FKResults.cpp    | 5 +++--
 2 files changed, 6 insertions(+), 5 deletions(-)

commit 5de33c184908a40a5e0473d7e43a170d13cbe206
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue Oct 24 09:23:09 2017 +0200

    Back to slowness-frequency

 src/FKResults.cpp | 37 +++++++++++++++++++------------------
 src/FKTool.cpp    |  7 -------
 2 files changed, 19 insertions(+), 25 deletions(-)

commit ababe83c6037290079bb8f631fb38b15de770e60
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue Oct 10 23:57:16 2017 +0200

    Version 0.0.0-snapshot-20171010

 admin/version-devel | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 01fd8c8b3c873ba10f620ca8d5058549493c2516
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue Oct 10 23:52:43 2017 +0200

    Default FK param to MAX_INT peaks and 90%
    
    Increase stability of FK determination
    Start slowness-wavenumber computation

 src/ArrayParameters.cpp  |  2 +-
 src/ArrayProcess.cpp     |  2 +-
 src/FKLoop.cpp           | 40 ++++++++++++++++++++--
 src/FKLoop.h             |  1 +
 src/FKParameters.cpp     |  8 +++--
 src/FKResults.cpp        | 88 ++++++++++++++----------------------------------
 src/FKResults.h          |  1 +
 src/FKStationSignals.cpp |  8 ++---
 src/SlownessPicks.cpp    | 17 ++++++++--
 src/SlownessPicks.h      |  3 +-
 10 files changed, 93 insertions(+), 77 deletions(-)

commit 873aca450451789d5a266284a066d276f8c1593c
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue Sep 26 16:17:02 2017 +0200

    Using oldTaper for debug
    
    Change verbosity levels

 src/ArrayProcess.cpp     | 2 +-
 src/ArrayStations.cpp    | 2 +-
 src/FKLoop.cpp           | 2 +-
 src/FKStationSignals.cpp | 6 ++++--
 4 files changed, 7 insertions(+), 5 deletions(-)

commit 401fb2fd250149b4cd6d43cfc1daee4e3bbb5324
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue Sep 26 09:49:30 2017 +0200

    Fix sorting of FK results

 src/FKArrayProcess.cpp | 4 ++--
 src/SlownessPicks.cpp  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 15aacbe731e7c64768d5925bf2f777040dede4a1
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Mon Sep 25 17:50:51 2017 +0200

    Sort entries before save

 src/FKResults.cpp     |  5 +++--
 src/FKResults.h       |  2 +-
 src/SlownessPicks.cpp | 37 +++++++++++++++++++++++++++++++++++++
 src/SlownessPicks.h   |  4 +++-
 4 files changed, 44 insertions(+), 4 deletions(-)

commit e60985d77d19c17a0d1f9f6e25d388e9c3d49761
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue Sep 19 13:38:37 2017 +0200

    Fix termination of process
    
    Loop was delete right after the end. I remove the delete because
    ParallelLoop::waitFinished() can still run while process is finishing.

 src/AbstractArrayTool.cpp | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

commit 4079d18158ca8f157d3b00929e6cb0291254279a
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue Sep 19 12:20:50 2017 +0200

    Add error message if cannot save values

 src/SlownessPicks.cpp | 1 +
 1 file changed, 1 insertion(+)

commit 5a3b4959ddede71599ef92cbdd2bb392d8d344e7
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue Sep 19 00:15:38 2017 +0200

    Nicer parameter output

 src/AbstractArrayTool.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit b1ecbd1289ae05b40cf1ad4e0921dba8e92da990
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue Sep 19 00:10:39 2017 +0200

    Fix obsolete message (error in index)

 src/AbstractArrayTool.cpp  | 1 +
 src/ArrayParameters.cpp    | 2 +-
 src/ArrayParameters.h      | 2 +-
 src/FKParameters.cpp       | 2 +-
 src/FKParameters.h         | 2 +-
 src/HRFKParameters.cpp     | 2 +-
 src/HRFKParameters.h       | 2 +-
 src/LinearFKParameters.cpp | 2 +-
 src/LinearFKParameters.h   | 2 +-
 src/SPACParameters.cpp     | 2 +-
 src/SPACParameters.h       | 2 +-
 11 files changed, 11 insertions(+), 10 deletions(-)

commit a948f19a91dca7e64bbc585d0bc789c754a6b059
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Mon Sep 18 23:46:05 2017 +0200

    Version 0.0.0-snapshot-20170918

 admin/version-devel | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit f099649e6644d2b3666bfd71a0bdf545bd037bf7
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Mon Sep 18 23:44:50 2017 +0200

    If parameter time range and signals do not match
    
    New modification prevent computation of any time window
    Fix factors for kmax and kmin when import old parameters

 src/ArrayProcess.cpp | 24 +++++++++++++++---------
 src/FKParameters.cpp |  2 +-
 2 files changed, 16 insertions(+), 10 deletions(-)

commit 9043569f4901dd225964444897e04f427cdb2c65
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Mon Sep 18 22:55:41 2017 +0200

    Versioning of parameters files

 src/ArrayParameters.cpp    | 25 ++++++++++++++++++-------
 src/ArrayParameters.h      | 12 +++++++-----
 src/FKParameters.cpp       | 12 +++++++++---
 src/FKParameters.h         |  3 ++-
 src/FKStationShifts.cpp    |  1 +
 src/HRFKParameters.cpp     |  6 ++++--
 src/HRFKParameters.h       |  5 +++--
 src/LinearFKParameters.cpp | 44 ++++++++++++++++++++++++++++----------------
 src/LinearFKParameters.h   |  4 +++-
 src/SPACParameters.cpp     |  1 -
 src/SPACParameters.h       |  3 ++-
 11 files changed, 77 insertions(+), 39 deletions(-)

commit 3d2fc0e8e3663d3715f25d7d85de4b61d2e09740
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Mon Sep 18 09:44:06 2017 +0200

    EXPORT missing

 src/AbstractArrayTool.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1d797fe02fcd8e93d9fd5790f60c35b0bdf44bb0
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Sun Sep 17 22:00:18 2017 +0200

    Fix compatibility loading of parameters

 src/ArrayParameters.cpp    | 1 +
 src/FKParameters.cpp       | 2 +-
 src/HRFKParameters.cpp     | 2 +-
 src/LinearFKParameters.cpp | 1 +
 src/SPACParameters.cpp     | 2 +-
 5 files changed, 5 insertions(+), 3 deletions(-)

commit c61fb6af00475c356b747a93553f98b0946657bf
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Sun Sep 17 21:21:23 2017 +0200

    Add export to sub-classes

 src/FKResults.h | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit bc71659aa748e487aaa012dcc6650910255953d8
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Fri Sep 15 16:17:12 2017 +0200

    Replace '>>' by '> >' for nested templates

 src/FKResults.cpp |  6 +++---
 src/FKResults.h   | 10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

commit 05c5ab07224927fa1756dc26d1dd2b1c1aa40ab4
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Sep 14 14:41:39 2017 +0200

    New keyword suffix and obsolete warning

 src/ArrayParameters.cpp    |  19 +--
 src/FKParameters.cpp       |  35 ++---
 src/HRFKParameters.cpp     |  17 ++-
 src/LinearFKParameters.cpp |  71 +++++----
 src/SPACLoop.cpp           | 359 +++++++++++++++++++++++++++++++++++++++++++++
 src/SPACLoop.h             |  97 ++++++++++++
 src/SPACParameters.cpp     |  20 ++-
 7 files changed, 546 insertions(+), 72 deletions(-)

commit f522596df2f27c3b64e273793002644de267bbcb
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Mon Sep 11 16:34:08 2017 +0200

    Remove doNSampleWarning, replaced by test for GUI

 src/ArrayProcess.cpp   | 9 +++++----
 src/ArrayProcess.h     | 4 ++--
 src/FKArrayProcess.h   | 6 +++---
 src/FKLoop.cpp         | 2 +-
 src/HRFKArrayProcess.h | 6 +++---
 src/SPACArrayProcess.h | 6 +++---
 6 files changed, 17 insertions(+), 16 deletions(-)

commit 8310a81b987689779aa175c6ff1b2560c991a859
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Sep 7 16:42:19 2017 +0200

    Support for package name with '-'
    
    Add support for magnetic declination
    In FKTool new function to get minmum/maximum frequency

 src/AbstractArrayTool.cpp |  9 ++++----
 src/ArrayCore.cpp         |  2 +-
 src/ArrayStations.cpp     | 53 +++++++++++++++++++++++++++++++++++++++++++----
 src/ArrayStations.h       |  3 ++-
 src/FKResults.cpp         |  3 ++-
 src/FKTool.cpp            | 40 ++++++++++++++++++++++++++++-------
 src/FKTool.h              |  2 ++
 7 files changed, 94 insertions(+), 18 deletions(-)

commit 495ef466293b1175b741f965c97d5d3be6736d81
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Aug 24 15:42:02 2017 +0200

    Reprocessing in a restricted range
    
    In case of refinement in a restricted range, Love or Rayleigh can be
    computed independently.
    Improvements in gaussian mixture analysis
    Automatic FK range improved
    Load of existing curves
    Minimum slownness for accetped samples

 src/ArrayParameters.cpp |  21 ++++
 src/ArrayParameters.h   |   7 ++
 src/FKLoop.cpp          |  22 +++-
 src/FKParameters.cpp    |   2 +-
 src/FKResults.cpp       | 289 ++++++++++++++++++++++++++++--------------------
 src/FKResults.h         |   9 +-
 src/FKTool.cpp          |  42 ++++---
 src/SlownessPicks.cpp   |  27 +++--
 src/SlownessPicks.h     |   2 +-
 9 files changed, 256 insertions(+), 165 deletions(-)

commit 1405d3c0c7caa6e2aa0a4a14bc92c2307d1f789b
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Wed Aug 2 00:29:18 2017 +0200

    Working implematation of curve splitting

 src/FKResults.cpp | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

commit 66fbce73ce77d5eaf737046a2a1b83d0ec5ffb06
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Jul 27 17:03:40 2017 +0200

    First implementation of mode split (not tested)

 src/FKLoop.cpp       |  86 ++++++++++++++++---------------
 src/FKLoop.h         |   2 +-
 src/FKParameters.cpp |  35 +++++++++++--
 src/FKParameters.h   |  13 +++--
 src/FKResults.cpp    | 139 ++++++++++++++++++++++++++++-----------------------
 src/FKResults.h      |  14 +++---
 6 files changed, 171 insertions(+), 118 deletions(-)

commit 938192db608ca72714c7b06702c69a5d66a599a0
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Fri Jun 30 23:05:19 2017 +0200

    AVIOS development

 admin/info             |   2 +-
 src/FK.cpp             |  18 +--
 src/FK.h               |  14 +--
 src/FKArrayProcess.cpp |   4 +
 src/FKParameters.cpp   |   2 +-
 src/FKResults.cpp      | 290 +++++++++++++++++++++++++++++++++++++++++--------
 src/FKResults.h        |  66 ++++++++++-
 src/FKTool.cpp         |  48 +++++---
 src/SlownessPicks.cpp  |  17 +++
 src/SlownessPicks.h    |   2 +
 10 files changed, 377 insertions(+), 86 deletions(-)

commit 3278116bb0b4039a8808b85d2e2a14f5222852d9
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Wed May 24 09:58:53 2017 +0200

    Add output base name

 src/ArrayParameters.cpp | 6 ++++++
 src/ArrayParameters.h   | 4 ++++
 src/FKResults.h         | 5 +++++
 src/FKTool.cpp          | 9 ++++++---
 4 files changed, 21 insertions(+), 3 deletions(-)

commit a4afc48054c10326a67274ad0d23b61f4df026cb
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue May 16 20:39:47 2017 +0200

    Correct termination if no sample can be loaded

 src/ArrayParameters.cpp |  1 +
 src/FK.cpp              |  4 ++--
 src/FKLoop.cpp          | 15 +++++++++++++++
 src/FKResults.cpp       | 16 ++++++++++++++--
 src/FKResults.h         |  4 +++-
 src/FKStationShifts.cpp |  2 +-
 src/FKTool.cpp          | 22 ++++++++++++++--------
 src/FKTool.h            |  2 +-
 8 files changed, 51 insertions(+), 15 deletions(-)

commit 7976cfb232c0a1f038690778046c55a350f4dc97
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu May 11 15:57:06 2017 +0200

    Add boolean return from DoubleSignal::copySamplesFrom()

 src/ArrayProcess.cpp       | 4 ++--
 src/FKStationSignals.cpp   | 7 +++++--
 src/FKStationSignals.h     | 2 +-
 src/SPACStationSignals.cpp | 7 +++++--
 src/SPACStationSignals.h   | 2 +-
 5 files changed, 14 insertions(+), 8 deletions(-)

commit 9fd18f01e558f0edc98bf4d0107235413f2f8230
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Mon Apr 10 12:23:04 2017 +0200

    AVIOS development

 src/AbstractArrayTool.cpp   |  94 ++++++--------------
 src/AbstractArrayTool.h     |   6 --
 src/ArrayLoop.cpp           |  12 ---
 src/ArrayLoop.h             |   6 --
 src/ArrayParameters.cpp     |   9 +-
 src/ArrayParameters.h       |   4 -
 src/ArrayProcess.cpp        |  44 ++++++----
 src/ArrayProcess.h          |   6 +-
 src/ArrayStations.cpp       | 191 ++++++++++++++++++++++-------------------
 src/ArrayStations.h         |   7 +-
 src/EllipticityPicks.cpp    |  41 +++++++++
 src/EllipticityPicks.h      |  24 ++++--
 src/FK.cpp                  |  16 ----
 src/FK.h                    |   5 +-
 src/FKLoop.cpp              |  77 ++++++++++++-----
 src/FKLoop.h                |   1 +
 src/FKParameters.cpp        |   9 +-
 src/FKParameters.h          |  10 +--
 src/FKRayleigh.cpp          |   6 +-
 src/FKResults.cpp           | 204 ++++++++++++++++++++++++++++++++++++++++++--
 src/FKResults.h             |  11 ++-
 src/FKTool.cpp              |  45 ++++++----
 src/FKTool.h                |   7 ++
 src/LinearFKPassiveLoop.cpp |   5 +-
 src/SPACParameters.cpp      |   4 +-
 src/SlownessPicks.cpp       |  14 +++
 src/SlownessPicks.h         |  23 +++--
 src/WaveNumberConverter.cpp |   9 ++
 src/WaveNumberConverter.h   |   2 +-
 29 files changed, 592 insertions(+), 300 deletions(-)

commit ff899bb9788864f843c4ac1b8a6575a9256846e1
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue Mar 28 23:28:39 2017 +0200

    Add missing include

 src/AbstractArrayResults.h | 2 ++
 1 file changed, 2 insertions(+)

commit 74fb804370ce49e1af342cd1cc925169aaf3e01b
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue Mar 28 22:27:02 2017 +0200

    New developments around automatic FK

 src/AbstractArrayResults.cpp |   1 +
 src/AbstractArrayResults.h   |   7 ++
 src/AbstractArrayTool.cpp    |  23 +++++-
 src/AbstractArrayTool.h      |   5 +-
 src/ArrayLoop.cpp            |   1 -
 src/EllipticityPicks.cpp     |  91 +++++++++++++++++++++-
 src/EllipticityPicks.h       |   7 ++
 src/FK.cpp                   |  18 +++--
 src/FK.h                     |   8 ++
 src/FKArrayProcess.cpp       |   4 +-
 src/FKHorizontal.cpp         |  12 +--
 src/FKLoop.cpp               | 116 ++++++++++++++++++++++------
 src/FKLoop.h                 |   6 +-
 src/FKParameters.cpp         |  14 +---
 src/FKParameters.h           |  11 ++-
 src/FKRayleigh.cpp           |  63 ++++++++-------
 src/FKRayleigh.h             |  15 +++-
 src/FKResults.cpp            | 180 ++++++++++++++++++++++++++++++++++++++-----
 src/FKResults.h              |  18 +++--
 src/FKTool.cpp               |  16 +++-
 src/FKTool.h                 |   1 +
 src/HRFK.cpp                 |  10 ++-
 src/SlownessPicks.cpp        | 140 +++++++++++++++++++++++++++++++--
 src/SlownessPicks.h          |  11 +++
 24 files changed, 653 insertions(+), 125 deletions(-)

commit 3babd1eea8c398ffcbde60937a6e0eb39324acf4
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Fri Mar 24 09:17:10 2017 +0100

    Under intensive development

 src/EllipticityPicks.cpp    | 75 ++++++++++++++++++++++++++++++++++++++++++++
 src/EllipticityPicks.h      | 58 ++++++++++++++++++++++++++++++++++
 src/FKArrayProcess.cpp      | 18 +++++++++++
 src/FKArrayProcess.h        |  3 ++
 src/FKGridSearch.h          |  2 +-
 src/FKLoop.cpp              | 48 ++++++++++++++++++----------
 src/FKLoop.h                |  6 ++--
 src/FKRayleigh.cpp          |  4 +--
 src/FKResults.cpp           | 37 ++++++++--------------
 src/FKResults.h             | 36 +++++++++++----------
 src/LinearFKSearch.h        |  2 +-
 src/SlownessPicks.cpp       | 76 +++++++++++++++++++++++++++++++++++++++++++++
 src/SlownessPicks.h         | 59 +++++++++++++++++++++++++++++++++++
 src/WaveNumberConverter.cpp |  1 +
 src/WaveNumberConverter.h   | 10 +++++-
 15 files changed, 369 insertions(+), 66 deletions(-)

commit b0a77e6f79d3f4d2b6912069a81469295fffb39a
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue Mar 21 09:50:41 2017 +0100

    Under development

 src/AbstractArrayTool.cpp   |   5 +-
 src/ArrayProcess.cpp        |   4 +-
 src/FKArrayProcess.cpp      |   5 +-
 src/FKLoop.cpp              | 143 +++++++++++++++++---------------------------
 src/FKLoop.h                |   9 ++-
 src/FKResults.cpp           |  28 +++++++++
 src/FKResults.h             |  18 ++++++
 src/FKTool.cpp              |  11 +++-
 src/FKTool.h                |   2 +
 src/HRFKLoop.cpp            |  14 ++---
 src/HRFKLoop.h              |   4 +-
 src/LinearFKPassiveLoop.cpp |   6 +-
 src/LinearFKPassiveLoop.h   |   4 +-
 src/WaveNumberConverter.cpp |  48 +++++++++++++++
 src/WaveNumberConverter.h   |  52 ++++++++++++++++
 15 files changed, 240 insertions(+), 113 deletions(-)

commit 5739d4581f38d4949f0fbe8265f121046bda78c7
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Fri Mar 17 15:46:49 2017 +0100

    Still under revision

 src/AbstractArrayResults.cpp |  54 +++++++++++++++++++
 src/AbstractArrayResults.h   |  43 +++++++++++++++
 src/AbstractArrayTool.cpp    |   1 +
 src/AbstractArrayTool.h      |   2 +
 src/ArrayLoop.cpp            |   6 +++
 src/ArrayLoop.h              |   3 ++
 src/FKArrayProcess.cpp       |  84 +++++++++++++++++------------
 src/FKArrayProcess.h         |  40 +++++++-------
 src/FKLoop.cpp               | 104 ++++++++++-------------------------
 src/FKLoop.h                 |  26 +++------
 src/FKResults.cpp            | 126 +++++++++++++++++++++++++++++++++++++++++++
 src/FKResults.h              |  66 +++++++++++++++++++++++
 src/FKTool.cpp               |   6 ++-
 13 files changed, 413 insertions(+), 148 deletions(-)

commit e1f2aa4b4ac855c153d7361bcb4de1519a317e0f
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue Mar 7 23:05:25 2017 +0000

    Preparing to AVIOS

 src/AbstractArrayTool.cpp   | 228 +++++++++++++++++++++++++++++++
 src/AbstractArrayTool.h     |  80 +++++++++++
 src/ArrayLoop.cpp           |  77 +++++++++++
 src/ArrayLoop.h             |  60 +++++++++
 src/ArrayParameters.cpp     |   2 +-
 src/ArrayParameters.h       |   2 +
 src/ArrayProcess.cpp        |   9 +-
 src/ArrayProcess.h          |   2 +-
 src/ArrayStations.cpp       |  22 +--
 src/ArrayStations.h         |  30 ++---
 src/FK.cpp                  | 320 ++++++++++++++++++++++++--------------------
 src/FK.h                    |  14 +-
 src/FKArrayProcess.cpp      |  28 ++--
 src/FKArrayProcess.h        |   4 +-
 src/FKGridSearch.h          |   2 +-
 src/FKHorizontal.cpp        |  35 ++---
 src/FKHorizontal.h          |   4 +-
 src/FKLoop.cpp              | 220 ++++++++++++++++--------------
 src/FKLoop.h                |  48 +++----
 src/FKParameters.cpp        |  21 ++-
 src/FKParameters.h          |  79 ++++++-----
 src/FKRadial.cpp            |   2 +-
 src/FKRadial.h              |   2 +-
 src/FKRayleigh.cpp          | 195 +++++++++++++++++++++++++++
 src/FKRayleigh.h            |  60 +++++++++
 src/FKStationShifts.cpp     |  73 ++++++++++
 src/FKStationShifts.h       |  84 ++++++++++++
 src/FKStationSignals.cpp    |  25 +---
 src/FKStationSignals.h      |  44 ++----
 src/FKTool.cpp              | 151 +++++++++++++++++++++
 src/FKTool.h                |  60 +++++++++
 src/FKTransverse.h          |   2 +-
 src/FrequencyBand.cpp       |  42 +++---
 src/FrequencyBand.h         |  52 +++----
 src/HRFK.cpp                | 100 +++++++-------
 src/HRFK.h                  |   2 +-
 src/HRFKArrayProcess.cpp    |  25 ++--
 src/HRFKArrayProcess.h      |   2 +-
 src/HRFKLoop.cpp            |  33 +++--
 src/HRFKLoop.h              |   4 +-
 src/LinearFKParameters.cpp  |  15 +--
 src/LinearFKParameters.h    |   2 +
 src/LinearFKPassiveLoop.cpp |  24 ++--
 src/LinearFKPassiveLoop.h   |   4 +-
 src/SPACStationSignals.cpp  |   6 +-
 src/SPACStationSignals.h    |   2 +-
 46 files changed, 1707 insertions(+), 591 deletions(-)

commit 044f7df79e3f6367380bcc2fd4c715da71a90aa8
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Mon Jan 9 09:59:40 2017 +0000

    Version 0.0.0-snapshot-20170109

 admin/version-devel | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit d3662e6a41367799fa0db2bb6a53bf80486db44d
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Mon Dec 12 13:03:53 2016 +0000

    Version 0.0.0-snapshot-20161212

 admin/version-devel | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 4c64bf966c7839f9af0400768f1693274b86fe32
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Fri Dec 9 13:15:14 2016 +0000

    Minor edit

 src/FKTransverse.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit b28f88a7bf074b941ffdbb70109f1a9aad52e09d
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Fri Dec 9 10:50:22 2016 +0000

    Minor edit

 src/FK.cpp             |  8 +++++---
 src/FKArrayProcess.cpp |  2 +-
 src/FKHorizontal.cpp   | 22 +++++++++++++---------
 src/KminSolver.cpp     |  2 +-
 4 files changed, 20 insertions(+), 14 deletions(-)

commit 8a1648ddc4ce1f2a6def4f96992af97436c6c50d
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Mon Nov 21 22:54:55 2016 +0000

    Version 0.0.0-snapshot-20161121

 admin/version-devel | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 9db0cf2bb6a2f019d4791e2a30dcaa10d010a688
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Fri Nov 18 11:08:52 2016 +0000

    Version 0.0.0-snapshot-20161118

 admin/version-devel | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 90aa909e42e8619ea959741dfac3c1c06e39e698
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Fri Nov 4 11:13:00 2016 +0000

    Remove obsolete 'register' keyword

 src/HRFK.cpp | 76 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

commit b6c73b34400839dfe0425276b8d809535b585f77
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Oct 20 14:23:14 2016 +0000

    New KminSolver::distances(): kmin for aperture

 src/KminSolver.cpp          | 137 ++++++++++++++++++++++++--------------------
 src/KminSolver.h            |   1 +
 src/LinearFKPassiveLoop.cpp |   2 +-
 3 files changed, 76 insertions(+), 64 deletions(-)

commit c4d05c57b0b87c17ac01b6c4fe55d5b6aa360f79
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Sat Sep 24 06:28:04 2016 +0000

    Version 0.0.0-snapshot-20160924

 admin/version-devel | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit b533306ed841653b412a69f4f2e86d45a4e57b7b
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Sat Sep 24 06:23:02 2016 +0000

    Fix min/max of frequency parameters

 src/SPACStationSignals.cpp | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

commit a7941f2674346af969bd6fe27808f45f8cdd595a
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Sun Sep 18 22:43:31 2016 +0000

    Version 0.0.0-snapshot-20160918

 admin/version-devel | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 0232093c24c265120b33275c3e41358716a69451
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Sun Sep 18 22:39:16 2016 +0000

    Sort min and max for filters

 src/SPACStationSignals.cpp | 1 +
 1 file changed, 1 insertion(+)

commit 3635567c9dca127686abb5594251c586fc6974d2
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue Sep 13 22:11:59 2016 +0000

    Version 0.0.0-snapshot-20160913

 admin/version-devel | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit eb57761bed66b7aac1598cb4cefbc643d1fc9659
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue Sep 13 15:03:09 2016 +0000

    Version 0.0.0-snapshot-20160913

 admin/version-devel | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit a7a190c81970d5abe6da303b7644f1598fcb3681
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Sep 8 20:49:40 2016 +0000

    Version 0.0.0-snapshot-20160908

 admin/version-devel | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 86211d970cd69048d0c6f5f23647daaf60cef506
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue Sep 6 14:31:39 2016 +0000

    Moved some FK object from geopsyarray

 src/FK.h                    |  62 ++--
 src/FKLoop.cpp              | 326 +++++++++++++++++++
 src/FKLoop.h                |  97 ++++++
 src/HRFK.cpp                | 762 ++++++++++++++++++++++----------------------
 src/HRFK.h                  |  43 +--
 src/HRFKLoop.cpp            |  91 ++++++
 src/HRFKLoop.h              |  62 ++++
 src/KminSolver.h            |  16 +-
 src/LinearFKPassiveLoop.cpp | 143 +++++++++
 src/LinearFKPassiveLoop.h   |  66 ++++
 src/LinearFKSearch.cpp      |  47 +++
 src/LinearFKSearch.h        |  56 ++++
 src/LinearHRFKSearch.cpp    |  38 +++
 src/LinearHRFKSearch.h      |  45 +++
 14 files changed, 1413 insertions(+), 441 deletions(-)

commit 234dfb6767cac6fa0ec57769612e3b428013fcaa
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Aug 18 14:59:15 2016 +0000

    Version 0.0.0-snapshot-20160818

 admin/version-devel | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit b1ea2df353de03c1eec205cf9a970fb3d83c4ff2
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Jul 28 11:31:43 2016 +0000

    Adapt frequency band to the available spettrum

 src/FK.cpp | 51 +++++++++++++++++++++++++++++++++++++--------------
 1 file changed, 37 insertions(+), 14 deletions(-)

commit 060f045edc9f0da304c5fbe3cebe9b4fdfe207c7
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Jun 23 12:30:12 2016 +0000

    Version 0.0.0-snapshot-20160623

 admin/version-devel | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit c267ae514f0cf90d0271976b525d9cd9093cee72
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Sun Jun 12 23:00:00 2016 +0000

    Version 0.0.0-snapshot-20160612

 admin/version-devel | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 1bdb18535b1f8f9577d4c6b24fba41bafbfa045a
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue Jun 7 12:12:48 2016 +0000

    Version 0.0.0-snapshot-20160607

 admin/version-devel | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit f715a7a44e3279623a2e85ee68ef426f217a8655
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Mon Jun 6 14:53:03 2016 +0000

    Version 0.0.0-snapshot-20160606

 admin/version-devel | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 603d865518ff3724c5c95d94d75979411fca46cd
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Mon Jun 6 14:49:21 2016 +0000

    Minor edit

 src/ArrayProcess.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a322d264f60129c53d8bb16dfb34162a97973690
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu May 26 15:29:35 2016 +0000

    Version 0.0.0-snapshot-20160526

 admin/version-devel | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit d3b0256b53f33270d67b63c4dc6a9a927f3a2358
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu May 26 15:24:48 2016 +0000

    Fix time range parameters

 src/ArrayProcess.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 05028111ee9b79ed4e66d2a15c8f1f2c8c09c931
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue May 24 14:18:04 2016 +0000

    Version 0.0.0-snapshot-20160524

 admin/version-devel | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit d1c399aceeca0a1f15f843f9e3136107c4380f4b
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Mon May 23 15:09:45 2016 +0000

    Version 0.0.0-snapshot-20160523

 admin/version-devel | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit c20911b1960212dd12559b44b65ec86a31981b2a
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Fri May 20 14:58:25 2016 +0000

    Version 0.0.0-snapshot-20160520

 admin/version-devel | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 8ccd40d14778d7ef9743649e7b297936ebc04443
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Fri May 20 14:57:57 2016 +0000

    MVDR TODO

 admin/mvdr_philippe_todo.txt | 92 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 92 insertions(+)

commit 1ca5086819c4a5ab1b0c94abc3fb66714f8c660d
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Fri Apr 29 14:54:07 2016 +0000

    Version 0.0.0-snapshot-20160429

 admin/version-devel | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit e30bfd9006e526a17dad80d7b271ca03b815fcf3
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue Apr 26 20:01:41 2016 +0000

    Version 0.0.0-snapshot-20160426

 admin/version-devel | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 71d8efaf7b9626f37bbf24daf0856df880e08898
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Fri Mar 4 08:44:29 2016 +0000

    Version 0.0.0-snapshot-20160304

 admin/version-devel | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 193af150dcf7a487776f11ce7655058787e3f532
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue Feb 16 08:13:24 2016 +0000

    Version 0.0.0-snapshot-20160216

 admin/version-devel | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit a8000b37c6363b361a221959ccb3eaab768f338e
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Nov 5 13:32:12 2015 +0000

    Replace 1e99 by INFINITY

 src/FK.cpp         |  4 ++--
 src/KmaxSolver.cpp | 10 +++++-----
 src/KminSolver.cpp |  2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)

commit 63216fa618487e258cfe2aa34f3ae371bc977daa
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Wed Mar 18 21:06:20 2015 +0000

    Version 2.0.2

 admin/version-testing | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 071b37f5d16b56971d9ec21af7e7ed2d08e24ac0
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue Mar 10 07:18:07 2015 +0000

    Version 0.0.0-snapshot-20150310

 admin/version-devel | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit f6796443e4c40511b1cdfc68f49a504963656714
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Sun Mar 8 07:57:57 2015 +0000

    Version 0.0.0-snapshot-20150308

 admin/version-devel | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit a8500efadc94801c3bfc96619026c0df828040b6
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Mar 5 22:08:34 2015 +0000

    Version 0.0.0-snapshot-20150305

 admin/version-devel | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit e93dc56f471c54f56e58560fe52a77e1cfaf49fc
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue Mar 3 12:48:29 2015 +0000

    Version 0.0.0-snapshot-20150303

 admin/version-devel | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit f0c4e068e0df5f14d83f96ef2dcfeefce0e03b46
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Sun Mar 1 19:57:44 2015 +0000

    Version 0.0.0-snapshot-20150301

 admin/version-devel | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 0f6f1bba8bf4f0a8495be22d62d864222cdd81fc
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue Feb 24 09:55:18 2015 +0000

    Add fortran for Windows

 admin/info | 1 +
 1 file changed, 1 insertion(+)

commit 5ae2376ad60600cba7abb262e791c7972d65d94a
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Mon Feb 23 19:49:57 2015 +0000

    New HAS_GUI instead of makepro

 admin/info    | 1 +
 admin/makepro | 5 -----
 2 files changed, 1 insertion(+), 5 deletions(-)

commit d1c98d2929b84ffa20abe5c175d8b8899d736b4b
Merge: e3ffeb4 729fe5c
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Feb 19 10:48:24 2015 +0000

    Merge branch 'testing' into devel
    
    Conflicts:
            src/FK.cpp

commit e3ffeb47483135a19f77eaf862b81b49f903abce
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Wed Feb 18 13:11:02 2015 +0000

    Version 0.0.0-snapshot-20150218

 admin/version-devel | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit a75f3244370124472778b1b4714524642633b280
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Mon Feb 16 10:12:10 2015 +0000

    Enabling/Disabling stations
    
    Not fully implemented: missing recomputation of array response

 src/ArrayProcess.cpp | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

commit 66e612f97065b7b16892433af7178fb26518794b
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Wed Feb 12 18:41:01 2014 +0000

    Version 0.0.0-snapshot-20140212

 admin/version-devel | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 52173f31431cbe61a2c6e039f6fc282fc8d11c7e
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Mon Jan 20 14:34:03 2014 +0000

    Add explicit link to QGpCoreMath

 admin/info | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 547cd8aa1513f5d419ef4157ae3f231f6082c446
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Fri Jan 17 10:02:13 2014 +0000

    Link to gfortran is not required explicitely

 admin/info | 1 -
 1 file changed, 1 deletion(-)

commit f0c05ebd9b34f96ddaf904084e5a1df4383eb90a
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Jan 16 11:41:32 2014 +0000

    Version 0.0.0-snapshot-20140116

 admin/version-devel | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 81cf33f53dfc041e2e592c90702e9aa9bfa40ebe
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue Jan 14 17:14:47 2014 +0000

    Fix includes to QGpCoreMath

 src/FK.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 87b1c7b8a5cbb418ee7da75273b4c0af8ce96b42
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Nov 28 19:57:46 2013 +0000

    Add link to QGpCoreMath

 src/ArrayProcess.cpp     | 2 +-
 src/ArrayStations.cpp    | 6 +++---
 src/FKStationSignals.cpp | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

commit 5f236416783eb36ce19b29adfbf2d1010e5f08bf
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Fri Oct 4 18:05:38 2013 +0000

    Version 0.0.0-snapshot-20131004

 admin/version-devel | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 4518fa3335360fa2d48d961c8b4dfed5d136e850
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue Sep 10 15:51:22 2013 +0000

    Fix default taper width (Tukey)

 src/FK.cpp                 | 9 +++++++--
 src/FKStationSignals.cpp   | 4 ++--
 src/SPACStationSignals.cpp | 6 +++---
 3 files changed, 12 insertions(+), 7 deletions(-)

commit 729fe5c5183a9e504e4981bbad50e886244dcb96
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Mon Sep 9 12:02:34 2013 +0000

    Add comment for the choice of Gaussian weighting

 src/FK.cpp | 21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)

commit 8e78576ed73b18b6a0cd3596cfc53b1c6d6f3f81
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Wed Apr 3 20:30:21 2013 +0000

    Version 0.0.0-snapshot-20130403

 admin/version-devel | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 93cf8cf54542481d4166b82a158bcab304a0f6cd
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Wed Mar 13 11:27:03 2013 +0000

    Version 0.0.0-snapshot-20130313

 admin/version-devel | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 7259a906e2c6a395d59477b0eb288a74db0b25aa
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Wed Feb 13 19:54:34 2013 +0000

    Version 0.0.0-snapshot-20130214

 admin/version-devel | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 601927a2bf746a1fb39b0266406675faa51d6925
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Wed Feb 13 11:01:47 2013 +0000

    Version 0.0.0-snapshot-20130213

 admin/version-devel | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit c2c9560ae14a5eebbd53b3d76a0fa5bd25181155
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Wed Feb 6 19:05:52 2013 +0000

    Version 0.0.0-snapshot-20130206

 admin/version-devel | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit dc5a87616caf1e5f2b1e895be5abab2cf95cfd0c
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Mon Feb 4 19:53:54 2013 +0000

    Version 0.0.0-snapshot-20130204

 admin/version-devel | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 388c280da3e07779ea3bdc2062835645b3be00c4
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Jan 24 20:21:42 2013 +0000

    Version 0.0.0-snapshot-20130124

 admin/version-devel | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit d8f306574b7662cbb60725bfb45cc245355dd812
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Wed Jan 23 18:17:07 2013 +0000

    Version 0.0.0-snapshot-20130123

 admin/version-devel | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 8168599e4420012a4fab00b68e71fcb672309752
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue Jan 22 20:42:54 2013 +0000

    Version 0.0.0-snapshot-20130122

 admin/version-devel | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit a9ff804bfdb9a44c92db8dd64ef45b9a1d26cbca
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Jan 10 18:39:32 2013 +0000

    Version 0.0.0-snapshot-20130110

 admin/version-devel | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 6972985672b38b80693eb5679004755ef6ca62f2
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Jan 3 11:55:09 2013 +0000

    Minor changes to follow changes about angles

 src/StationCoupleProcess.cpp | 1 -
 1 file changed, 1 deletion(-)

commit f43f4aecc0dbf706af3a263fc9a97bfec147bb03
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Wed Dec 19 16:41:19 2012 +0000

    Fix authorship

 src/LinearFKParameters.cpp | 2 +-
 src/LinearFKParameters.h   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit b15de619d666c39e721085965322855bbad5c2a3
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Dec 6 16:13:52 2012 +0000

    Version 0.0.0-snapshot-20121206

 admin/version-devel | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit cea24ad4cd82e7c89dd1c77b8c85efd764123a45
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Dec 6 09:35:31 2012 +0000

    Version 2.0.1

 admin/version-testing | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit f0fad340661afefdf84d4b8ac97a91ee266a9a15
Merge: ee10776 c03666b
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue Dec 4 13:29:34 2012 +0000

    Merge branch 'testing' into devel
    
    Conflicts:
            src/FK.cpp

commit c03666be823e440e472d8907525e8f9828c03e25
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Mon Dec 3 16:18:12 2012 +0000

    Fix Gaussian frequency band with only one sample

 src/FK.cpp | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

commit dbf222c10f8e45b0a69e8b0568b9e01958b336af
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue Sep 18 11:13:05 2012 +0000

    Add Fortran configuration in main script

 admin/info    |  1 +
 admin/makepro | 11 -----------
 2 files changed, 1 insertion(+), 11 deletions(-)

commit ee10776889b0249b72fd9d985d9d1ce0765b9516
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue Sep 18 11:12:18 2012 +0000

    Add Fortran configuration in main script

 admin/info    |  1 +
 admin/makepro | 13 -------------
 2 files changed, 1 insertion(+), 13 deletions(-)

commit dbe8c674c37601aad7768f5096e060dd9293555e
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Mon Jul 9 07:48:11 2012 +0000

    Add export for Windows

 src/HRFKParameters.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 939a3e9421fbf9b62f479210da49be55f22caa81
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Fri Jul 6 16:23:44 2012 +0000

    Add export for Windows

 src/ArrayParameters.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit bfd89e5e21814a5f6951fc4e9754e9d1b6638fd5
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Fri Jul 6 16:17:45 2012 +0000

    Support for changing path of libgfortran
    
    Under Mac OS X, the location of libgfortran is changing accord to darwin
    version. This modification prevent package modification when updating
    the darwin core.

 admin/makepro | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 04fbdc13b890d8f12df38d28cfd9c46f07a627b2
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Jul 6 17:44:16 2012 +0200

    Support for darwin11 (Mac OS X Lion)

 admin/makepro | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

commit 0a6a9c49fbe83256c35d69dee317a62fbbdc6f58
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Fri Jun 8 16:11:18 2012 +0000

    Major develop in progress

 src/LinearFKParameters.cpp      |  61 +++++++++--
 src/LinearFKParameters.h        |  32 ++++--
 src/SPACParameters.cpp          | 160 +++++++++++++----------------
 src/SPACParameters.cpp.autosave | 220 ----------------------------------------
 src/SPACParameters.h            |   3 +-
 src/SPACParameters.h.autosave   |  72 -------------
 6 files changed, 148 insertions(+), 400 deletions(-)

commit 25cad2474362e56d28cf210d60323c4d87f71c96
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Mon Apr 23 17:10:01 2012 +0000

    Many modifications

 src/ArrayParameters.cpp         |  66 +++++++++++-
 src/ArrayParameters.h           |  47 +++++++--
 src/ArrayProcess.cpp            |  36 +++----
 src/FKParameters.cpp            | 109 ++++++++++++++++----
 src/FKParameters.h              |   8 +-
 src/FKStationSignals.cpp        |   6 +-
 src/HRFKParameters.cpp          |  58 ++++++++++-
 src/HRFKParameters.h            |  24 +++--
 src/LinearFKParameters.cpp      | 206 +++++++++++++++++++++++++++++++++++++
 src/LinearFKParameters.h        | 101 ++++++++++++++++++
 src/SPACParameters.cpp          | 141 ++++++++++++++++++++++++-
 src/SPACParameters.cpp.autosave | 220 ++++++++++++++++++++++++++++++++++++++++
 src/SPACParameters.h            |  50 +++++----
 src/SPACParameters.h.autosave   |  72 +++++++++++++
 src/SPACStationSignals.cpp      |  15 +--
 15 files changed, 1062 insertions(+), 97 deletions(-)

commit b787e815e4ef55369de081d306ab4e9a3626255a
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Dec 9 14:25:31 2011 +0100

    API change in FilterParameters

 src/SPACStationSignals.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6a07c0b8f1778e5412b6512780981df2651e7309
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Sep 23 18:15:16 2011 +0200

    Version 0.0.0-snapshot-20110923

 admin/version-devel | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit ce0879e02055657ab5681df33f82e20237a51e42
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Sep 15 17:10:30 2011 +0200

    Replace code by Signal::power()

 src/SPACStationSignals.cpp | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

commit 12585787dfd4d7bb10b882ad2c18d1b22f6457ef
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue May 17 21:59:22 2011 +0200

    Reformat blanks

 src/ArrayProcess.cpp         |  82 ++++++-------
 src/ArrayProcess.h           |  16 +--
 src/ArrayStations.cpp        |  48 ++++----
 src/ArrayStations.h          |   4 +-
 src/FK.cpp                   | 108 ++++++++---------
 src/FK.h                     |  14 +--
 src/FKArrayProcess.cpp       |  12 +-
 src/FKArrayProcess.h         |   4 +-
 src/FKGridSearch.cpp         |   2 +-
 src/FKGridSearch.h           |  10 +-
 src/FKHorizontal.cpp         |  74 ++++++------
 src/FKHorizontal.h           |   8 +-
 src/FKParameters.cpp         |  14 +--
 src/FKParameters.h           |  28 ++---
 src/FKRadial.cpp             |   6 +-
 src/FKRadial.h               |   2 +-
 src/FKStationSignals.cpp     |  14 +--
 src/FKStationSignals.h       |  42 +++----
 src/FKTransverse.cpp         |   6 +-
 src/FKTransverse.h           |   2 +-
 src/FrequencyBand.cpp        |  14 +--
 src/FrequencyBand.h          |  26 ++---
 src/HRFK.cpp                 | 272 +++++++++++++++++++++----------------------
 src/HRFK.h                   |  10 +-
 src/HRFKArrayProcess.cpp     |   2 +-
 src/HRFKArrayProcess.h       |   4 +-
 src/HRFKGridSearch.h         |   4 +-
 src/HRFKParameters.h         |   4 +-
 src/KmaxSolver.cpp           |   8 +-
 src/KminSolver.cpp           |  10 +-
 src/RingCouples.cpp          |  78 ++++++-------
 src/RingCouples.h            |  16 +--
 src/RingCouplesProcess.cpp   |  36 +++---
 src/RingCouplesProcess.h     |   2 +-
 src/SPACArrayProcess.cpp     |   4 +-
 src/SPACArrayProcess.h       |   4 +-
 src/SPACParameters.cpp       |  40 +++----
 src/SPACParameters.h         |  12 +-
 src/SPACStationSignals.cpp   |  42 +++----
 src/SPACStationSignals.h     |   6 +-
 src/StationCouple.cpp        |  30 ++---
 src/StationCouple.h          |  20 ++--
 src/StationCoupleProcess.cpp |  98 ++++++++--------
 src/StationCoupleProcess.h   |  14 +--
 44 files changed, 626 insertions(+), 626 deletions(-)

commit c2460af20e1ce655710cc24aa0bee13c02b00ef9
Merge: 5cb271c 979782d
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu May 12 18:07:20 2011 +0200

    Merge branch 'testing' into devel

commit 979782d9d4cd0869aed4676897c7f9233f6ad3a1
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu May 12 12:57:29 2011 +0200

    Version 2.0.0

 admin/version-testing | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit b4a3513ba7e8599c3d0eb34668a98898132fc0b9
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed May 11 18:19:44 2011 +0200

    Change noise level to 0.1 instead of 0.5
    
    Old level was not appropriate and led to missing peaks.

 src/KmaxSolver.cpp | 23 ++++++++++++++++-------
 src/KmaxSolver.h   |  2 +-
 src/KminSolver.cpp |  8 +++++---
 src/KminSolver.h   |  2 +-
 4 files changed, 23 insertions(+), 12 deletions(-)

commit 080ebce53549eb18f0b1e25652ef148f10da387a
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Apr 7 17:19:58 2011 +0200

    Parallelisation of KmaxSolver
    
    When the number of station increases, kmax search might be long.

 src/KmaxSolver.cpp | 72 +++++++++++++++++++++++++++++++++++++++++-------------
 src/KmaxSolver.h   | 17 ++++++++++---
 src/KminSolver.cpp | 49 ++++++++++++++++++++++---------------
 3 files changed, 98 insertions(+), 40 deletions(-)

commit 5cb271c8c79f239b570939d5978118a8653a016d
Merge: 8dd9a15 aee731f
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Mar 17 11:29:18 2011 +0100

    Merge branch 'testing' into devel

commit 8dd9a155ae8f40ba64868cae89602f96430598fd
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Mar 16 16:21:27 2011 +0100

    A try to oversample frequency spectrum for FK

 src/FKStationSignals.cpp | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

commit aee731fd1c7116d26eef67fdd54240f3e06ca969
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Mar 13 20:48:17 2011 +0100

    Version 1.3.1

 admin/version-testing | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 52f16251ea20e7b71841630f0034c2ac5268813c
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Mar 11 22:15:35 2011 +0100

    Follow API change in core libraries

 src/FKHorizontal.cpp | 7 ++++---
 src/HRFK.cpp         | 5 +++--
 2 files changed, 7 insertions(+), 5 deletions(-)

commit 536bcbc6e68f995662356b32adb44fee09d43a31
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Feb 1 18:30:37 2011 +0100

    Version 1.3.0

 admin/version-testing | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 20d59257c938dcb9e204d60bc1dd41ddf04b8a62
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Jan 30 22:22:36 2011 +0100

    Changes in TimeRangeList interface

 src/ArrayProcess.cpp | 21 ++++++++++++---------
 src/ArrayProcess.h   |  7 ++++---
 src/RingCouples.cpp  |  1 +
 3 files changed, 17 insertions(+), 12 deletions(-)

commit 2c61d08cd82d78c0a92c47d919822d86babbdeb2
Merge: 1360673 f96bdd5
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Jan 28 17:07:10 2011 +0100

    Merge branch 'testing' into devel

commit f96bdd5f50dd07e60b842742d404b98d53db54d7
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Jan 7 15:55:25 2011 +0100

    Fix status message: 1/100 to 100/100
    
    Before it was going from 100/100 to 1/100

 src/ArrayProcess.cpp | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

commit 263df1f8338a7f40311fbc48f32c1081488c6391
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Jan 7 10:18:03 2011 +0100

    Use 2D points instead of 3D

 src/KmaxSolver.cpp | 2 +-
 src/KmaxSolver.h   | 2 +-
 src/KminSolver.cpp | 2 +-
 src/KminSolver.h   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

commit cda84f14694934710f2b718d1ba90b86c8c488e7
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Jan 3 17:09:18 2011 +0100

    Set release version

 admin/version-testing | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 2d844210ccb506da40506363809de547e92993b0
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Jan 3 16:54:51 2011 +0100

    New branch testing and release version

 admin/version-2.1     | 4 ++--
 admin/version-testing | 5 +++++
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 1360673d5871919ae3aa35a3cf59aaf8163bddeb
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Jan 3 15:22:58 2011 +0100

    New devel branch

 admin/version-devel  | 5 +++++
 admin/version-master | 8 ++++----
 2 files changed, 9 insertions(+), 4 deletions(-)

commit 99cb0da4134fdbba6c363acd258952b1878fbe23
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Dec 2 18:18:23 2010 +0100

    Version 1.2.0-snapshot-20101202

 admin/version-master | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 1b222f8df23fe6157ad3780cf819f430efd7fb77
Merge: dacf52b 9581272
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Nov 29 13:31:16 2010 +0100

    Merge branch '2.1'

commit dacf52b290bebafb01019336596d9478a7eabc02
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Nov 19 18:43:14 2010 +0100

    Version 1.2.0-snapshot-20101119

 admin/version-master | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 9581272d324a90f04290a60bd8fbb0d2b752d023
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Nov 19 18:42:01 2010 +0100

    Version 1.2.0-snapshot-20101119

 admin/version-2.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 853e21e5b097df599d269640c21b1400bd24133e
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Nov 17 23:17:14 2010 +0100

    Version 1.2.0-snapshot-20101117

 admin/version-master | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 2a3a6dd2295d376a9a5bc814eaf5726026e3f4f3
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Nov 17 18:07:52 2010 +0100

    Version 1.2.0-snapshot-20101117

 admin/version-2.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 316db57a12374f113528cf4145486cf582fa47d1
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Nov 15 19:15:10 2010 +0100

    Version 1.2.0-snapshot-20101115

 admin/version-2.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit b122fa7d01efdab7d9bac77a9adadda1f241fe5a
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Oct 7 12:07:46 2010 +0200

    Version 1.2.0-snapshot-20101007

 admin/version-2.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 1478e627f7917fcd0e90c21d2d854fa99280f553
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Sep 21 16:43:22 2010 +0200

    No arg for absoluteRange() instead of '0'

 src/ArrayProcess.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 416eeac4aee5ec18d51576fd6edeb9b7e46f0565
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Sep 14 06:18:45 2010 +0200

    Version 1.2.0-snapshot-20100914

 admin/version-2.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 157b2cd3d62a4ba86796f029cd2604d1c0d6a08a
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Sep 12 07:20:26 2010 +0200

    Remove priority system for cache
    
    Replaced by predicted times

 src/StationCoupleProcess.cpp | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

commit eb21021cdd360bc81e027d8b949606c308b9387e
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Aug 6 15:50:13 2010 +0200

    Version 1.2.0-snapshot-20100806

 admin/version-2.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit d7e31b977b02dcc36c412ca6123967e2ca13af70
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Aug 6 12:40:56 2010 +0000

    Replace -lg by -lgfortran

 admin/makepro | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

commit 304cc9abde4a1e1e8781b5deed133c80c6891dc9
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Jun 16 21:25:39 2010 +0200

    Version 1.2.0-snapshot-20100616

 admin/version-2.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 0418ee0069cb8126edb3d2a3f4b1a382f734df9d
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue May 25 09:06:22 2010 +0200

    Version 1.2.0-snapshot-20100525

 admin/version-2.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit d6e7341f654f4cf9d0f09619df9b7c6466dd19f8
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri May 7 17:58:43 2010 +0200

    Version 1.2.0-snapshot-20100507

 admin/version-2.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit bf339b3f434eaad7339af716a158a50d04ce715a
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu May 6 19:21:46 2010 +0200

    Version 1.2.0-snapshot-20100506

 admin/version-2.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 5573f77f4e221b12049d2778bd6a1110e50058ef
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue May 4 12:15:37 2010 +0200

    Version 1.2.0-snapshot-20100504

 admin/version-2.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 66ae034c941a3816f8c1a0eb6538731065749bfa
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Apr 16 12:19:02 2010 +0200

    Version 1.2.0-snapshot-20100416

 admin/version-2.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 0ef17bbf12f92603ad1a2e192dc7a96e0e4a3582
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Mar 24 22:07:53 2010 +0100

    Version 1.2.0-snapshot-20100324

 admin/version-2.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit ed39038ceaed981c8c30f3be15a115675fde24a0
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sat Mar 20 00:57:36 2010 +0100

    Remove \mainpage

 src/ArrayCore.cpp | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

commit 068942825e160b74765689c543592e07c2631bcc
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Feb 26 19:45:08 2010 +0100

    Version 1.2.0-snapshot-20100226

 admin/version-2.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit be163b8ce2c46f87a33242039f923011e314a721
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Feb 26 19:42:07 2010 +0100

    Remove TRACE for FK core to speed up under Windows

 src/ArrayProcess.cpp       | 4 ----
 src/FK.cpp                 | 6 ------
 src/FKRadial.cpp           | 1 -
 src/FKStationSignals.cpp   | 3 ---
 src/FKStationSignals.h     | 4 ----
 src/HRFK.cpp               | 3 ---
 src/SPACStationSignals.cpp | 2 --
 7 files changed, 23 deletions(-)

commit d93c3f1b24a1916214719b20ea1bd43803a3c29d
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Feb 22 18:58:59 2010 +0100

    Version 1.2.0-snapshot-20100222

 admin/version-2.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit a664398d3ca4593d622ab51399b54d4f0bf304df
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Feb 21 20:43:52 2010 +0100

    Version 1.2.0-snapshot-20100221

 admin/version-2.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 6021e546e01bb75641bc7d195d64c3e250059458
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Feb 21 20:35:31 2010 +0100

    Add const to list of station coordinates

 src/KmaxSolver.cpp | 2 +-
 src/KmaxSolver.h   | 2 +-
 src/KminSolver.cpp | 2 +-
 src/KminSolver.h   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

commit 9a41a2d15abb49f96921a7e04f8f22b35cacfc41
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sat Feb 20 20:42:42 2010 +0100

    Version 1.2.0-snapshot-20100220

 admin/version-2.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 4ec9a12db446475dae253a9f108b251ad21c731e
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Feb 19 19:40:59 2010 +0100

    Version 1.2.0-snapshot-20100219

 admin/version-2.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit bfd3b668a966a09b0eb5c1a3c9f5ede4af6926d6
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Feb 18 13:14:51 2010 +0100

    Version 1.2.0-snapshot-20100218

 admin/version-2.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 7e3d96d4123ff19af0bad3413c447e1bee26a839
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Feb 17 17:50:59 2010 +0100

    Version 1.2.0-snapshot-20100217

 admin/version-2.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 5f057fdb50d51cf0cb19c1c11bcec2418cae538d
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Feb 12 19:43:16 2010 +0100

    Version 1.2.0-snapshot-20100212

 admin/version-2.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 91f0805dd819234b017edaef7edd1d4849242ed6
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Feb 9 20:25:14 2010 +0100

    Version 1.2.0-snapshot-20100209

 admin/version-2.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 6627f2a68b813f55a97191fff6b71fdd60bd627e
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Feb 7 00:20:41 2010 +0100

    Version 1.2.0-snapshot-20100206

 admin/version-2.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit e811ac56b57f330c2769c99083e58ab10df9d6a2
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sat Jan 30 13:14:56 2010 +0100

    Version 1.2.0-snapshot-20100130

 admin/version-2.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit de8700d05424a896171908fb31fba105c6156046
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Jan 28 17:21:46 2010 +0100

    Version 1.2.0-snapshot-20100128

 admin/version-2.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 6fd40d7417b9c92007018f9c55bed7af0d3c4573
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Jan 27 21:31:01 2010 +0100

    Version 1.2.0-snapshot-20100127

 admin/version-2.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit b5a4fa4117ed69a50742bc9c4aca7abeadfa1087
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Jan 27 21:26:54 2010 +0100

    Clean old files

 lang/MultiStation.de.ts | 201 ------------------------------------------------
 lang/MultiStation.es.ts | 201 ------------------------------------------------
 lang/MultiStation.fr.ts | 201 ------------------------------------------------
 lang/MultiStation.it.ts | 201 ------------------------------------------------
 4 files changed, 804 deletions(-)

commit 943d2ab3a1b60a0752c54c41050bec530d6b4344
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Jan 26 23:53:09 2010 +0100

    Version 1.2.0-snapshot-20100126

 admin/version-2.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit bb5071b33b391e6bc7802ef1004e9e5a536f6cb8
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Jan 13 11:26:43 2010 +0100

    Version 1.2.0-snapshot-20100113

 admin/version-2.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit e06fa666c963a96ee80d85ee3266b4b0cb299b74
Author: Marc Wathelet <marc@rubelite.obs.ujf-grenoble.fr>
Date:   Fri Jan 8 09:51:10 2010 +0100

    Remove libg.a from dependencies under Mac

 admin/info    | 2 +-
 admin/makepro | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 55e55d48897f410b3b004c285e88b9a2b4c67d07
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Jan 8 02:13:21 2010 +0100

    Strict namespace for libraries

 src/ArrayCore.cpp            | 4 ++++
 src/ArrayParameters.cpp      | 4 ++++
 src/ArrayParameters.h        | 4 ++++
 src/ArrayProcess.cpp         | 4 ++++
 src/ArrayProcess.h           | 4 +++-
 src/ArrayStations.cpp        | 4 ++++
 src/ArrayStations.h          | 6 +++++-
 src/FK.cpp                   | 4 ++++
 src/FK.h                     | 4 ++++
 src/FKArrayProcess.cpp       | 4 ++++
 src/FKArrayProcess.h         | 4 ++++
 src/FKGridSearch.cpp         | 4 ++++
 src/FKGridSearch.h           | 6 +++++-
 src/FKHorizontal.cpp         | 4 ++++
 src/FKHorizontal.h           | 4 ++++
 src/FKParameters.cpp         | 4 ++++
 src/FKParameters.h           | 5 ++++-
 src/FKRadial.cpp             | 4 ++++
 src/FKRadial.h               | 4 ++++
 src/FKStationSignals.cpp     | 4 ++++
 src/FKStationSignals.h       | 9 +++++----
 src/FKTransverse.cpp         | 4 ++++
 src/FKTransverse.h           | 4 ++++
 src/FrequencyBand.cpp        | 4 ++++
 src/FrequencyBand.h          | 4 ++++
 src/HRFK.cpp                 | 4 ++++
 src/HRFK.h                   | 6 ++++--
 src/HRFKArrayProcess.cpp     | 4 ++++
 src/HRFKArrayProcess.h       | 4 ++++
 src/HRFKGridSearch.cpp       | 4 ++++
 src/HRFKGridSearch.h         | 4 ++++
 src/HRFKParameters.cpp       | 4 ++++
 src/HRFKParameters.h         | 5 ++++-
 src/KmaxSolver.cpp           | 4 ++++
 src/KmaxSolver.h             | 4 ++++
 src/KminSolver.cpp           | 4 ++++
 src/KminSolver.h             | 4 ++++
 src/RingCouples.cpp          | 4 ++++
 src/RingCouples.h            | 9 +++++++--
 src/RingCouplesProcess.cpp   | 4 ++++
 src/RingCouplesProcess.h     | 7 ++++++-
 src/SPACArrayProcess.cpp     | 4 ++++
 src/SPACArrayProcess.h       | 4 ++++
 src/SPACParameters.cpp       | 4 ++++
 src/SPACParameters.h         | 8 ++++++--
 src/SPACStationSignals.cpp   | 4 ++++
 src/SPACStationSignals.h     | 6 +++++-
 src/StationCouple.cpp        | 4 ++++
 src/StationCouple.h          | 6 +++++-
 src/StationCoupleProcess.cpp | 4 ++++
 src/StationCoupleProcess.h   | 8 ++++++--
 51 files changed, 217 insertions(+), 20 deletions(-)

commit ea3340bc401edceb89845a6c99b45674ef1ce588
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Dec 17 15:42:41 2009 +0100

    Replace copyright by list of authors

 src/ArrayCore.cpp            | 26 ++++++++++++++++++++++++--
 src/ArrayParameters.cpp      |  7 ++++---
 src/ArrayParameters.h        |  7 ++++---
 src/ArrayProcess.cpp         |  7 ++++---
 src/ArrayProcess.h           |  7 ++++---
 src/ArrayStations.cpp        |  7 ++++---
 src/ArrayStations.h          |  7 ++++---
 src/FK.cpp                   |  7 ++++---
 src/FK.h                     |  7 ++++---
 src/FKArrayProcess.cpp       |  7 ++++---
 src/FKArrayProcess.h         |  7 ++++---
 src/FKGridSearch.cpp         |  8 +++++---
 src/FKGridSearch.h           |  8 +++++---
 src/FKHorizontal.cpp         |  7 ++++---
 src/FKHorizontal.h           |  7 ++++---
 src/FKParameters.cpp         |  7 ++++---
 src/FKParameters.h           |  7 ++++---
 src/FKRadial.cpp             |  7 ++++---
 src/FKRadial.h               |  7 ++++---
 src/FKStationSignals.cpp     |  8 +++++---
 src/FKStationSignals.h       |  8 +++++---
 src/FKTransverse.cpp         |  7 ++++---
 src/FKTransverse.h           |  7 ++++---
 src/FrequencyBand.cpp        |  7 ++++---
 src/FrequencyBand.h          |  7 ++++---
 src/HRFK.cpp                 |  7 ++++---
 src/HRFK.h                   |  7 ++++---
 src/HRFKArrayProcess.cpp     |  7 ++++---
 src/HRFKArrayProcess.h       |  7 ++++---
 src/HRFKGridSearch.cpp       |  7 ++++---
 src/HRFKGridSearch.h         |  7 ++++---
 src/HRFKParameters.cpp       |  7 ++++---
 src/HRFKParameters.h         |  7 ++++---
 src/KmaxSolver.cpp           |  7 ++++---
 src/KmaxSolver.h             |  7 ++++---
 src/KminSolver.cpp           |  7 ++++---
 src/KminSolver.h             |  7 ++++---
 src/RingCouples.cpp          |  8 +++++---
 src/RingCouples.h            |  8 +++++---
 src/RingCouplesProcess.cpp   |  7 ++++---
 src/RingCouplesProcess.h     |  7 ++++---
 src/SPACArrayProcess.cpp     |  7 ++++---
 src/SPACArrayProcess.h       |  7 ++++---
 src/SPACParameters.cpp       |  7 ++++---
 src/SPACParameters.h         |  7 ++++---
 src/SPACStationSignals.cpp   |  8 +++++---
 src/SPACStationSignals.h     |  8 +++++---
 src/StationCouple.cpp        |  8 +++++---
 src/StationCouple.h          |  8 +++++---
 src/StationCoupleProcess.cpp |  7 ++++---
 src/StationCoupleProcess.h   |  7 ++++---
 51 files changed, 234 insertions(+), 152 deletions(-)

commit 8e32e4406ed76791e528aed15646a0e82af7e65e
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Dec 14 15:22:23 2009 +0100

    Version 1.2.0-snapshot-20091214

 admin/version-2.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit ab68be1cc8868a31ceb3697523d08829016f3dd5
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Dec 1 10:23:18 2009 +0100

    Version 1.2.0-snapshot-20091201

 admin/version-2.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 7b15006c632e8cb2252f5fdd94193e3cf88a0806
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Nov 20 15:59:56 2009 +0100

    Version 1.2.0-snapshot-20091120

 admin/version-2.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 9be49baee47734884707cbaa436d297b3a07d3e2
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Nov 20 09:59:39 2009 +0100

    Required for Windows to add libg.a

 admin/info | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1de69d104ec64e379e9dd7767b17d1274211b140
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Nov 20 00:10:48 2009 +0100

    ligg.a not available in mingw... try without

 admin/info | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6a59112d4eb7c86996125b4aafd0f9c18eba4795
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Nov 15 12:08:34 2009 +0100

    Add libg.so as a dependency (required for Windows)

 admin/info | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 28aac35ec415cfd261e6e873384dea1ab028229f
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sat Nov 14 14:27:53 2009 +0100

    Add blas in external libs (required for Windows)

 admin/info | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 7a0113788acf3dd54f75e1c03cb22e404459d7c9
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Sep 3 17:34:38 2009 +0200

    Non-gui array processing
    
    From original MultiStation library

 admin/info                 |   6 +-
 admin/makepro              |   6 +-
 lang/ArrayCore.de.ts       |  96 +++++++++++
 lang/ArrayCore.es.ts       |  96 +++++++++++
 lang/ArrayCore.fr.ts       |  96 +++++++++++
 lang/ArrayCore.it.ts       |  96 +++++++++++
 src/ArrayCore.cpp          |  14 ++
 src/ArrayProcess.cpp       |   6 +-
 src/ArrayProcess.h         |  10 +-
 src/ArrayResponse.cpp      | 414 ---------------------------------------------
 src/ArrayResponse.h        |  85 ----------
 src/ArrayStations.h        |   5 +-
 src/FK.h                   |   4 +-
 src/FKArrayProcess.h       |   4 +-
 src/FKGridSearch.h         |   4 +-
 src/FKParameters.h         |   4 +-
 src/FKStationSignals.h     |   4 +-
 src/FrequencyBand.h        |   4 +-
 src/HRFK.h                 |   4 +-
 src/HRFKArrayProcess.h     |   4 +-
 src/HRFKGridSearch.h       |   4 +-
 src/KmaxSolver.h           |   4 +-
 src/KminSolver.h           |   4 +-
 src/MultiStation.cpp       |  35 ----
 src/RingCouples.h          |   4 +-
 src/RingCouplesProcess.h   |   4 +-
 src/SPACArrayProcess.h     |   4 +-
 src/SPACParameters.h       |   4 +-
 src/StationCouple.h        |   4 +-
 src/StationCoupleProcess.h |   4 +-
 src/WaveNumAnimate.cpp     |  39 -----
 src/WaveNumAnimate.h       |  39 -----
 src/WaveNumAnimate.ui      | 114 -------------
 33 files changed, 447 insertions(+), 778 deletions(-)

commit de232c7fe5263a690efb6ce53efa9abdb0214a9a
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Aug 27 11:48:58 2009 +0200

    Minor fix after last big changes

 lang/MultiStation.de.ts | 201 ++++++++++++++++++++++++++++++++++++++++++++++++
 lang/MultiStation.es.ts | 201 ++++++++++++++++++++++++++++++++++++++++++++++++
 lang/MultiStation.fr.ts | 201 ++++++++++++++++++++++++++++++++++++++++++++++++
 lang/MultiStation.it.ts | 201 ++++++++++++++++++++++++++++++++++++++++++++++++
 src/MultiStation.cpp    |  35 +++++++++
 5 files changed, 839 insertions(+)

commit 3471a2c1dbae6b47cc59d13d7873efaef8fea19b
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Aug 27 11:21:31 2009 +0200

    New header framwork: one big include per library

 admin/info                                         |   4 +-
 lang/multistation.de.ts                            | 201 ---------------------
 lang/multistation.es.ts                            | 201 ---------------------
 lang/multistation.fr.ts                            | 201 ---------------------
 lang/multistation.it.ts                            | 201 ---------------------
 ...{qtbarrayparameters.cpp => ArrayParameters.cpp} |   9 +-
 src/{qtbarrayparameters.h => ArrayParameters.h}    |  15 +-
 src/{qtbarrayprocess.cpp => ArrayProcess.cpp}      |  20 +-
 src/{qtbarrayprocess.h => ArrayProcess.h}          |  13 +-
 src/{qtbarrayresponse.cpp => ArrayResponse.cpp}    |  37 ++--
 src/{qtbarrayresponse.h => ArrayResponse.h}        |  19 +-
 src/{qtbarraystations.cpp => ArrayStations.cpp}    |  10 +-
 src/{qtbarraystations.h => ArrayStations.h}        |  17 +-
 src/{qtbfk.cpp => FK.cpp}                          |  12 +-
 src/{qtbfk.h => FK.h}                              |  13 +-
 src/{qtbfkarrayprocess.cpp => FKArrayProcess.cpp}  |  16 +-
 src/{qtbfkarrayprocess.h => FKArrayProcess.h}      |  13 +-
 src/{qtbfkgridsearch.cpp => FKGridSearch.cpp}      |  12 +-
 src/{qtbfkgridsearch.h => FKGridSearch.h}          |  13 +-
 src/{qtbfkhorizontal.cpp => FKHorizontal.cpp}      |  15 +-
 src/{qtbfkhorizontal.h => FKHorizontal.h}          |  11 +-
 src/{qtbfkparameters.cpp => FKParameters.cpp}      |   9 +-
 src/{qtbfkparameters.h => FKParameters.h}          |  11 +-
 src/{qtbfkradial.cpp => FKRadial.cpp}              |  12 +-
 src/{qtbfkradial.h => FKRadial.h}                  |   9 +-
 ...tbfkstationsignals.cpp => FKStationSignals.cpp} |  10 +-
 src/{qtbfkstationsignals.h => FKStationSignals.h}  |  14 +-
 src/{qtbfktransverse.cpp => FKTransverse.cpp}      |  12 +-
 src/{qtbfktransverse.h => FKTransverse.h}          |   9 +-
 src/{qtbfrequencyband.cpp => FrequencyBand.cpp}    |  10 +-
 src/{qtbfrequencyband.h => FrequencyBand.h}        |  13 +-
 src/{qtbhrfk.cpp => HRFK.cpp}                      |  16 +-
 src/{qtbhrfk.h => HRFK.h}                          |  13 +-
 ...tbhrfkarrayprocess.cpp => HRFKArrayProcess.cpp} |  13 +-
 src/{qtbhrfkarrayprocess.h => HRFKArrayProcess.h}  |  13 +-
 src/{qtbhrfkgridsearch.cpp => HRFKGridSearch.cpp}  |  10 +-
 src/{qtbhrfkgridsearch.h => HRFKGridSearch.h}      |  14 +-
 src/{qtbhrfkparameters.cpp => HRFKParameters.cpp}  |   9 +-
 src/{qtbhrfkparameters.h => HRFKParameters.h}      |   9 +-
 src/{qtbkmaxsolver.cpp => KmaxSolver.cpp}          |  15 +-
 src/{qtbkmaxsolver.h => KmaxSolver.h}              |  14 +-
 src/{qtbkminsolver.cpp => KminSolver.cpp}          |  12 +-
 src/{qtbkminsolver.h => KminSolver.h}              |  13 +-
 src/{qtbringcouples.cpp => RingCouples.cpp}        |  12 +-
 src/{qtbringcouples.h => RingCouples.h}            |  13 +-
 ...ngcouplesprocess.cpp => RingCouplesProcess.cpp} |  14 +-
 ...tbringcouplesprocess.h => RingCouplesProcess.h} |  11 +-
 ...tbspacarrayprocess.cpp => SPACArrayProcess.cpp} |  11 +-
 src/{qtbspacarrayprocess.h => SPACArrayProcess.h}  |  13 +-
 src/{qtbspacparameters.cpp => SPACParameters.cpp}  |  14 +-
 src/{qtbspacparameters.h => SPACParameters.h}      |  13 +-
 ...acstationsignals.cpp => SPACStationSignals.cpp} |  12 +-
 ...tbspacstationsignals.h => SPACStationSignals.h} |   9 +-
 src/{qtbstationcouple.cpp => StationCouple.cpp}    |  12 +-
 src/{qtbstationcouple.h => StationCouple.h}        |  13 +-
 ...ncoupleprocess.cpp => StationCoupleProcess.cpp} |  16 +-
 ...ationcoupleprocess.h => StationCoupleProcess.h} |  11 +-
 src/{qtbwavenumanimate.cpp => WaveNumAnimate.cpp}  |  10 +-
 src/{qtbwavenumanimate.h => WaveNumAnimate.h}      |  10 +-
 src/{qtbwavenumanimate.ui => WaveNumAnimate.ui}    |   2 +-
 src/multistationdllexport.h                        |  17 --
 src/qtbspacarraystations.cpp                       |  32 ----
 src/qtbspacarraystations.h                         |  30 ---
 63 files changed, 409 insertions(+), 1179 deletions(-)

commit e04ed3849ad5804a01fc73f523c7c8592cbc3773
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Aug 25 23:04:04 2009 +0200

    Drop Qtb prefix

 admin/info                      |   2 +-
 lang/multistation.de.ts         | 138 +++++++++++++++++++++++++++-------
 lang/multistation.es.ts         | 138 +++++++++++++++++++++++++++-------
 lang/multistation.fr.ts         | 138 +++++++++++++++++++++++++++-------
 lang/multistation.it.ts         | 138 +++++++++++++++++++++++++++-------
 src/multistationdllexport.h     |  35 ++-------
 src/qtbarrayparameters.cpp      |   2 +-
 src/qtbarrayparameters.h        |  14 ++--
 src/qtbarrayprocess.cpp         |  68 ++++++++---------
 src/qtbarrayprocess.h           |  42 +++++------
 src/qtbarrayresponse.cpp        | 162 ++++++++++++++++++++--------------------
 src/qtbarrayresponse.h          |  48 ++++++------
 src/qtbarraystations.cpp        |  40 +++++-----
 src/qtbarraystations.h          |  20 ++---
 src/qtbfk.cpp                   |  58 +++++++-------
 src/qtbfk.h                     |  18 ++---
 src/qtbfkarrayprocess.cpp       |  24 +++---
 src/qtbfkarrayprocess.h         |  26 +++----
 src/qtbfkgridsearch.cpp         |   4 +-
 src/qtbfkgridsearch.h           |  18 ++---
 src/qtbfkhorizontal.cpp         |  64 ++++++++--------
 src/qtbfkhorizontal.h           |  20 ++---
 src/qtbfkparameters.cpp         |   4 +-
 src/qtbfkparameters.h           |  10 +--
 src/qtbfkradial.cpp             |   8 +-
 src/qtbfkradial.h               |  12 +--
 src/qtbfkstationsignals.cpp     |  32 ++++----
 src/qtbfkstationsignals.h       |  56 +++++++-------
 src/qtbfktransverse.cpp         |   8 +-
 src/qtbfktransverse.h           |  12 +--
 src/qtbfrequencyband.cpp        |   6 +-
 src/qtbfrequencyband.h          |  16 ++--
 src/qtbhrfk.cpp                 | 124 +++++++++++++++---------------
 src/qtbhrfk.h                   |  24 +++---
 src/qtbhrfkarrayprocess.cpp     |  12 +--
 src/qtbhrfkarrayprocess.h       |  24 +++---
 src/qtbhrfkgridsearch.h         |  12 +--
 src/qtbhrfkparameters.cpp       |   2 +-
 src/qtbhrfkparameters.h         |   8 +-
 src/qtbkmaxsolver.cpp           |  22 +++---
 src/qtbkmaxsolver.h             |  14 ++--
 src/qtbkminsolver.cpp           |  14 ++--
 src/qtbkminsolver.h             |  12 +--
 src/qtbringcouples.cpp          |  26 +++----
 src/qtbringcouples.h            |  26 +++----
 src/qtbringcouplesprocess.cpp   |  30 ++++----
 src/qtbringcouplesprocess.h     |  16 ++--
 src/qtbspacarrayprocess.cpp     |   8 +-
 src/qtbspacarrayprocess.h       |  22 +++---
 src/qtbspacarraystations.cpp    |   2 +-
 src/qtbspacarraystations.h      |   6 +-
 src/qtbspacparameters.cpp       |  14 ++--
 src/qtbspacparameters.h         |  20 ++---
 src/qtbspacstationsignals.cpp   |  26 +++----
 src/qtbspacstationsignals.h     |  12 +--
 src/qtbstationcouple.cpp        |  12 +--
 src/qtbstationcouple.h          |  38 +++++-----
 src/qtbstationcoupleprocess.cpp |  46 ++++++------
 src/qtbstationcoupleprocess.h   |  24 +++---
 src/qtbwavenumanimate.cpp       |   6 +-
 src/qtbwavenumanimate.h         |   8 +-
 src/qtbwavenumanimate.ui        |  14 ++--
 62 files changed, 1164 insertions(+), 841 deletions(-)

commit 8ebf5493e647d94a9e6a8417cd19ca39e43d3774
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Jul 30 13:29:44 2009 +0200

    Version 1.2.0-snapshot-20090730

 admin/version-2.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 868fc4239ac62b3f6499b4fbf4e8414ba22551b7
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Jul 6 21:16:41 2009 +0200

    Follow QtbCircleViewer interface

 src/qtbarrayresponse.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit dbefe0d638b041234206c88f065520e149da7bb0
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Jun 17 23:48:00 2009 +0200

    Version 1.2.0-snapshot-20090617

 admin/version-2.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 15ad1aeb250aef8dc939698a7d84999650087ccf
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Jun 10 16:24:18 2009 +0200

    Version 1.2.0-snapshot-20090610

 admin/version-2.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 33c568bb0507df67303e6928af5ba5aa3a9bec8e
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Jun 9 23:11:19 2009 +0200

    Debug of sparse time range for windowing

 src/qtbarrayprocess.cpp  | 2 +-
 src/qtbarraystations.cpp | 7 ++++---
 src/qtbarraystations.h   | 2 +-
 3 files changed, 6 insertions(+), 5 deletions(-)

commit 0158c4a7282848c5820f799fef9dc4ae625c4603
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Jun 4 21:49:06 2009 +0200

    Support of heterogeneous signals for windowing

 src/qtbarrayprocess.cpp | 47 ++++++++++++++++++++---------------------------
 src/qtbarrayprocess.h   |  4 ++--
 2 files changed, 22 insertions(+), 29 deletions(-)

commit 555c79b7723a41e5a4f03c16d89ebb7f0ac1b869
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu May 28 21:46:37 2009 +0200

    Change in QtbCurve interface

 src/qtbarrayresponse.cpp | 2 +-
 src/qtbarrayresponse.h   | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

commit 0719b45b7a85e862b61c1989670fef534d99922c
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu May 21 22:44:13 2009 +0200

    Version 1.2.0-snapshot-20090521

 admin/version-2.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 709b5a450c2119dce86fa96d9150763b8e4148b6
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed May 20 16:59:12 2009 +0200

    New branch 2.1

 admin/version-2.1 | 5 +++++
 1 file changed, 5 insertions(+)

commit 63107ab9f77a7423e02cf7dfc1de0a4d89f1e3de
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed May 20 15:17:24 2009 +0200

    Version 1.2.0

 admin/version-master | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 5821981433a0acc42d26e7cff6e513896e5541d4
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Apr 14 15:31:35 2009 +0200

    Follow changes in QtbDoubleSignal::taper interface

 src/qtbfkstationsignals.cpp   | 2 +-
 src/qtbspacstationsignals.cpp | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 7e7110796f64fd9ed44661b22eb25d976b9fa152
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Apr 13 02:41:20 2009 +0200

    Renaming of fft

 src/qtbfkstationsignals.cpp | 4 ++--
 src/qtbfkstationsignals.h   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

commit db00f0e20a6421cc97da3a7368ef983adadc1f2d
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Mar 30 00:39:31 2009 +0200

    Adapt to interface changes

 src/qtbfkstationsignals.cpp   |  4 ++--
 src/qtbspacstationsignals.cpp | 13 ++++++-------
 2 files changed, 8 insertions(+), 9 deletions(-)

commit 0e43f3a7758c0f9b218e5040791086c6560bf180
Author: Marc Wathelet <mwathele@Macintosh-9.local>
Date:   Tue Mar 10 10:10:56 2009 +0100

    No need for -lgfortran under mac

 admin/makepro | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 25d137f12e949d2faf3cbda7c3cce205811764f2
Merge: b19349f 32485d7
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Mar 8 00:33:00 2009 +0100

    Merge branch 'sesarray-2.0'
    
    Conflicts:
            admin/info
            src/qtbarraystations.cpp

commit 32485d79ed9aad8d51b658f5836b954ad9d9fa12
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sat Mar 7 21:59:48 2009 +0100

    Set a first DESCRIPTION and CATEGORY

 admin/info | 2 ++
 1 file changed, 2 insertions(+)

commit 13fa2b57a850c1cd95f702d6e3d553b91fd0aa91
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Mar 2 23:50:28 2009 +0100

    Move version to version-BRANCH
    
    This will ease merge branches, avoid constant conflicts on
    admin/version.

 admin/{version => version-sesarray-2.0} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

commit b19349f3ac1fbb4f6d9ba2b64cc7ca66373cda87
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Mar 2 23:43:42 2009 +0100

    Move version to version-BRANCH
    
    This will ease merge branches, avoid constant conflicts on
    admin/version.

 admin/{version => version-master} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

commit af89d06c98e70014a8128f8f209a576575ae68be
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Mar 2 17:58:25 2009 +0100

    Fix license header (homogeneous with 2.1)

 src/multistationdllexport.h     | 2 +-
 src/qtbarrayparameters.cpp      | 2 +-
 src/qtbarrayparameters.h        | 2 +-
 src/qtbarrayprocess.cpp         | 2 +-
 src/qtbarrayprocess.h           | 2 +-
 src/qtbarraystations.cpp        | 2 +-
 src/qtbarraystations.h          | 2 +-
 src/qtbfk.cpp                   | 2 +-
 src/qtbfk.h                     | 2 +-
 src/qtbfkarrayprocess.cpp       | 2 +-
 src/qtbfkarrayprocess.h         | 2 +-
 src/qtbfkgridsearch.cpp         | 2 +-
 src/qtbfkgridsearch.h           | 2 +-
 src/qtbfkhorizontal.cpp         | 2 +-
 src/qtbfkhorizontal.h           | 2 +-
 src/qtbfkparameters.cpp         | 2 +-
 src/qtbfkparameters.h           | 2 +-
 src/qtbfkradial.cpp             | 2 +-
 src/qtbfkradial.h               | 2 +-
 src/qtbfkstationsignals.cpp     | 2 +-
 src/qtbfkstationsignals.h       | 2 +-
 src/qtbfktransverse.cpp         | 2 +-
 src/qtbfktransverse.h           | 2 +-
 src/qtbfrequencyband.cpp        | 2 +-
 src/qtbfrequencyband.h          | 2 +-
 src/qtbhrfk.cpp                 | 2 +-
 src/qtbhrfk.h                   | 2 +-
 src/qtbhrfkarrayprocess.cpp     | 2 +-
 src/qtbhrfkarrayprocess.h       | 2 +-
 src/qtbhrfkgridsearch.cpp       | 2 +-
 src/qtbhrfkgridsearch.h         | 2 +-
 src/qtbhrfkparameters.cpp       | 2 +-
 src/qtbhrfkparameters.h         | 2 +-
 src/qtbringcouples.cpp          | 2 +-
 src/qtbringcouples.h            | 2 +-
 src/qtbringcouplesprocess.cpp   | 2 +-
 src/qtbringcouplesprocess.h     | 2 +-
 src/qtbspacarrayprocess.cpp     | 2 +-
 src/qtbspacarrayprocess.h       | 2 +-
 src/qtbspacarraystations.cpp    | 2 +-
 src/qtbspacarraystations.h      | 2 +-
 src/qtbspacparameters.cpp       | 2 +-
 src/qtbspacparameters.h         | 2 +-
 src/qtbspacstationsignals.cpp   | 2 +-
 src/qtbspacstationsignals.h     | 2 +-
 src/qtbstationcouple.cpp        | 2 +-
 src/qtbstationcouple.h          | 2 +-
 src/qtbstationcoupleprocess.cpp | 2 +-
 src/qtbstationcoupleprocess.h   | 2 +-
 49 files changed, 49 insertions(+), 49 deletions(-)

commit c9cb88a09bf1e00b400546fe07ed83402dea77ea
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Mar 2 10:48:08 2009 +0100

    Remove MAKE_*_DLL, add description

 admin/info | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4c1b856b102569f8e3c78569a2574896bbca4d45
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Mar 2 01:15:51 2009 +0100

    MAKE_*_DLL directly handled by dpconfigure

 admin/info | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3caf049e836f07490b28de05945ff6eda00dcd56
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Feb 24 01:48:37 2009 +0100

    Remove CONTACT, BUG_MAIL, BUG_TRACKER

 admin/info | 3 ---
 1 file changed, 3 deletions(-)

commit 80118894c0d6624307629ba48db5c359a6a5b93b
Author: mwathele <mwathele@canucks.obs.ujf-grenoble.fr>
Date:   Wed Feb 18 13:59:14 2009 +0100

    Fix lapack library dependencies for mingw

 admin/info    | 2 +-
 admin/makepro | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 211a2ebda26476d6fd48bf0092f2abcf86b602db
Merge: f3adb32 0d2d90c
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Feb 18 12:46:43 2009 +0100

    Merge branch 'master' of ssh://marc@localhost/home/git/multistation

commit f3adb324dc4a13cc8c756bbcbeb4d3da34ab2cef
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Feb 18 12:36:17 2009 +0100

    Remove lib f2c for mingw

 admin/makepro | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 0d2d90cc9914ac6415770484820062370bdddff5
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Feb 17 15:54:51 2009 +0100

    Link againt clapack, not lapack (for next release)

 admin/info | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit fa5ddf983e2591dcbca59caafa1e740f3de6821f
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Feb 16 15:04:01 2009 +0100

    Lincense header in all source files

 src/multistationdllexport.h     | 24 +++++++++++++++++++-----
 src/qtbarrayparameters.cpp      | 24 +++++++++++++++++++-----
 src/qtbarrayparameters.h        | 24 +++++++++++++++++++-----
 src/qtbarrayprocess.cpp         | 24 +++++++++++++++++++-----
 src/qtbarrayprocess.h           | 24 +++++++++++++++++++-----
 src/qtbarraystations.cpp        | 24 +++++++++++++++++++-----
 src/qtbarraystations.h          | 24 +++++++++++++++++++-----
 src/qtbfk.cpp                   | 24 +++++++++++++++++++-----
 src/qtbfk.h                     | 24 +++++++++++++++++++-----
 src/qtbfkarrayprocess.cpp       | 24 +++++++++++++++++++-----
 src/qtbfkarrayprocess.h         | 24 +++++++++++++++++++-----
 src/qtbfkgridsearch.cpp         | 24 +++++++++++++++++++-----
 src/qtbfkgridsearch.h           | 24 +++++++++++++++++++-----
 src/qtbfkhorizontal.cpp         | 24 +++++++++++++++++++-----
 src/qtbfkhorizontal.h           | 24 +++++++++++++++++++-----
 src/qtbfkparameters.cpp         | 24 +++++++++++++++++++-----
 src/qtbfkparameters.h           | 24 +++++++++++++++++++-----
 src/qtbfkradial.cpp             | 24 +++++++++++++++++++-----
 src/qtbfkradial.h               | 24 +++++++++++++++++++-----
 src/qtbfkstationsignals.cpp     | 24 +++++++++++++++++++-----
 src/qtbfkstationsignals.h       | 24 +++++++++++++++++++-----
 src/qtbfktransverse.cpp         | 24 +++++++++++++++++++-----
 src/qtbfktransverse.h           | 24 +++++++++++++++++++-----
 src/qtbfrequencyband.cpp        | 24 +++++++++++++++++++-----
 src/qtbfrequencyband.h          | 24 +++++++++++++++++++-----
 src/qtbhrfk.cpp                 | 24 +++++++++++++++++++-----
 src/qtbhrfk.h                   | 24 +++++++++++++++++++-----
 src/qtbhrfkarrayprocess.cpp     | 24 +++++++++++++++++++-----
 src/qtbhrfkarrayprocess.h       | 24 +++++++++++++++++++-----
 src/qtbhrfkgridsearch.cpp       | 24 +++++++++++++++++++-----
 src/qtbhrfkgridsearch.h         | 24 +++++++++++++++++++-----
 src/qtbhrfkparameters.cpp       | 24 +++++++++++++++++++-----
 src/qtbhrfkparameters.h         | 24 +++++++++++++++++++-----
 src/qtbringcouples.cpp          | 24 +++++++++++++++++++-----
 src/qtbringcouples.h            | 24 +++++++++++++++++++-----
 src/qtbringcouplesprocess.cpp   | 24 +++++++++++++++++++-----
 src/qtbringcouplesprocess.h     | 24 +++++++++++++++++++-----
 src/qtbspacarrayprocess.cpp     | 24 +++++++++++++++++++-----
 src/qtbspacarrayprocess.h       | 24 +++++++++++++++++++-----
 src/qtbspacarraystations.cpp    | 24 +++++++++++++++++++-----
 src/qtbspacarraystations.h      | 24 +++++++++++++++++++-----
 src/qtbspacparameters.cpp       | 24 +++++++++++++++++++-----
 src/qtbspacparameters.h         | 24 +++++++++++++++++++-----
 src/qtbspacstationsignals.cpp   | 24 +++++++++++++++++++-----
 src/qtbspacstationsignals.h     | 24 +++++++++++++++++++-----
 src/qtbstationcouple.cpp        | 24 +++++++++++++++++++-----
 src/qtbstationcouple.h          | 24 +++++++++++++++++++-----
 src/qtbstationcoupleprocess.cpp | 24 +++++++++++++++++++-----
 src/qtbstationcoupleprocess.h   | 24 +++++++++++++++++++-----
 49 files changed, 931 insertions(+), 245 deletions(-)

commit 45e23fb36373c65a10ca5a2b88e7cfd637095812
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Feb 15 20:54:41 2009 +0100

    Version 1.1.1

 admin/version | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a36e32e345b52d5d71cd6e5ebb063684791d5bde
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Feb 15 16:08:10 2009 +0100

    Use of new QtbRootSolver

 src/qtbarrayresponse.cpp |  7 -------
 src/qtbarrayresponse.h   |  1 -
 src/qtbkmaxsolver.cpp    | 22 ++++++++++++++++++----
 src/qtbkmaxsolver.h      |  3 +++
 src/qtbkminsolver.cpp    | 18 ++++++++++++------
 src/qtbkminsolver.h      |  2 ++
 6 files changed, 35 insertions(+), 18 deletions(-)

commit e8723f077a1d546a4b468aa81f534c7544330c02
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sat Feb 7 15:43:43 2009 +0100

    New license header

 src/multistationdllexport.h     | 8 ++++----
 src/qtbarrayparameters.cpp      | 8 ++++----
 src/qtbarrayparameters.h        | 8 ++++----
 src/qtbarrayprocess.cpp         | 8 ++++----
 src/qtbarrayprocess.h           | 8 ++++----
 src/qtbarrayresponse.cpp        | 8 ++++----
 src/qtbarrayresponse.h          | 8 ++++----
 src/qtbarraystations.cpp        | 8 ++++----
 src/qtbarraystations.h          | 8 ++++----
 src/qtbfk.cpp                   | 8 ++++----
 src/qtbfk.h                     | 8 ++++----
 src/qtbfkarrayprocess.cpp       | 8 ++++----
 src/qtbfkarrayprocess.h         | 8 ++++----
 src/qtbfkgridsearch.cpp         | 8 ++++----
 src/qtbfkgridsearch.h           | 8 ++++----
 src/qtbfkhorizontal.cpp         | 8 ++++----
 src/qtbfkhorizontal.h           | 8 ++++----
 src/qtbfkparameters.cpp         | 8 ++++----
 src/qtbfkparameters.h           | 8 ++++----
 src/qtbfkradial.cpp             | 8 ++++----
 src/qtbfkradial.h               | 8 ++++----
 src/qtbfkstationsignals.cpp     | 8 ++++----
 src/qtbfkstationsignals.h       | 8 ++++----
 src/qtbfktransverse.cpp         | 8 ++++----
 src/qtbfktransverse.h           | 8 ++++----
 src/qtbfrequencyband.cpp        | 8 ++++----
 src/qtbfrequencyband.h          | 8 ++++----
 src/qtbhrfk.cpp                 | 8 ++++----
 src/qtbhrfk.h                   | 8 ++++----
 src/qtbhrfkarrayprocess.cpp     | 8 ++++----
 src/qtbhrfkarrayprocess.h       | 8 ++++----
 src/qtbhrfkgridsearch.cpp       | 8 ++++----
 src/qtbhrfkgridsearch.h         | 8 ++++----
 src/qtbhrfkparameters.cpp       | 8 ++++----
 src/qtbhrfkparameters.h         | 8 ++++----
 src/qtbkmaxsolver.cpp           | 8 ++++----
 src/qtbkmaxsolver.h             | 8 ++++----
 src/qtbkminsolver.cpp           | 8 ++++----
 src/qtbkminsolver.h             | 8 ++++----
 src/qtbringcouples.cpp          | 8 ++++----
 src/qtbringcouples.h            | 8 ++++----
 src/qtbringcouplesprocess.cpp   | 8 ++++----
 src/qtbringcouplesprocess.h     | 8 ++++----
 src/qtbspacarrayprocess.cpp     | 8 ++++----
 src/qtbspacarrayprocess.h       | 8 ++++----
 src/qtbspacarraystations.cpp    | 8 ++++----
 src/qtbspacarraystations.h      | 8 ++++----
 src/qtbspacparameters.cpp       | 8 ++++----
 src/qtbspacparameters.h         | 8 ++++----
 src/qtbspacstationsignals.cpp   | 8 ++++----
 src/qtbspacstationsignals.h     | 8 ++++----
 src/qtbstationcouple.cpp        | 8 ++++----
 src/qtbstationcouple.h          | 8 ++++----
 src/qtbstationcoupleprocess.cpp | 8 ++++----
 src/qtbstationcoupleprocess.h   | 8 ++++----
 src/qtbwavenumanimate.cpp       | 8 ++++----
 src/qtbwavenumanimate.h         | 8 ++++----
 57 files changed, 228 insertions(+), 228 deletions(-)

commit 2cb56b27b7dd94f74c55f9c3593b77f8267fee45
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Feb 4 19:21:17 2009 +0100

    Include GPL header directly in source tree
    
    Better for distribution directly from git repository

 src/multistationdllexport.h     | 16 +++++++++++++++-
 src/qtbarrayparameters.cpp      | 16 +++++++++++++++-
 src/qtbarrayparameters.h        | 16 +++++++++++++++-
 src/qtbarrayprocess.cpp         | 16 +++++++++++++++-
 src/qtbarrayprocess.h           | 16 +++++++++++++++-
 src/qtbarrayresponse.cpp        | 16 +++++++++++++++-
 src/qtbarrayresponse.h          | 16 +++++++++++++++-
 src/qtbarraystations.cpp        | 16 +++++++++++++++-
 src/qtbarraystations.h          | 16 +++++++++++++++-
 src/qtbfk.cpp                   | 16 +++++++++++++++-
 src/qtbfk.h                     | 16 +++++++++++++++-
 src/qtbfkarrayprocess.cpp       | 16 +++++++++++++++-
 src/qtbfkarrayprocess.h         | 16 +++++++++++++++-
 src/qtbfkgridsearch.cpp         | 16 +++++++++++++++-
 src/qtbfkgridsearch.h           | 16 +++++++++++++++-
 src/qtbfkhorizontal.cpp         | 16 +++++++++++++++-
 src/qtbfkhorizontal.h           | 16 +++++++++++++++-
 src/qtbfkparameters.cpp         | 16 +++++++++++++++-
 src/qtbfkparameters.h           | 16 +++++++++++++++-
 src/qtbfkradial.cpp             | 16 +++++++++++++++-
 src/qtbfkradial.h               | 16 +++++++++++++++-
 src/qtbfkstationsignals.cpp     | 16 +++++++++++++++-
 src/qtbfkstationsignals.h       | 16 +++++++++++++++-
 src/qtbfktransverse.cpp         | 16 +++++++++++++++-
 src/qtbfktransverse.h           | 16 +++++++++++++++-
 src/qtbfrequencyband.cpp        | 16 +++++++++++++++-
 src/qtbfrequencyband.h          | 16 +++++++++++++++-
 src/qtbhrfk.cpp                 | 16 +++++++++++++++-
 src/qtbhrfk.h                   | 16 +++++++++++++++-
 src/qtbhrfkarrayprocess.cpp     | 16 +++++++++++++++-
 src/qtbhrfkarrayprocess.h       | 16 +++++++++++++++-
 src/qtbhrfkgridsearch.cpp       | 16 +++++++++++++++-
 src/qtbhrfkgridsearch.h         | 16 +++++++++++++++-
 src/qtbhrfkparameters.cpp       | 16 +++++++++++++++-
 src/qtbhrfkparameters.h         | 16 +++++++++++++++-
 src/qtbkmaxsolver.cpp           | 16 +++++++++++++++-
 src/qtbkmaxsolver.h             | 16 +++++++++++++++-
 src/qtbkminsolver.cpp           | 16 +++++++++++++++-
 src/qtbkminsolver.h             | 16 +++++++++++++++-
 src/qtbringcouples.cpp          | 16 +++++++++++++++-
 src/qtbringcouples.h            | 16 +++++++++++++++-
 src/qtbringcouplesprocess.cpp   | 16 +++++++++++++++-
 src/qtbringcouplesprocess.h     | 16 +++++++++++++++-
 src/qtbspacarrayprocess.cpp     | 16 +++++++++++++++-
 src/qtbspacarrayprocess.h       | 16 +++++++++++++++-
 src/qtbspacarraystations.cpp    | 16 +++++++++++++++-
 src/qtbspacarraystations.h      | 16 +++++++++++++++-
 src/qtbspacparameters.cpp       | 16 +++++++++++++++-
 src/qtbspacparameters.h         | 16 +++++++++++++++-
 src/qtbspacstationsignals.cpp   | 16 +++++++++++++++-
 src/qtbspacstationsignals.h     | 16 +++++++++++++++-
 src/qtbstationcouple.cpp        | 16 +++++++++++++++-
 src/qtbstationcouple.h          | 16 +++++++++++++++-
 src/qtbstationcoupleprocess.cpp | 16 +++++++++++++++-
 src/qtbstationcoupleprocess.h   | 16 +++++++++++++++-
 src/qtbwavenumanimate.cpp       | 16 +++++++++++++++-
 src/qtbwavenumanimate.h         | 16 +++++++++++++++-
 57 files changed, 855 insertions(+), 57 deletions(-)

commit db4a8773e491b0ee87a3848f2a81b64a2696cce9
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Feb 4 16:32:37 2009 +0100

    Clean info file

 admin/info | 3 ---
 1 file changed, 3 deletions(-)

commit 5b0a10ca7941a1cd7f7d2b5a77fdbef3f14a0a90
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Feb 4 15:55:25 2009 +0100

    Simplifications after new Neville solver

 src/qtbkmaxsolver.cpp | 10 +++++-----
 src/qtbkmaxsolver.h   | 22 ++--------------------
 src/qtbkminsolver.cpp |  6 +++---
 src/qtbkminsolver.h   | 22 +++-------------------
 4 files changed, 13 insertions(+), 47 deletions(-)

commit ab15f2eccc1638133674e1e35479c9f12461100e
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sat Jan 31 00:29:38 2009 +0100

    Remove dependency to dinverground
    
    Add library dependency to gfortran and f2c for ubuntu and Windows,
    respectively
    Replace QtbLine by QtbPlotLine

 admin/info               |  2 +-
 admin/makepro            |  2 ++
 src/qtbarrayresponse.cpp | 24 ++++++++++++------------
 3 files changed, 15 insertions(+), 13 deletions(-)

commit 71ab8d6f5a52b6e571fc13f816b555345f58e8cd
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Jan 16 01:24:41 2009 +0100

    Moved to new configure directly based on qmake

 admin/info | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 4774a0c491e8ddd06a27d922a2b9b1e2f1a7bf5d
Author: marc <marc>
Date:   Tue Jan 13 13:09:38 2009 +0000

    Version 1.2.0-snapshot-20090113

 admin/version | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit d1bb50758c6cff8d0def49cb76fa8d15ab6a01e6
Author: marc <marc>
Date:   Mon Jan 12 18:39:09 2009 +0000

    Not significative changes

 admin/info               | 2 +-
 src/qtbarrayresponse.cpp | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 9cd36452751b7ca4e45f3af5c1917dd445148e36
Author: marc <marc>
Date:   Mon Dec 8 13:46:57 2008 +0000

    Version 1.2.0-snapshot-20081208

 admin/version | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit c238dbb85b1b83bef8a8b0b0c2a469fa12e1ec23
Author: marc <marc>
Date:   Mon Dec 8 07:16:47 2008 +0000

    *** empty log message ***

 admin/makepro | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c952253c7d1bc9f4531ed4cb84df0bc92de66c32
Author: marc <marc>
Date:   Sun Dec 7 17:53:28 2008 +0000

    Unify SHAREDLIBS and STATICLIBS into LIBS (info)

 admin/info               | 3 +--
 src/qtbarrayresponse.cpp | 4 ++++
 2 files changed, 5 insertions(+), 2 deletions(-)

commit 52136ee65668b35b4f4f01922f4d2caad2444f4e
Author: marc <marc>
Date:   Sun Dec 7 07:20:05 2008 +0000

    Fix bug when modifying curves of plots QtbLineLayer

 src/qtbarrayresponse.cpp | 3 +++
 1 file changed, 3 insertions(+)

commit aad9fd2edbe0dafdbe7ba9e5ab98c5f3ee60e725
Author: marc <marc>
Date:   Sat Dec 6 11:18:41 2008 +0000

    Version 1.2.0-snapshot-20081206

 admin/version | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 09d78fb37fcb14c7436dcfad366e7c15c68bf745
Author: marc <marc>
Date:   Fri Dec 5 22:31:24 2008 +0000

    Version 1.2.0-snapshot-20081205

 admin/version | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 6d511237a5e90a7e091185f5adc5ab9840b9e6b2
Author: marc <marc>
Date:   Thu Dec 4 17:06:13 2008 +0000

    Version 1.2.0-snapshot-20081204

 admin/version | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 06e082b16f706cbd6e3dbcdee25b4528adf188fa
Author: marc <marc>
Date:   Mon Dec 1 15:32:22 2008 +0000

    Version 1.2.0-snapshot-20081201

 admin/version | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 118b62fb3bb4f68d9817f6e96b71c02cb1771280
Author: marc <marc>
Date:   Mon Dec 1 15:27:35 2008 +0000

    lapack needs libgfortran at least under Ubuntu.

 admin/makepro | 5 +++++
 1 file changed, 5 insertions(+)

commit a52d36e1f53f441ee05c0451535b06b13c8bc606
Author: marc <marc>
Date:   Fri Nov 28 16:20:36 2008 +0000

    Version 1.2.0-snapshot-20081128

 admin/version | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit f5fe9f425f6eca25b0873ca073c45d12f7673cfd
Author: marc <marc>
Date:   Tue Nov 25 13:52:43 2008 +0000

    Version 1.2.0-snapshot-20081125

 admin/version | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit de8b9b1f233b72a32c52f32ceb79601588458fdf
Author: marc <marc>
Date:   Sat Nov 8 10:04:20 2008 +0000

    Not significative changes

 src/qtbarrayresponse.cpp | 48 ++++++++++++++++++++++++++++--------------------
 src/qtbarrayresponse.h   | 10 +++++-----
 2 files changed, 33 insertions(+), 25 deletions(-)

commit e59ae1707036cb6eaf1655f7f240d91681e558be
Author: marc <marc>
Date:   Wed Oct 29 17:38:04 2008 +0000

    Version 1.2.0-snapshot-20081029

 admin/version | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit f6691fffb2894c38ff5389ee83b3a8bb0fbfa1a2
Author: marc <marc>
Date:   Wed Oct 29 17:29:45 2008 +0000

    No more dependency to clapack but directly to system lapack library.

 admin/info      |  4 ++--
 src/qtbhrfk.cpp | 70 +++++++++++++++++++--------------------------------------
 2 files changed, 25 insertions(+), 49 deletions(-)

commit 0f5f682d80b6583a46c7103f03672c6cdf4cda6f
Author: marc <marc>
Date:   Tue Oct 28 18:08:54 2008 +0000

    Version 1.2.0-snapshot-20081028

 admin/version | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 47bbcb8d1d08e0070a8f7332d182957a97eaeae8
Author: marc <marc>
Date:   Mon Oct 27 19:27:39 2008 +0000

    Not significative changes

 INSTALL     |  51 ---------
 LICENSE.GPL | 341 ------------------------------------------------------------
 2 files changed, 392 deletions(-)

commit 40a2678d5994224ce01ac47936d0cd1927e918ef
Author: marc <marc>
Date:   Thu Oct 23 13:47:11 2008 +0000

    Remove LICENSE.GPL and INSTALL from cvs

 INSTALL     |  51 ---------
 LICENSE.GPL | 341 ------------------------------------------------------------
 2 files changed, 392 deletions(-)

commit 5fe10571de20e8aa42e95071d67c65856abdf18a
Author: marc <marc>
Date:   Wed Oct 22 19:59:23 2008 +0000

    Insert EXPORT keyword for Windows

 src/multistationdllexport.h   | 12 ++++++------
 src/qtbarrayprocess.h         |  3 ++-
 src/qtbarrayresponse.h        |  4 ++--
 src/qtbarraystations.h        |  3 ++-
 src/qtbfk.h                   |  3 ++-
 src/qtbfkarrayprocess.h       |  3 ++-
 src/qtbfkgridsearch.h         |  3 ++-
 src/qtbfkparameters.h         |  3 ++-
 src/qtbfkstationsignals.h     |  3 ++-
 src/qtbfrequencyband.h        |  3 ++-
 src/qtbhrfk.h                 |  3 ++-
 src/qtbhrfkarrayprocess.h     |  3 ++-
 src/qtbkmaxsolver.h           |  6 +++---
 src/qtbkminsolver.h           |  4 ++--
 src/qtbringcouples.h          |  3 ++-
 src/qtbringcouplesprocess.h   |  3 ++-
 src/qtbspacarrayprocess.h     |  3 ++-
 src/qtbspacparameters.h       |  3 ++-
 src/qtbstationcouple.h        |  3 ++-
 src/qtbstationcoupleprocess.h |  3 ++-
 20 files changed, 45 insertions(+), 29 deletions(-)

commit 6d7586f1cc6312a8fc3d49c2978d5e72fdc3da7a
Author: marc <marc>
Date:   Tue Oct 7 14:33:31 2008 +0000

    Version 1.2.0-snapshot-20081007

 admin/version | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit f70df722ee911644a5b197b3da89f4db4af24233
Author: marc <marc>
Date:   Thu Oct 2 18:44:04 2008 +0000

    Version 1.2.0-snapshot-20081002

 admin/version | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit a967fe13dba10ce4bc72d9f550f18ebe2448bbeb
Author: marc <marc>
Date:   Sat Sep 27 07:06:14 2008 +0000

    Bug fixed in case of null time window in hrfk
    Divisor decomposition of number of samples in msg
    Full status with number of processor scaled to machine

 src/qtbarrayprocess.cpp | 11 ++++++++++-
 src/qtbhrfk.cpp         | 41 ++++++++++++++++++++++++++---------------
 src/qtbhrfk.h           |  2 ++
 3 files changed, 38 insertions(+), 16 deletions(-)

commit d6caccef961cf09d7fcbb66a81bb0ee009117193
Author: marc <marc>
Date:   Fri Aug 8 10:06:02 2008 +0000

    New versioning system

 admin/info                | 4 ----
 admin/version             | 5 +++++
 src/multistationversion.h | 5 -----
 3 files changed, 5 insertions(+), 9 deletions(-)

commit 11a0deb19fe9d2f82aff1a6d8e6fbaf55f303853
Author: marc <marc>
Date:   Fri Aug 8 10:03:37 2008 +0000

    New versioning system

 admin/info                | 4 ----
 admin/version             | 5 +++++
 src/multistationversion.h | 5 -----
 3 files changed, 5 insertions(+), 9 deletions(-)

commit dddb2e23231f700fe3e2bbbf9dbb827968b000e9
Author: marc <marc>
Date:   Thu Aug 7 10:46:37 2008 +0000

    Blank release names

 src/multistationversion.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ddb4307fe8eea7fa159fa7b805f7bfd9568daddb
Author: marc <marc>
Date:   Mon Aug 4 20:30:46 2008 +0000

    Merge with branch sesarray-2_0

 src/multistationversion.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 04a006b881108b009295f1cc4f3b05b2d316985e
Author: marc <marc>
Date:   Mon Aug 4 10:02:45 2008 +0000

    QtbKMinSolver, QtbKMaxSolver and QtbWaveNumAnimate moved here

 admin/info                |   1 -
 src/qtbarrayresponse.cpp  | 399 ++++++++++++++++++++++++++++++++++++++++++++++
 src/qtbarrayresponse.h    |  72 +++++++++
 src/qtbarraystations.cpp  | 111 ++++---------
 src/qtbarraystations.h    |  16 +-
 src/qtbfrequencyband.cpp  |  15 ++
 src/qtbfrequencyband.h    |   3 +
 src/qtbhrfk.cpp           |  15 +-
 src/qtbkmaxsolver.cpp     |  52 ++++++
 src/qtbkmaxsolver.h       |  44 +++++
 src/qtbkminsolver.cpp     |  72 +++++++++
 src/qtbkminsolver.h       |  40 +++++
 src/qtbwavenumanimate.cpp |  23 +++
 src/qtbwavenumanimate.h   |  23 +++
 src/qtbwavenumanimate.ui  | 114 +++++++++++++
 15 files changed, 897 insertions(+), 103 deletions(-)

commit 99caba9889bb63d5fa75b9d93931f259d9a22046
Author: marc <marc>
Date:   Thu Jul 31 13:25:47 2008 +0000

    Not significative changes

 admin/info | 1 -
 1 file changed, 1 deletion(-)

commit 767fa60d387460a282c1d59719ccdee681da808f
Author: marc <marc>
Date:   Fri Jul 4 15:00:36 2008 +0000

    $id in header of file removed (required when merging branches).

 admin/info                      | 2 +-
 src/multistationdllexport.h     | 4 +---
 src/multistationversion.h       | 4 ++--
 src/qtbarrayparameters.cpp      | 4 +---
 src/qtbarrayparameters.h        | 4 +---
 src/qtbarrayprocess.cpp         | 4 +---
 src/qtbarrayprocess.h           | 4 +---
 src/qtbarraystations.cpp        | 7 ++-----
 src/qtbarraystations.h          | 4 +---
 src/qtbfk.cpp                   | 4 +---
 src/qtbfk.h                     | 4 +---
 src/qtbfkarrayprocess.cpp       | 4 +---
 src/qtbfkarrayprocess.h         | 4 +---
 src/qtbfkgridsearch.cpp         | 4 +---
 src/qtbfkgridsearch.h           | 4 +---
 src/qtbfkhorizontal.cpp         | 4 +---
 src/qtbfkhorizontal.h           | 4 +---
 src/qtbfkparameters.cpp         | 4 +---
 src/qtbfkparameters.h           | 4 +---
 src/qtbfkradial.cpp             | 4 +---
 src/qtbfkradial.h               | 4 +---
 src/qtbfkstationsignals.cpp     | 4 +---
 src/qtbfkstationsignals.h       | 4 +---
 src/qtbfktransverse.cpp         | 4 +---
 src/qtbfktransverse.h           | 4 +---
 src/qtbfrequencyband.cpp        | 4 +---
 src/qtbfrequencyband.h          | 4 +---
 src/qtbhrfk.cpp                 | 4 +---
 src/qtbhrfk.h                   | 4 +---
 src/qtbhrfkarrayprocess.cpp     | 4 +---
 src/qtbhrfkarrayprocess.h       | 4 +---
 src/qtbhrfkgridsearch.cpp       | 4 +---
 src/qtbhrfkgridsearch.h         | 4 +---
 src/qtbhrfkparameters.cpp       | 4 +---
 src/qtbhrfkparameters.h         | 4 +---
 src/qtbringcouples.cpp          | 4 +---
 src/qtbringcouples.h            | 4 +---
 src/qtbringcouplesprocess.cpp   | 4 +---
 src/qtbringcouplesprocess.h     | 4 +---
 src/qtbspacarrayprocess.cpp     | 4 +---
 src/qtbspacarrayprocess.h       | 4 +---
 src/qtbspacarraystations.cpp    | 4 +---
 src/qtbspacarraystations.h      | 4 +---
 src/qtbspacparameters.cpp       | 4 +---
 src/qtbspacparameters.h         | 4 +---
 src/qtbspacstationsignals.cpp   | 4 +---
 src/qtbspacstationsignals.h     | 4 +---
 src/qtbstationcouple.cpp        | 4 +---
 src/qtbstationcouple.h          | 4 +---
 src/qtbstationcoupleprocess.cpp | 4 +---
 src/qtbstationcoupleprocess.h   | 4 +---
 51 files changed, 53 insertions(+), 152 deletions(-)

commit 01d1da08127cb566314c957ecd59f06d8ecb2b12
Author: marc <marc>
Date:   Fri Jul 4 14:59:03 2008 +0000

    $id in header of file removed (required when merging branches).

 src/multistationdllexport.h     | 4 +---
 src/qtbarrayparameters.cpp      | 4 +---
 src/qtbarrayparameters.h        | 4 +---
 src/qtbarrayprocess.cpp         | 4 +---
 src/qtbarrayprocess.h           | 4 +---
 src/qtbarraystations.cpp        | 4 +---
 src/qtbarraystations.h          | 4 +---
 src/qtbfk.cpp                   | 4 +---
 src/qtbfk.h                     | 4 +---
 src/qtbfkarrayprocess.cpp       | 4 +---
 src/qtbfkarrayprocess.h         | 4 +---
 src/qtbfkgridsearch.cpp         | 4 +---
 src/qtbfkgridsearch.h           | 4 +---
 src/qtbfkhorizontal.cpp         | 4 +---
 src/qtbfkhorizontal.h           | 4 +---
 src/qtbfkparameters.cpp         | 4 +---
 src/qtbfkparameters.h           | 4 +---
 src/qtbfkradial.cpp             | 4 +---
 src/qtbfkradial.h               | 4 +---
 src/qtbfkstationsignals.cpp     | 4 +---
 src/qtbfkstationsignals.h       | 4 +---
 src/qtbfktransverse.cpp         | 4 +---
 src/qtbfktransverse.h           | 4 +---
 src/qtbfrequencyband.cpp        | 4 +---
 src/qtbfrequencyband.h          | 4 +---
 src/qtbhrfk.cpp                 | 4 +---
 src/qtbhrfk.h                   | 4 +---
 src/qtbhrfkarrayprocess.cpp     | 4 +---
 src/qtbhrfkarrayprocess.h       | 4 +---
 src/qtbhrfkgridsearch.cpp       | 4 +---
 src/qtbhrfkgridsearch.h         | 4 +---
 src/qtbhrfkparameters.cpp       | 4 +---
 src/qtbhrfkparameters.h         | 4 +---
 src/qtbringcouples.cpp          | 4 +---
 src/qtbringcouples.h            | 4 +---
 src/qtbringcouplesprocess.cpp   | 4 +---
 src/qtbringcouplesprocess.h     | 4 +---
 src/qtbspacarrayprocess.cpp     | 4 +---
 src/qtbspacarrayprocess.h       | 4 +---
 src/qtbspacarraystations.cpp    | 4 +---
 src/qtbspacarraystations.h      | 4 +---
 src/qtbspacparameters.cpp       | 4 +---
 src/qtbspacparameters.h         | 4 +---
 src/qtbspacstationsignals.cpp   | 4 +---
 src/qtbspacstationsignals.h     | 4 +---
 src/qtbstationcouple.cpp        | 4 +---
 src/qtbstationcouple.h          | 4 +---
 src/qtbstationcoupleprocess.cpp | 4 +---
 src/qtbstationcoupleprocess.h   | 4 +---
 49 files changed, 49 insertions(+), 147 deletions(-)

commit c819a3c3efbceff2c3ca364cec4a756423ff646a
Author: marc <marc>
Date:   Mon Jun 30 14:40:00 2008 +0000

    Version 1.1.1

 admin/info                | 2 +-
 src/multistationversion.h | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 8175de0a6383da9cef3fba216ecd7f4d0382ee0a
Author: marc <marc>
Date:   Tue Jun 24 17:33:29 2008 +0000

    Fix bug when error in component check is detected, the user message was buggy. Happened when one horizontal component was missing.

 src/qtbarraystations.cpp | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

commit b1113f6c9815d07131b3266955a871ec0752d01c
Author: marc <marc>
Date:   Mon Jun 16 14:30:38 2008 +0000

    Version 1.1.0

 admin/info                | 4 ++--
 src/multistationversion.h | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 81fbd416b1f4598568fec769b63b3f4438091ff9
Author: marc <marc>
Date:   Tue Jun 10 17:36:41 2008 +0000

    Not significative changes

 src/qtbarrayprocess.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 1b7c2a4279bad94b0ba7b6a4ac0f74778f350ec6
Author: marc <marc>
Date:   Tue Jun 3 17:20:44 2008 +0000

    No more output to general geopsy progress

 src/qtbarrayprocess.cpp | 16 +++++++++-------
 src/qtbarrayprocess.h   |  4 ++--
 2 files changed, 11 insertions(+), 9 deletions(-)

commit eda771c6aae6e23536793ba1144a5de0895402c1
Author: marc <marc>
Date:   Sun May 25 20:28:35 2008 +0000

    Not significative changes

 admin/info                | 2 +-
 src/multistationversion.h | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 97f8ec3ae51092d723888960d15af4647ab5fdfa
Author: marc <marc>
Date:   Thu May 22 22:47:12 2008 +0000

    Not significative changes

 src/qtbstationcoupleprocess.cpp | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit f5f869c36c2f554365647b1d0afa1670d5bf8123
Author: marc <marc>
Date:   Fri May 16 20:09:15 2008 +0000

    Version 1.0.2

 admin/info                | 2 +-
 src/multistationversion.h | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 22d32b0547c1994d682da7b670436dc38fa6d557
Author: marc <marc>
Date:   Fri May 16 17:17:51 2008 +0000

    Not significative changes

 src/qtbarrayparameters.h      |  6 +++---
 src/qtbarrayprocess.cpp       | 10 +++++-----
 src/qtbarrayprocess.h         |  4 ++--
 src/qtbfkstationsignals.cpp   |  4 ++--
 src/qtbfkstationsignals.h     |  4 ++--
 src/qtbspacstationsignals.cpp |  4 ++--
 src/qtbspacstationsignals.h   |  4 ++--
 7 files changed, 18 insertions(+), 18 deletions(-)

commit e1bdcd474517f7e0bcd83f333df9019447b778af
Author: marc <marc>
Date:   Fri May 9 22:34:07 2008 +0000

    Version 1.0.1

 admin/info                | 2 +-
 src/multistationversion.h | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 33b7c4a39cd32dca8ed83bdb4db61a0ac9d5325e
Author: marc <marc>
Date:   Fri Apr 25 20:36:48 2008 +0000

    *** empty log message ***

 src/qtbfkarrayprocess.cpp   | 5 +++--
 src/qtbfkstationsignals.cpp | 4 ++--
 2 files changed, 5 insertions(+), 4 deletions(-)

commit c2fdebc57160f40c5e79c6c551756679181da68f
Author: marc <marc>
Date:   Fri Apr 25 19:07:47 2008 +0000

    Version 1.0.0

 admin/info                | 4 ++--
 src/multistationversion.h | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit e1f4a6d1f7f4e7ed72014e9c2e2471f009441c5b
Author: marc <marc>
Date:   Fri Apr 25 14:16:40 2008 +0000

    Not significative changes

 lang/multistation.de.ts | 112 ++++++++++++++++++++++++++++++++++++++++++++++++
 lang/multistation.es.ts | 112 ++++++++++++++++++++++++++++++++++++++++++++++++
 lang/multistation.fr.ts | 112 ++++++++++++++++++++++++++++++++++++++++++++++++
 lang/multistation.it.ts | 112 ++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 448 insertions(+)

commit b72134099b2f3e9e99ccd20bc8f76115c24155c0
Author: marc <marc>
Date:   Wed Apr 9 01:24:34 2008 +0000

    Initial revision

 INSTALL                         |  51 +++++
 LICENSE.GPL                     | 341 ++++++++++++++++++++++++++++++
 admin/info                      |  19 ++
 lang/multistation.de.ts         |   3 +
 lang/multistation.es.ts         |   3 +
 lang/multistation.fr.ts         |   3 +
 lang/multistation.it.ts         |   3 +
 src/multistationdllexport.h     |  26 +++
 src/multistationversion.h       |   5 +
 src/qtbarrayparameters.cpp      |  18 ++
 src/qtbarrayparameters.h        |  30 +++
 src/qtbarrayprocess.cpp         | 192 +++++++++++++++++
 src/qtbarrayprocess.h           |  60 ++++++
 src/qtbarraystations.cpp        | 163 ++++++++++++++
 src/qtbarraystations.h          |  44 ++++
 src/qtbfk.cpp                   | 150 +++++++++++++
 src/qtbfk.h                     |  54 +++++
 src/qtbfkarrayprocess.cpp       |  51 +++++
 src/qtbfkarrayprocess.h         |  40 ++++
 src/qtbfkgridsearch.cpp         |  21 ++
 src/qtbfkgridsearch.h           |  34 +++
 src/qtbfkhorizontal.cpp         | 154 ++++++++++++++
 src/qtbfkhorizontal.h           |  38 ++++
 src/qtbfkparameters.cpp         |  30 +++
 src/qtbfkparameters.h           |  49 +++++
 src/qtbfkradial.cpp             |  33 +++
 src/qtbfkradial.h               |  24 +++
 src/qtbfkstationsignals.cpp     |  80 +++++++
 src/qtbfkstationsignals.h       |  79 +++++++
 src/qtbfktransverse.cpp         |  33 +++
 src/qtbfktransverse.h           |  24 +++
 src/qtbfrequencyband.cpp        |  20 ++
 src/qtbfrequencyband.h          |  43 ++++
 src/qtbhrfk.cpp                 | 456 ++++++++++++++++++++++++++++++++++++++++
 src/qtbhrfk.h                   |  39 ++++
 src/qtbhrfkarrayprocess.cpp     |  32 +++
 src/qtbhrfkarrayprocess.h       |  38 ++++
 src/qtbhrfkgridsearch.cpp       |  12 ++
 src/qtbhrfkgridsearch.h         |  24 +++
 src/qtbhrfkparameters.cpp       |  18 ++
 src/qtbhrfkparameters.h         |  26 +++
 src/qtbringcouples.cpp          | 109 ++++++++++
 src/qtbringcouples.h            |  41 ++++
 src/qtbringcouplesprocess.cpp   |  88 ++++++++
 src/qtbringcouplesprocess.h     |  32 +++
 src/qtbspacarrayprocess.cpp     |  32 +++
 src/qtbspacarrayprocess.h       |  36 ++++
 src/qtbspacarraystations.cpp    |  20 ++
 src/qtbspacarraystations.h      |  18 ++
 src/qtbspacparameters.cpp       |  71 +++++++
 src/qtbspacparameters.h         |  40 ++++
 src/qtbspacstationsignals.cpp   |  71 +++++++
 src/qtbspacstationsignals.h     |  29 +++
 src/qtbstationcouple.cpp        |  41 ++++
 src/qtbstationcouple.h          |  70 ++++++
 src/qtbstationcoupleprocess.cpp | 144 +++++++++++++
 src/qtbstationcoupleprocess.h   |  47 +++++
 57 files changed, 3452 insertions(+)
