Re: binary_template() errors and do I have to use this? [message #62278] |
Tue, 02 September 2008 13:19 |
Brian Larsen
Messages: 270 Registered: June 2006
|
Senior Member |
|
|
Gotta love it when you answer your own question and impress everyone
with your ignorance :)
There really is no magic, one just has to use readu
this works great (for anyone else who reads this)
file='cr0425.fpm
openr,lun,file,/get_lun
a=fltarr(10000)
readu,lun,a
;; just get the first 100 points
intt=indgen(100)*4
intx=indgen(100)*4+1
inty=indgen(100)*4+1
inty=indgen(100)*4+2
;; plot them up.
plot, a[intt],a[intz]
binary_template() still doesn't work but if its like ascii_template()
is too slow anyway.
Brian
------------------------------------------------------------ --------------
Brian Larsen
Boston University
Center for Space Physics
http://people.bu.edu/balarsen/Home/IDL
|
|
|