Learn R Programming

⚠️There's a newer version (2.1-6) of this package.Take me there.

FITSio (version 2.1-0)

FITS (Flexible Image Transport System) Utilities

Description

Utilities to read and write files in the FITS (Flexible Image Transport System) format, a standard format in astronomy (see e.g. for more information). Present low-level routines allow: reading, parsing, and modifying FITS headers; reading FITS images (multi-dimensional arrays); reading FITS binary and ASCII tables; and writing FITS images (multi-dimensional arrays). Higher-level functions allow: reading files composed of one or more headers and a single (perhaps multidimensional) image or single table; reading tables into data frames; generating vectors for image array axes; scaling and writing images as 16-bit integers. Known incompletenesses are reading random group extensions, as well as bit, complex, and array descriptor data types in binary tables.

Copy Link

Version

Install

install.packages('FITSio')

Monthly Downloads

407

Version

2.1-0

License

GPL (>= 2)

Maintainer

Andrew Harris

Last Published

November 26th, 2016

Functions in FITSio (2.1-0)

makeFITSimHdr

Generate header for FITS image
closeHdr

Format and close FITS header
FITSio-package

FITS file input-output functions
readFITSbintable

Read a FITS binary table
parseHdr

Parse FITS header
readFITS

Read a single data set from a FITS file
readFITSarray

Read an image (multi-dimensional array) from a FITS file
modifyHeader

Modify and edit comments and keyword-value pairs in FITS header
readFITStable

Read a FITS ASCII table
readFITSheader

Read a FITS header
readFrameFromFITS

Read a single data set from a FITS file into a data frame
writeFITSim

Write a FITS image (multi-dimensional numeric array) to disk
axVec

Generate axis vector for image