On Jan 23, 6:54 pm, Wanderer <wande...@dialup4less.com> wrote:
> Back in scipy 0.7 there was a package called stsci that had  function
> scipy.stsci.image.median that created a median image from a stack of
> images. The stsci package is dropped in v0.8. Has this functionality
> been moved to a different package?
>
> Thanks
>
> Apologies if this is a double post. I had problems with google groups.

Perhaps that package has been merged with scipy.ndimage?

Either way, if I understand correctly, what you are trying to do could
be done with numpy.median(imagestack, axis=stackaxis), no?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to