I am importing geo-referenced camera positions using a Flight Log.
For my geo-referenced camera positions I also have Phi [gon], Omega [gon],Kappa [gon] values available which I do not normally use.
I am investigating whether using them in my Flight Log might help resolve a problem I have with a couple of datasets where the Easting, Northing, Altitude orientations of the Flight Log alignment do not correctly align with the coordinate system.
I am editing flightlogs.xml by editing the final provided example <format id=“{97F08A22-F231-4AB4-A2FD-6FA42BB6D663}”… by replacing the Yaw Pitch and Roll lines (I do not have values for these)
<Phi index=“7” format=“value”/>
<Omega index=“8” format=“value”/>
<Kappa index=“9” format=“value”/>
I have two questions
-
What format is RC expecting Phi, Omega, Kappa to be in ? I currently have the value in gons but can easily change it to decimal degrees if that is what is expected.
-
Rather than edit <format id=“{97F08A22-F231-4AB4-A2FD-6FA42BB6D663}”… I could cut and paste it to the top of the list and edit waht I have pasted, but do I need to generate an id, if so how ?