What happened tp scipy.stsci?

Wanderer wanderer at dialup4less.com
Thu Jan 26 14:56:55 EST 2012


On Jan 25, 1:12 pm, Wanderer <wande... at dialup4less.com> wrote:
> I found it it is in the stsci package.
>
> On Jan 24, 11:36 am, Eelco <hoogendoorn.ee... at gmail.com> wrote:
>
> > Either way, if I understand correctly, what you are trying to do could
> > be done with numpy.median(imagestack, axis=stackaxis), no?
>
> Yes, I guess so. I didn't realize numpy.median had an axis option.
> Thanks. That's one less import.

Actually numpy.median doesn't work. numpy.median does not accept axis
greater than 2.



More information about the Python-list mailing list