X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 19 Jul 2012 09:44 AM by  anon
trying to read .ptw files
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
19 Jul 2012 09:44 AM
    I have some data in .ptw files which I want to read in using IDL. Does anyone know of an IDL function which will do that? I cannot find a definition of that format. Thanks. Robert Fusina

    Deleted User



    New Member


    Posts:
    New Member


    --
    19 Jul 2012 02:36 PM
    Although IDL can open and read a variety of standard file formats some files may not fit this category and would need custom code to be able to access the data. Given that files can have any extension the creator of those files wants to give them i.e. you can save a text file with an *.xyz extension, have you tried opening the file a plain text editor?If it has all squares in it it probably is a binary file.... Consider the following: 1) What software created these *.ptw files? 2) Any idea how the data is arranged in the file and what the data type is? culumns, rows, float, integer, text.... 3) Do you have any documentation available from the source of those files ?
    You are not authorized to post a reply.