Lines Matching defs:header
308 Initialize image header.
323 Decode image header.
621 header[FITSBlocksize],
667 Initialize image header.
675 (void) FormatLocaleString(header,FITSBlocksize,
677 (void) strncpy(fits_info+offset,header,strlen(header));
679 (void) FormatLocaleString(header,FITSBlocksize,"BITPIX = %10ld",
682 (void) strncpy(fits_info+offset,header,strlen(header));
684 (void) FormatLocaleString(header,FITSBlocksize,"NAXIS = %10lu",
686 (void) strncpy(fits_info+offset,header,strlen(header));
688 (void) FormatLocaleString(header,FITSBlocksize,"NAXIS1 = %10lu",
690 (void) strncpy(fits_info+offset,header,strlen(header));
692 (void) FormatLocaleString(header,FITSBlocksize,"NAXIS2 = %10lu",
694 (void) strncpy(fits_info+offset,header,strlen(header));
698 (void) FormatLocaleString(header,FITSBlocksize,
700 (void) strncpy(fits_info+offset,header,strlen(header));
703 (void) FormatLocaleString(header,FITSBlocksize,"BSCALE = %E",1.0);
704 (void) strncpy(fits_info+offset,header,strlen(header));
706 (void) FormatLocaleString(header,FITSBlocksize,"BZERO = %E",
708 (void) strncpy(fits_info+offset,header,strlen(header));
710 (void) FormatLocaleString(header,FITSBlocksize,"DATAMAX = %E",
712 (void) strncpy(fits_info+offset,header,strlen(header));
714 (void) FormatLocaleString(header,FITSBlocksize,"DATAMIN = %E",0.0);
715 (void) strncpy(fits_info+offset,header,strlen(header));
719 (void) FormatLocaleString(header,FITSBlocksize,"XENDIAN = 'SMALL'");
720 (void) strncpy(fits_info+offset,header,strlen(header));
723 (void) FormatLocaleString(header,FITSBlocksize,"HISTORY %.72s",
725 (void) strncpy(fits_info+offset,header,strlen(header));
727 (void) strncpy(header,"END",FITSBlocksize);
728 (void) strncpy(fits_info+offset,header,strlen(header));