badNewValueStyle | error |
| The value of the newvaluestyle parameter was not recognized. |
offsetXTooBig | warning |
| The task is designed not to allow either wholly blank (`dummy') columns or rows in the output, or omission of any columns or rows of the input. This makes it is pointless to specify values of offsetx larger than or even equal to binxsize. If the user specifies such values, then no harm is done; however this warning is issued because such an event implies that the user thought that doing so would have some effect: in this case their expectation, whatever it was, will not be met.
corrective action: The offsetx is recalculated modulo binxsize. |
offsetYTooBig | warning |
| The task is designed not to allow either wholly blank (`dummy') columns or rows in the output, or omission of any columns or rows of the input. This makes it is pointless to specify values of offsety larger than or even equal to binysize. If the user specifies such values, then no harm is done; however this warning is issued because such an event implies that the user thought that doing so would have some effect: in this case their expectation, whatever it was, will not be met.
corrective action: The offsety is recalculated modulo binysize. |