astropy / imageutils

Image processing utilities for Astropy (No longer maintained)
https://imageutils.readthedocs.org/
9 stars 17 forks source link

Issue with docstring for extract_array_2d #31

Closed astrofrog closed 9 years ago

astrofrog commented 10 years ago

It looks like the example in the docstring for extract_array_2d is incorrect:

http://imageutils.readthedocs.org/en/latest/api/imageutils.extract_array_2d.html#imageutils.extract_array_2d

Specifically the description We consider a large array of zeros with the shape 11x10 and a small array of ones with a shape of 3x4: - the arrays do not contain just ones and zeros here.

cdeil commented 9 years ago

cc @adonath and see #40

astrofrog commented 9 years ago

Fixed by #42.