| Author |
Comment/Response |
Nora Doegnitz
|
05/26/99 12:16pm
I want to import an image - format FTS (fits), 16 bit, unsigned, over 800k - to do some calculations with a part of the image. I can read the first 100 numbers with
<< Utilities`BinaryFiles`
ReadListBinary[ ''C:\image.fts'', Int16, 100]
but it takes to much time if I try to read the whole image.
What is the best way to read a FTS image?
URL: , |
|