Opened 12 years ago

Closed 12 years ago

#145 closed defect (fixed)

Ensure minVoxels is big enough to accomodate minPIxels & minChannels

Reported by: MatthewWhiting Owned by: MatthewWhiting
Priority: normal Milestone: Release-1.2
Component: Input Version: 1.1.13
Severity: normal Keywords:
Cc:

Description

We have these three minimum criteria, but they should be consistent. The smallest value minVoxels can have is (minPixels + minChannels - 1).

The checkParams() function needs to make this check, and, if we increase the value of minVoxels, provide a warning to the user indicating that.

Change History (1)

comment:1 Changed 12 years ago by MatthewWhiting

Resolution: fixed
Status: newclosed

Done in [942],[943]. The value of minVoxels is now at least as small as indicated. Also took the opportunity to make sure all these parameters are unsigned, and changed their accessor functions too.

Closing.

Note: See TracTickets for help on using tickets.