X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 08 May 2005 05:08 AM by  anon
FITS files
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
08 May 2005 05:08 AM
    How do I read FITS files into iTools?

    Deleted User



    New Member


    Posts:
    New Member


    --
    08 May 2005 05:08 AM
    There is no built-in FITS data format reader in IDL, so there is no way to read it directly into the iTools using IDL out-of-the-box. However, there is an open source IDL library that has a FITS format reader for IDL : http://idlastro.gsfc.nasa...o/fits/fits_read.pro You could use this to read the data into IDL, then pass it into the iTools. If you wanted to a more advanced solution, you could also wrap this FITS_READ routine with an iTools custom file reader object class that would allow you to read the data directly into the iTools. An example of this methodology in action can be found here : http://www.rsinc.com/code...k/search.asp?FID=309 - AO
    You are not authorized to post a reply.