Update BUGS
Former-commit-id: a262bc5b2dbf39fb05918ad3c2bd8c14549d9a9c
This commit is contained in:
parent
e9b97ba808
commit
d954615db0
22
BUGS.rst
22
BUGS.rst
|
@ -1,7 +1,7 @@
|
||||||
Known bugs
|
Known bugs
|
||||||
===========
|
===========
|
||||||
|
|
||||||
Wrong factor on B coefficient
|
Wrong factor on B coefficient (single coeff version)
|
||||||
-----------------------------
|
-----------------------------
|
||||||
(Probably fixed in the "calculator object" versions!)
|
(Probably fixed in the "calculator object" versions!)
|
||||||
Under Kristensson normalisation (with CS = -1), my code gives
|
Under Kristensson normalisation (with CS = -1), my code gives
|
||||||
|
@ -16,26 +16,6 @@ also in qpms_types.h) – the plane wave test fails and the spherical wave
|
||||||
reconstruction as well (but the translation coefficients match the
|
reconstruction as well (but the translation coefficients match the
|
||||||
Xu's tables).
|
Xu's tables).
|
||||||
|
|
||||||
Translation coefficients inconsistent
|
|
||||||
-------------------------------------
|
|
||||||
The translation coefficients currently do not work correctly except for certain
|
|
||||||
combinations of additional i-factors (defined by the [AB][NMF][123] macros
|
|
||||||
in translations.c) and only for certain normalisations.
|
|
||||||
QPMS_NORMALISATION_KRISTENSSON_CS does not work at all
|
|
||||||
QPMS_NORMALISATION_NONE_CS does not work at all
|
|
||||||
QPMS_NORMALISATION_TAYLOR_CS works for the following macros defined:
|
|
||||||
AN1 AM0 BN1 BM0 BF0
|
|
||||||
AN1 AM0 BN3 BM2 BF2
|
|
||||||
AN3 AM2 BN1 BM0 BF0
|
|
||||||
AN3 AM2 BN3 BM2 BF2
|
|
||||||
QPMS_NORMALISATION_TAYLOR works for the following macros defined:
|
|
||||||
AN1 AM2 BN1 BM3 BF0
|
|
||||||
AN1 AM2 BN3 BM0 BF2
|
|
||||||
AN3 AM0 BN1 BM2 BF0
|
|
||||||
AN3 AM0 BN3 BM0 BF2
|
|
||||||
|
|
||||||
The default behaviour is now that the QPMS_NORMALISATION_TAYLOR_CS works.
|
|
||||||
|
|
||||||
Longitudinal waves
|
Longitudinal waves
|
||||||
------------------
|
------------------
|
||||||
Plane wave decompositions gives wrong value on the longitudinal part.
|
Plane wave decompositions gives wrong value on the longitudinal part.
|
||||||
|
|
Loading…
Reference in New Issue