Forum

Author Topic: Using "sequential" preselection in the python API  (Read 1965 times)

stephan

  • Full Member
  • ***
  • Posts: 129
    • View Profile
Using "sequential" preselection in the python API
« on: September 25, 2019, 10:10:51 AM »
Hi there,

Is this function not yet covered in the python API?  It looks like I can define

generic_preselection=True, reference_preselection=True,


... but as far as I can see I cannot define specifically to use "sequential mode". Is that right or am I looking in the wrong place?

Cheers,
Stephan

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14847
    • View Profile
Re: Using "sequential" preselection in the python API
« Reply #1 on: September 26, 2019, 04:06:24 PM »
Hello Stephan,

In the current pre-release version you can use (reference_preselection = True, reference_preselection_mode = 2) arguments to enable sequential preselection.

In the next update we are planning to add enum parameters for the reference_preselection_mode and add the related information to API reference.
Best regards,
Alexey Pasumansky,
Agisoft LLC

stephan

  • Full Member
  • ***
  • Posts: 129
    • View Profile
Re: Using "sequential" preselection in the python API
« Reply #2 on: September 26, 2019, 05:18:13 PM »
Ah I see, excellent!