Agisoft Metashape

Agisoft Metashape => Python and Java API => Topic started by: LFSantosgeo on March 20, 2018, 12:48:27 AM

Title: MetaData
Post by: LFSantosgeo on March 20, 2018, 12:48:27 AM
I'm trying to retrieve the alignment duration out of the sparse point cloud (point_cloud) metadata but there are only the following metadata when the input is chunk.point_cloud.meta:

{'match/duration', 'match/match_downscale', 'match/match_point_limit', 'match/match_preselection_generic', 'match/match_preselection_reference', 'match/match_tiepoint_limit''}

Does anyone knows where can I find the align duration?

Thanks in advance!
Title: Re: MetaData
Post by: Alexey Pasumansky on March 21, 2018, 01:29:56 PM
Hello Luiz,

It's in
Code: [Select]
chunk.meta["align/duration"]
Title: Re: MetaData
Post by: LFSantosgeo on March 23, 2018, 05:43:59 AM
Hello Alexey! Thank you for the reply!

I wonder what else I can retrive from chunk.meta apart from alignment duration? There's no mention on the API guide (1.4.0)  of the available tags or how can I list the metadata from the chunk?
Title: Re: MetaData
Post by: Alexey Pasumansky on March 23, 2018, 02:01:08 PM
Hello Luiz,

In chunk.meta you can also find: 'optimize/duration' and 'optimize/fit_flags'.