What happened tp scipy.stsci?

Wanderer wanderer at dialup4less.com
Thu Jan 26 18:04:14 EST 2012


On Jan 26, 2:56 pm, Wanderer <wande... at dialup4less.com> wrote:
> 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.

numpy.median does work. I had to use dstack to create my stacks.



More information about the Python-list mailing list