Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.atnf.csiro.au/computing/software/gipsy/sub/ftsd_type.dc2
Дата изменения: Thu Jan 23 17:11:09 1992
Дата индексирования: Fri Jan 16 21:51:23 2009
Кодировка:

Function: FTSD_TYPE

Purpose: Returns the type (i.e. CHAR, INT, LOG, REAL, DBLE) of the
contents of a FITS header record.

Category: FITS

File: ftsd_type.c

Author: K.G. Begeman

Use: CHARACTER*(*) FTSD_TYPE( RECORD ) Input CHARACTER*80

FTSD_TYPE Returns:
'CHAR' : record contains characters
'INT ' : record contains integer
'LOG ' : record contains logical
'DBLE' : record contains double prec. float
'REAL' : record contains single prec. float
' ' : type could not be determined
RECORD Contains FITS header record of 80 bytes
long. Only the first 30 bytes are examined.

Updates: Nov 23, 1990: KGB Document created.