Description Usage Arguments Details Value Author(s) See Also
The mid-level function 'read.fitsim' allows FITS images to be read directly into R.
1 2 |
file |
file name |
hdu |
header and data unit to be read |
maxlines |
maximum number of header lines |
xlo |
lower x pixel sub-region (image only) |
xhi |
upper x pixel sub-region (image only) |
ylo |
lower y pixel sub-region (image only) |
yhi |
upper y pixel sub-region (image only) |
The mid-level function 'read.fitsim' is a wrapper around 'read.fits', and provides a more simplistic output of that routine.
A matrix of data corresponding to the original FITS image.
Lee Kelvin <lee.kelvin@uibk.ac.at>
The astronomy package: astro
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.