Package: FITSio 2.1-6

Andrew Harris
FITSio: FITS (Flexible Image Transport System) Utilities
Utilities to read and write files in the FITS (Flexible Image Transport System) format, a standard format in astronomy (see e.g. <https://en.wikipedia.org/wiki/FITS> 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 complex and array descriptor data types in binary tables.
Authors:
FITSio_2.1-6.tar.gz
FITSio_2.1-6.tar.gz(r-4.7-any)FITSio_2.1-6.tar.gz(r-4.6-any)
FITSio_2.1-6.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
FITSio/json (API)
| # Install 'FITSio' in R: |
| install.packages('FITSio', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:70ec50e8b4. Checks:4 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 97 | ||
| source / vignettes | OK | 156 | ||
| linux-release-x86_64 | OK | 95 | ||
| wasm-release | OK | 95 |
Exports:addCommentaddHistoryaddKwvaxVeccloseHdrdelKwvmakeFITSimHdrmodValnewKwvparseHdrreadFITSreadFITSarrayreadFITSbintablereadFITSheaderreadFITStablereadFrameFromFITSwriteFITSimwriteFITSim16i
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| FITS file input-output functions | FITSio-package FITSio |
| Generate axis vector for image | axVec |
| Format and close FITS header | closeHdr |
| Generate header for FITS image | makeFITSimHdr |
| Modify and edit comments and 'keyword-value' pairs in FITS header | addComment addHistory addKwv delKwv modifyHeader modVal newKwv |
| Parse FITS header | parseHdr |
| Read a single data set from a FITS file | readFITS |
| Read an image (multi-dimensional array) from a FITS file | readFITSarray |
| Read a FITS binary table | readFITSbintable |
| Read a FITS header | readFITSheader |
| Read a FITS ASCII table | readFITStable |
| Read a single data set from a FITS file into a data frame | readFrameFromFITS |
| Write a FITS image (multi-dimensional numeric array) to disk | writeFITSim writeFITSim16i |