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
|