X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 21 May 2010 09:22 AM by  anon
Reading qfit data
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
21 May 2010 09:22 AM
    I have a data file in .qi format. It is organized into records and each record contains 12 fields. Each field is a 4byte long integer. This means the total length of each record is 48 bytes. How can this be read?

    Deleted User



    New Member


    Posts:
    New Member


    --
    21 May 2010 11:23 AM
    Hi there, Well, IDL doesn't have a QFIT reader. So, I guess the best way to read something like that, since it seems that a qfit file is an ASCII file, will be to use any of the ASCII readers that IDL has. For example, READ_ASCII, or READF to read any free format file. Cheers, Fernando
    You are not authorized to post a reply.