Port details |
- py-fitsio Full featured python library to read from and write to FITS files
- 1.2.5 astro =0 1.2.4Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2024-09-08 18:45:09
- Last Update: 2025-02-03 15:51:00
- Commit Hash: 89acc9b
- Also Listed In: python
- License: GPLv2
- WWW:
- https://github.com/esheldon/fitsio
- Description:
- fitsio is a python extension written in c and python. Data are read into
numerical python arrays.
Some Features:
- Read from and write to image, binary, and ascii table extensions.
- Read arbitrary subsets of table columns and rows without loading all the data
to memory.
- Read image subsets without reading the whole image. Write subsets to existing
images.
- Write and read variable length table columns.
- Read images and tables using slice notation similar to numpy arrays. This is
like a more powerful memmap, since it is column-aware for tables.
- Append rows to an existing table. Delete row sets and row ranges. Resize
tables, or insert rows.
- Query the columns and rows in a table.
- Read and write header keywords.
- Read and write images in tile-compressed format (RICE,GZIP,PLIO,HCOMPRESS).
- Read/write gzip files directly. Read unix compress (.Z,.zip) and bzip2 (.bz2)
files.
- TDIM information is used to return array columns in the correct shape.
- Write and read string table columns, including array columns of arbitrary
shape.
- Read and write complex, bool (logical), unsigned integer, signed bytes types.
- Write checksums into the header and verify them.
- Insert new columns into tables in-place.
- Iterate over rows in a table. Data are buffered for efficiency.
- python 3 support, including python 3 strings
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}fitsio>0:astro/py-fitsio@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/astro/py-fitsio/ && make install clean
- To add the package, run one of these commands:
- pkg install astro/py-fitsio
- pkg install py311-fitsio
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-fitsio listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-fitsio
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1738088920
SHA256 (fitsio-1.2.5.tar.gz) = 001e8689cf82229e19bc20e62494b1eba777aaca7471723ba67a4bac24fdd0d6
SIZE (fitsio-1.2.5.tar.gz) = 4523338
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-numpy>=0,1 : math/py-numpy@py311
- py311-setuptools>=0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-numpy>=0,1 : math/py-numpy@py311
- python3.11 : lang/python311
- Library dependencies:
-
- libcfitsio.so : astro/cfitsio
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- astro_py-fitsio
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|