What happened tp scipy.stsci?
Eelco
hoogendoorn.eelco at gmail.com
Tue Jan 24 11:36:52 EST 2012
More information about the Python-list mailing list
Tue Jan 24 11:36:52 EST 2012
- Previous message (by thread): What happened tp scipy.stsci?
- Next message (by thread): What happened tp scipy.stsci?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Jan 23, 6:54 pm, Wanderer <wande... at 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?
- Previous message (by thread): What happened tp scipy.stsci?
- Next message (by thread): What happened tp scipy.stsci?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list