Package | Description |
---|---|
fact.io.hdureader |
Modifier and Type | Field and Description |
---|---|
HDU |
FITS.primaryHDU |
Modifier and Type | Method and Description |
---|---|
Optional<HDU> |
FITS.getHDU(int hduIndex)
This method returns the HDU at given index if it exists.
|
Optional<HDU> |
FITS.getHDU(String extname)
Extensions may have keyword called EXTNAME.
|
List<HDU> |
FITS.getHDUs()
Get a list of all HDUs in the fits file.
|
Map<String,HDU> |
FITS.getNamedHDUs()
Get the a mapping of HDU names to all named HDU objects in the file.
|
Modifier and Type | Method and Description |
---|---|
DataInputStream |
FITS.getInputStreamForHDUData(HDU hdu)
Provides a datastream to the data area of the given hdu.
|
Copyright © 2019. All rights reserved.