Uses of Class
net.grelf.grip.FITS_KeywordRecord

Packages that use FITS_KeywordRecord
net.grelf.grip This package contains the Java classes which are specific to the image processing application GRIP.

GRIP is available as a free download from www.grelf.net - please always quote this URL in connection with GRIP.
Version: 11.11.21 
 

Uses of FITS_KeywordRecord in net.grelf.grip
 

Methods in net.grelf.grip that return types with arguments of type FITS_KeywordRecord
 java.util.List<FITS_KeywordRecord> Metadata.getList()
           
 

Constructor parameters in net.grelf.grip with type arguments of type FITS_KeywordRecord
Metadata(java.util.List<FITS_KeywordRecord> list)
          Construct from a list of keywords as read from a FITS file.