Forum

Author Topic: Pixel size in tiled model  (Read 770 times)

SamuelPATE

  • Newbie
  • *
  • Posts: 4
    • View Profile
Pixel size in tiled model
« on: December 09, 2024, 10:29:00 AM »
Hello

I build a tiled model with pixel_size=0, so a default_value is set. Is there a way to recover this default value to use it in another tiled model building. The purpose is to merge both tiled models in a consistent unique tiled model.

Thank you

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 15219
    • View Profile
Re: Pixel size in tiled model
« Reply #1 on: December 09, 2024, 12:15:34 PM »
Hello Samuel,

If you have tiled model active in the chunk you can check its resolution by the following call:
Code: [Select]
Metashape.app.document.chunk.tiled_model.resolution
Best regards,
Alexey Pasumansky,
Agisoft LLC

SamuelPATE

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: Pixel size in tiled model
« Reply #2 on: December 09, 2024, 12:33:18 PM »
Thank you very much Alexey