`Reprojection Error` is not read correctly from pet-file
When reading the pet-file, several calls like k2->setValue(...)
are made. These invalidate the reprojection error. Some of these calls are made, after the reprojection error has been read in. This means that, no matter if there is a reprojection error in the pet file or not, after getXml
, the value is NaN
.