Sean-bumble-bee
 Captain
Flight distance : 15515 ft
United Kingdom
Offline
|
I don't think I could have damaged the log file, I did wonder about that and checked 'then' and I will check again, later.
The logs are not on this computer so I can't check them at the moment but I think I had the original zips of at least the .txts. Those zips would have come from Phantomhelp and I don't know how to 'mess' with zips. But, just in case, prior to writing the opening post I re uploaded the uncompressed .txts to phantomhelp and saw the same data in the then down loaded new csv's.
But ..... if I had damaged the data I would have not expected just two columns and complete columns at that, to be damaged/corrupted.
All serial number columns appear in two places in the csv, under differing headings, I have the impression that the two sets of columns represent separate sets of data and that they are not just duplications of one another.
Occasionally in my own, or other logs, two related columns differ, one may be completely empty of data or just have a few empty cells but that was much more common in Phanton 3 logs than in "Mavic" logs. If there was corruption I would expect partial corruption in those columns and/or more widespread corruption spread throughout the csv but not for an entire column or columns to contain the same flawed data.
Is that a realistic expectation?
There's a weakness in my program and gibberish in a relevant csv cell can screw up the corresponding line in the log book.
When the program encounters such gibberish, instead of outputting the individual csv 's cell content ( gibberish ) the program often outputs the entire corresponding line from the csv in place of that single cell of gibberish data. The program sees the cell as " $0 " which, in Linux, is the shorthand for the entire line in input file.
I get no such screwed up output in the logbook produced when the program processes these csvs.
From my own logs I have seen serial number change 'mid'-column, but always from a wrong serial number to the correct serial number but those incorrect serial number appears in only the first 20 or 30 etc. rows of the csv and they do not extend down the whole column. That 'problem' caused me some confusion early on in my programming. Having just written that has brought to mind a way of handling that in my own logs. From memory the log of the first flight is a thousand+ lines line long and the data was consistent through out each drones' serial number columns and the first flight took place roughly two months before the second drone was activated.
|
|