Hi Juan,
The data files were acquired with Sequence Generator Pro (SGP), and that is where the FITS keywords were generated and added to the files. The format of the SITELAT and SITELONG keywords generated by SGP has not changed recently. These errors did not occur until the recent update to PixInsight version 1.08.06.1473, and today's update to 1.08.06.1474 still produces the error. Data files that processed without error in previous versions of PixInsight now produce these errors. So obviously something changed in PI 1.08.06.1473. Apparently you were not trying to parse these keyword values as numbers in ImageIntegration previously - in data files calibrated last month with the previous PI version, the SITELAT and SITELONG keywords were passed into the calibrated files as strings, in the same format that they are in now, but are not present in the integrated files. In 1.08.06.1473, SITELAT and SITELONG are still passed to the calibrated files as strings, and subsequent processing maintains them as strings until ImageIntegration fails while trying to parse them as numbers.
I'm easy - I don't need the SITELAT and SITELONG data, so to me the error is inconsequential, since ImageIntegration continues and produces the desired output file. The user provides the latitude and longitude for each site in SGP, but cannot control the format of the FITS keywords. If you are planning to use these values in future PI versions, some kind of resolution will need to occur. If not, it is probably better to stop trying to parse them in ImageIntegration, but just pass them as strings if at all.
I will submit a defect report to SGP, citing the document you reference here.
Don