Page MenuHomePhabricator

[Fiberfox] Artefacts activated even though flag set to false
Closed, ResolvedPublic

Description

Currently, the value of the field is determining whether an artifact is simulated regardless the value of the corresponding boolean flag.

Example: with <noisevariance> set to 251 and <addnoise> set to false, the noise is still added to the data. Setting the variance value to 0 will disable the noise simulation.

Event Timeline

User hettich has pushed new remote branch:

bug-19484-FiberFox-FixArtefactsFlag

[580ab8]: Merge branch 'bug-19484-FiberFox-FixArtefactsFlag'

Merged commits:

2016-02-20 19:53:48 Martin Hettich [6fa004]
add checks of AddNoise boolean flag and do some cleanup of indentation and add missing braces.

[369b8c]: COMP: Merge branch 'bug-19484-FiberFox-FixArtefactsFlag', resolve over

Merged commits:

2016-02-20 19:53:48 Martin Hettich [119e6b]
add checks of AddNoise boolean flag and do some cleanup of indentation and add missing braces.

[ed8990]: Merge branch 'bug-19484-integra-FiberFoxFixArtefactsFlag'

Merged commits:

2016-06-08 21:05:27 Martin Hettich [7bec47]
COMP: fix merge conflict frak-up.

[b94ec8]: Merge branch 'bug-19484-integra-FiberFoxFixArtefactsFlag'

Merged commits:

2016-06-09 00:24:20 Martin Hettich [ec9b74]
COMP: fix missmatched braces after merge-conflicts.