Agisoft Metashape

Agisoft Metashape => General => Topic started by: FHofer on September 18, 2018, 10:20:35 AM

Title: Genrate report in batch process
Post by: FHofer on September 18, 2018, 10:20:35 AM
Hello,
I have the following issue:
When trying to generate reports for all the chunks in a file via batch process, I can only enter path, title and description once.
Thus, only one .pdf is created and overwritten for each chunk resulting in a report for the last chunk if the batch process isn't cancelled.
Is there a way around this problem? I need to generate reports for numerous chunks and would like to not have to do it manually.

Thanks in advance,
FHofer
Title: Re: Genrate report in batch process
Post by: Alexey Pasumansky on September 18, 2018, 07:20:19 PM
Hello FHofer,
If the chunk labels are different in your project, you can use {chunklabel} macros in the path field, for example:
Code: [Select]
D:/projects/data/report_{chunklabel}.pdf
Title: Re: Genrate report in batch process
Post by: FHofer on September 19, 2018, 09:39:44 AM
Hello FHofer,
If the chunk labels are different in your project, you can use {chunklabel} macros in the path field, for example:
Code: [Select]
D:/projects/data/report_{chunklabel}.pdf

Thank you very much!