Forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - MHFR

Pages: [1]
1
Hi - I'm looking for a snip of python code equivalent to changing Reference Settings > Rotation angels from YPR to OPK

I'm able to control "location_accuracy" and "rotation_accuracy" by the following code:
Code: [Select]
chunk.camera_location_accuracy = (0.03, 0.03, 0.05)
chunk.camera_rotation_accuracy = (1, 1, 1)

..but can't figure out how to define the rotation angels as OPK... what am I missing?

Alternatively... is it possible to specify OPK when importing image positions by?:
Code: [Select]
chunk.loadReference(orientations, PhotoScan.ReferenceFormatCSV, columns= 'nxyzXYZabc', delimiter=',', skip_rows=1)

Pages: [1]