Forum

Author Topic: Choosing rotating angles types  (Read 1735 times)

adam_s

  • Newbie
  • *
  • Posts: 28
    • View Profile
Choosing rotating angles types
« on: June 06, 2018, 01:48:03 PM »
Hello,

Is it possible to choose rotation angles type (i mean i want to choose Omega,Phi,Kappa) in python script? I loaded EO from a csv file, but angles were loaded as pitch,roll,yaw by default. In GUI version of agisoft i have the possibility to change angles type in the "Import CSV" window.

Best regards,
Adam

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14813
    • View Profile
Re: Choosing rotating angles types
« Reply #1 on: June 06, 2018, 04:10:55 PM »
Code: [Select]
Hello Adam,

Just use:
[code[chunk.euler_angles = PhotoScan.EulerAnglesOPK
to switch the angle convention for the chunk.
Best regards,
Alexey Pasumansky,
Agisoft LLC