NOTICE: This package has been removed from pkgsrc

./graphics/py-pyfits, Python module for reading, writing, and manipulating FITS files

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.4.0nb1, Package name: py27-pyfits-2.4.0nb1, Maintainer: kamelderouiche

FITS (Flexible Image Transport System) is a data format most used in astronomy.
PyFITS is a Python module for reading, writing, and manipulating FITS files.
The module uses Python's object-oriented features to provide quick, easy, and
efficient access to FITS files. The use of Python's array syntax enables
immediate access to any FITS extension, header cards, or data items.


Required to run:
[math/py-numpy] [lang/python27]

Master sites:

SHA1: 5a0c9c7fd058fc44a22f1c00682461ecf4ebc3c1
RMD160: 3256f2111db7c994f1deb7d6ec37cb6a2a003fb0
Filesize: 277.574 KB

Version history: (Expand)


CVS history: (Expand)


   2014-01-19 21:30:49 by Thomas Klausner | Files touched by this commit (6) | Package removed
Log message:
Finish rename of py-pyfits to py-fits.
   2012-10-16 10:00:52 by Thomas Klausner | Files touched by this commit (1)
Log message:
Use REPLACE_PYTHON. Set LICENSE. Bump PKGREVISION.
   2012-10-06 16:11:27 by Aleksej Saushev | Files touched by this commit (427)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-04-07 13:32:30 by Joerg Sonnenberger | Files touched by this commit (8)
Log message:
Workaround hangs with Python 2.5 by not using pipes for both stdin and
stdout.
   2011-03-11 18:22:06 by Matthias Drochner | Files touched by this commit (2)
Log message:
oops - missed a substitution, noticed by wiz
   2011-03-11 15:55:43 by Matthias Drochner | Files touched by this commit (4) | Package updated
Log message:
update to 2.4.0
changes:
-Added some HDU methods for metadata
-Enhanced the section class to allow reading non-contiguous image data
-Added a verify keyword argument to the pyfits.append function
-Added a new optional keyword arguments disable_image_compression
 and do_not_scale_image_data to pyfits.open
-Checksum support now correctly conforms to the FITS standard
-bugfixes
   2010-11-11 22:13:39 by Matthias Drochner | Files touched by this commit (4) | Imported package
Log message:
add py-pyfits-2.3.1, a Python library for the FITS image format
(used in astronomy and other scientific applications), from
Kamel Derouiche per pkgsrc-wip