Agisoft Metashape

Agisoft Metashape => Python and Java API => Topic started by: 1104312139@gm.kuas.edu.tw on February 04, 2017, 11:00:43 AM

Title: How to Modify Python Columns fully read txt content?
Post by: 1104312139@gm.kuas.edu.tw on February 04, 2017, 11:00:43 AM
Hello,
my txt have the "Yaw""Pitch""Roll" data,
but Import python just the xyz value.
how can i do ?
Thanks :'(
Title: Re: How to Modify Python Columns fully read txt content?
Post by: Alexey Pasumansky on February 04, 2017, 12:41:41 PM
Hello,

I think you need to use the following columns argument value:
Code: [Select]
columns = "nxyzabc"
Title: Re: How to Modify Python Columns fully read txt content?
Post by: 1104312139@gm.kuas.edu.tw on February 07, 2017, 11:35:51 AM
deer Alexey
Thanks you very much :-* :-*