- 27 Oct, 2015 5 commits
-
-
thomas.forbriger authored
-
thomas.forbriger authored
-
thomas.forbriger authored
replace #!/bin/sh by #!/bin/bash replace echo by printf See comments to individual commits.
-
thomas.forbriger authored
Replace echo by printf at remaining locations, where echo is used with options (as could be located by git grep). Seitosh should now be clean with respect to shell usage. Citation from the POSIX manual for printf as a motivation for this set of changes: RATIONALE The printf utility was added to provide functionality that has histori- cally been provided by echo. However, due to irreconcilable differences in the various versions of echo extant, the version has few special features, leaving those to this new printf utility, which is based on one in the Ninth Edition system.
-
thomas.forbriger authored
-
- 26 Oct, 2015 18 commits
-
-
thomas.forbriger authored
-
thomas.forbriger authored
-
thomas.forbriger authored
-
thomas.forbriger authored
-
thomas.forbriger authored
-
thomas.forbriger authored
-
thomas.forbriger authored
Let lisousi provide format specific usage text from libdatrwxx.
-
thomas.forbriger authored
Merge branch 'master' into issue10
-
thomas.forbriger authored
-
thomas.forbriger authored
-
thomas.forbriger authored
-
thomas.forbriger authored
-
thomas.forbriger authored
The echo shell builtin of the traditional Bourne Shell does not recognize the -e option. Better use printf in this case. From the POSIX manual for printf: RATIONALE The printf utility was added to provide functionality that has histori- cally been provided by echo. However, due to irreconcilable differ- ences in the various versions of echo extant, the version has few special features, leaving those to this new printf utility, which is based on one in the Ninth Edition system.
-
thomas.forbriger authored
-
thomas.forbriger authored
Since $() command substitution already is specific to bash and not available in standard Bourne Shell, replace shell in which shell scripts shall be executed by /bin/bash.
-
thomas.forbriger authored
End-user documentation for lisousi shall be improved on this branch. Add a step-by-step example for the sparse receiver array example, testcase Bietigheim.
-
thomas.forbriger authored
-
thomas.forbriger authored
-
- 22 Oct, 2015 1 commit
-
-
thomas.forbriger authored
On this branch issue14 will be resolved: do not rely on /bin/bash ------------------------ Parts of the project rely on /bin/bash being the standard shell and /bin/sh being a synonym for /bin/bash. * This is the case in shell scripts, which use bash-specific commands and keywords. * This is the case in Makefiles, which use constructs like 'echo -e' to format multiline string output. The problem can be solved by: * replacing '#!/bin/sh' by '#!/bin/bash' in shell scripts * replacing 'echo -e' by 'printf' in Makefiles
-
- 21 Oct, 2015 3 commits
-
-
thomas.forbriger authored
compile.sh will not execute in traditional Bourne Shell. Explicitely request a version of the Bourne Again Shell.
-
thomas.forbriger authored
-
thomas.forbriger authored
the fixed wavelet engine ist not yet implemented
-
- 19 Oct, 2015 9 commits
-
-
thomas.forbriger authored
After implementation of full usage information for end-users and ouput of usage texts in soutifu, modifications are merged into master.
-
thomas.forbriger authored
-
thomas.forbriger authored
-
thomas.forbriger authored
-
thomas.forbriger authored
A comprehensible textual description of what actually is done in the procude is still missing.
-
thomas.forbriger authored
-
thomas.forbriger authored
-
thomas.forbriger authored
The weight factors are applied in terms of signal amplitude not in terms of signal energy. Where factors are to be applied to energy values, they have to be squared prior to the operation.
-
thomas.forbriger authored
weight factor is defined in terms amplitude; apply square of weight to signal energy
-
- 16 Oct, 2015 4 commits
-
-
thomas.forbriger authored
-
thomas.forbriger authored
The compound information is composed from different sources but must be reasonable as a whole.
-
thomas.forbriger authored
The usage text strings already contain a terminal newline.
-
thomas.forbriger authored
-