astrogo / fitsio

fitsio is a pure-Go package to read and write `FITS` files
BSD 3-Clause "New" or "Revised" License
53 stars 24 forks source link

image: implement Image #9

Closed tbellembois closed 8 years ago

tbellembois commented 8 years ago

Fixes #8

sbinet commented 8 years ago

LGTM.

please squash into one commit and re-push (then, I'll merge this PR) also, please add yourself to the astrogo/license repository (to the AUTHORS and CONTRIBUTORS files), so all the legalese is kosher.

PS: here is how to squash into one commit:

$ git fetch --all -p
$ git checkout image-impl
$ git rebase -i origin/master
$ git push -f tbellembois/image-impl

(if you named your origin as tbellembois)

tbellembois commented 8 years ago

ptal

sbinet commented 8 years ago

needs astrogo/license#1

sbinet commented 8 years ago

Thanks.