Forum

Author Topic: How to Modify Python Columns fully read txt content?  (Read 3085 times)

1104312139@gm.kuas.edu.tw

  • Newbie
  • *
  • Posts: 22
    • View Profile
How to Modify Python Columns fully read txt content?
« 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 :'(

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14847
    • View Profile
Re: How to Modify Python Columns fully read txt content?
« Reply #1 on: February 04, 2017, 12:41:41 PM »
Hello,

I think you need to use the following columns argument value:
Code: [Select]
columns = "nxyzabc"
Best regards,
Alexey Pasumansky,
Agisoft LLC

1104312139@gm.kuas.edu.tw

  • Newbie
  • *
  • Posts: 22
    • View Profile
Re: How to Modify Python Columns fully read txt content?
« Reply #2 on: February 07, 2017, 11:35:51 AM »
deer Alexey
Thanks you very much :-* :-*