Opened 11 years ago

Closed 11 years ago

#184 closed defect (fixed)

ATrous thresholding not working

Reported by: MatthewWhiting Owned by: MatthewWhiting
Priority: highest Milestone: Release-1.3
Component: Wavelet reconstruction Version: 1.2.2
Severity: normal Keywords:
Cc:

Description

From running the VerifyDuchamp? tests (see #183), I've discovered the reconstruction tests fail because the threshold is coming out as zero.

Track down why!!

Change History (2)

comment:1 Changed 11 years ago by MatthewWhiting

Status: newassigned

The problem was with the StatsContainer::defined member. When StatsContainer::calculate is called, this gets set to true, but if you set the individual members directly it doesn't.

I have made a new function StatsContainer::define that sets the four quantities directly and the defined flag.

Need to test.

comment:2 Changed 11 years ago by MatthewWhiting

Resolution: fixed
Status: assignedclosed

Seems to be fixed in [1170], and passes tests. Closing.

Note: See TracTickets for help on using tickets.