Re: Calculate median of stacks of images using IDL [message #88713 is a reply to message #88707] |
Mon, 09 June 2014 12:16  |
oatty3931
Messages: 8 Registered: June 2014
|
Junior Member |
|
|
Thank you Prof. David and Phillip for your replies.
@Prof. David, I tried using both of your codes, and received an error. I completely understand how it works but due to my inefficiency in IDL, I am receiving a syntax error at:
IDL> buf=list()
IDL> for f in file_search("frame-*.tif") do $ ;my tif files in the working directory are labelled "frame-1.tif", "frame-2.tif" etc..
> buf.add read_image(f)
for f in file_search("mynames*.tif") do $
^
% Syntax error.
Any help with this error? I apologize once again if this is a stupid function. I will be more careful with my questions next time.
Thank you in advance,
Nitsorn
|
|
|