File: README.Debian

package info (click to toggle)
aghermann 1.1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 3,156 kB
  • sloc: cpp: 27,967; makefile: 495; xml: 20; sh: 18; ansic: 9
file content (10 lines) | stat: -rw-r--r-- 535 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
For Debian, aghermann is configured with the default options.  One
potentially relevant option is --with-fp-type=float|double (float is
the default).  It sets the floating-point type for most of internal
variables.

Note that (1) ICA routines operate on double, to accommodate which
necessary conversions are done at run time; and (2) data stored in EDF
files are actually 16-bit integers, which largely defeats any expected
benefit from the use of double.  Neither float nor double will produce
a convincing argument overall, though.