Forum

Author Topic: Reference Settings - Measurement Accuracy  (Read 4193 times)

benton

  • Newbie
  • *
  • Posts: 29
    • View Profile
Reference Settings - Measurement Accuracy
« on: February 12, 2020, 02:24:06 AM »
Metashape 1.6.x

Hello,

Is there a way to set a default value in Reference Settings > Measurement Accuracy > Camera Accuracy (m) in python script.

It appears to have a default of 10 and I would like to set it to another value.

Regards
Ben

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 15429
    • View Profile
Re: Reference Settings - Measurement Accuracy
« Reply #1 on: February 12, 2020, 02:05:09 PM »
Hello Ben,

You can do it for the chunk:

Code: [Select]
chunk.camera_location_accuracy = Metashape.Vector([1,1,1])
Best regards,
Alexey Pasumansky,
Agisoft LLC