Forum

Author Topic: chunk.exportOrthophotos() bug  (Read 1967 times)

william

  • Jr. Member
  • **
  • Posts: 51
    • View Profile
chunk.exportOrthophotos() bug
« on: May 30, 2017, 02:35:04 AM »
Hi,

If I use chunk.exportOrthophotos(), it only asks for one path, and it seems to successively save every image to that same path (it took about 15 minutes to complete, but only yielded one photo at the end). How can I actually export all the separate orthophotos? Is this a bug?

Thanks!

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14846
    • View Profile
Re: chunk.exportOrthophotos() bug
« Reply #1 on: May 30, 2017, 10:57:41 AM »
Hello william,

You can use {filename} macros in the Filename Template field, like "{filename}_ortho.tif", for example.
Best regards,
Alexey Pasumansky,
Agisoft LLC

william

  • Jr. Member
  • **
  • Posts: 51
    • View Profile
Re: chunk.exportOrthophotos() bug
« Reply #2 on: May 30, 2017, 07:32:30 PM »
Thanks!