Hi. I finally got around to look into this again. Sorry for the different account - I can see, that I was logged in as my personal account last time. This is the company account.
Following your link with the “Flight Log and flightlogs.xml” I can’t get i to work. I’ve added the following code to the flightlogs.xml in the programs folder, but as soon as I edit the file, the “Import Flight Log” window never opens. I even tried to modify any of the existing setting, but that didn’t help either.
<format desc="Name, Lon, Lat, Alt, Omega, Phi, Kappa (character-separated)" reader="CapturingReality.Import.CSVFlightLog">
<parser allowedSeparators=",; &tab;" comment="#" showIgnoreFirstline="true" qualifiers=""optional">
<Image index="0" format="name.ext"/>
<X index="1" format="value"/>
<Y index="2" format="value"/>
<Omega index="3" format="value"/>
<Phi index="4" format="value"/>
<Kappa index="5" format="value"/>
</parser>
</format>
Any idea what could be wrong?
When I download the dataset from the images I have the following information (this is an example from a single image)
Omega: 44.8386
Phi: -0.5524
Kappa: -0.5774
Perspective Center: 574774.821,6219769.422,1203.985
Kamera ID: Osprey-80316002-f120_Rev07.00_10cm_C107
Focal Length: 122.981
Pixel Spacing: 0.0069333,0.0069333
Principal Point Offset: -0.011,0.029
Sensor Array Dimensions: 7725,5775
Another strange thing is - that if I only import the Name, Lon, Lat, Alt in ETRS90 / UTM 32N it changes the Lon and Lat values in the Prior pose under each image. The Alt is still the correct value.
This is an example of the flightlog text (Name, Lon, Lat, Alt, Omega, Phi, Kappa)
2023_83_29_4_0017_00001757.tif 531877.713 6173680.343 1510.588 -0.44625 -45.6484 -90.42496
Any ideas what I should do to get it working?