Forum

Author Topic: MetaData  (Read 2280 times)

LFSantosgeo

  • Jr. Member
  • **
  • Posts: 70
    • View Profile
MetaData
« 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!
Luiz Fernando

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14816
    • View Profile
Re: MetaData
« Reply #1 on: March 21, 2018, 01:29:56 PM »
Hello Luiz,

It's in
Code: [Select]
chunk.meta["align/duration"]
Best regards,
Alexey Pasumansky,
Agisoft LLC

LFSantosgeo

  • Jr. Member
  • **
  • Posts: 70
    • View Profile
Re: MetaData
« Reply #2 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?
Luiz Fernando

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14816
    • View Profile
Re: MetaData
« Reply #3 on: March 23, 2018, 02:01:08 PM »
Hello Luiz,

In chunk.meta you can also find: 'optimize/duration' and 'optimize/fit_flags'.
Best regards,
Alexey Pasumansky,
Agisoft LLC