Home
last modified time | relevance | path

Searched refs:FITSBlocksize (Results 1 – 1 of 1) sorted by relevance

/external/ImageMagick/coders/
Dfits.c73 #define FITSBlocksize 2880UL macro
390 while (((TellBlob(image) % FITSBlocksize) != 0) && (c != EOF)) in ReadFITSImage()
613 header[FITSBlocksize], in WriteFITSImage()
654 fits_info=(char *) AcquireQuantumMemory(FITSBlocksize,sizeof(*fits_info)); in WriteFITSImage()
657 (void) ResetMagickMemory(fits_info,' ',FITSBlocksize*sizeof(*fits_info)); in WriteFITSImage()
667 (void) FormatLocaleString(header,FITSBlocksize, in WriteFITSImage()
671 (void) FormatLocaleString(header,FITSBlocksize,"BITPIX = %10ld", in WriteFITSImage()
676 (void) FormatLocaleString(header,FITSBlocksize,"NAXIS = %10lu", in WriteFITSImage()
680 (void) FormatLocaleString(header,FITSBlocksize,"NAXIS1 = %10lu", in WriteFITSImage()
684 (void) FormatLocaleString(header,FITSBlocksize,"NAXIS2 = %10lu", in WriteFITSImage()
[all …]