Forum

Author Topic: Access to report stats  (Read 1576 times)

hud

  • Newbie
  • *
  • Posts: 1
    • View Profile
Access to report stats
« on: December 01, 2021, 11:30:57 PM »
Is there a way from Python API to get access to the stats available in the report.  Specifically I'm looking to get the RMS reprojection error,  max reprojection error and mean key point size and average tie point multiplicity. 

Ideally we could get at all the stats the report generates for our database without having to parse the PDF ourselves. 

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14847
    • View Profile
Re: Access to report stats
« Reply #1 on: December 02, 2021, 04:20:08 PM »
Hello hud,

You need to calculate these values in the script. Let me know, if you need any assistance, although there were some examples already posted on forum, at least related to reprojection error calculation.
Best regards,
Alexey Pasumansky,
Agisoft LLC

ankit108

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: Access to report stats
« Reply #2 on: February 19, 2023, 10:37:20 AM »
Hello Alexey,
I want to calculate "Coverage area", "Ground resolution" and some other stats of report as well using Python. Please Help..