X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 18 Oct 2005 02:36 PM by  anon
for loop
 0 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
18 Oct 2005 02:36 PM
    IDL does seem to like this loop and I'm not sure why. I am trying to find the median counts for an im image and plot. pro hst_1,file=file im=readfits(file) im=fltarr(1024,1024) for i=0,500 do begin for j=0,500 do begin
    You are not authorized to post a reply.