Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

xyz.fmt 441 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
  1. #
  2. # Define file for X2SYS processing of ASCII xyz files
  3. #
  4. # This file applies to plain 3-column ASCII files.
  5. #
  6. #---------------------------------------------------------------------
  7. #ASCII # The input file is ASCII
  8. #SKIP 1 # The number of header records to skip
  9. #---------------------------------------------------------------------
  10. #name intype NaN-proxy? NaN-proxy scale offset oformat
  11. x a N 0 1 0 %g
  12. y a N 0 1 0 %g
  13. z a N 0 1 0 %g
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...