Deal with possible malformed number strings in prodimo output files, for some (very few) fields.
- e.g. it can happen that a number is written as 1.67+101. python cannot deal with that
- added convenience function _convToFloatCheck, that catches ValueError, prints a warning and fills the number with some value.+
- this allows that the reading goes on, even if some numbers are malformed