Home
last modified time | relevance | path

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

/dports/astro/py-astlib/astLib-0.11.7/PyWCSTools/wcssubs-3.9.5/
H A Dfitsfile.c201 *nbhead = 0;
261 *nbhead = nbprim;
288 *nbhead = *nbhead + nbr;
413 *nbhead = *nbhead + (nblock * 2880);
420 npos = *nbhead;
597 *nbhead = 0;
628 *nbhead = nbytes;
1681 if (nbhw < nbhead) {
1907 if (nbw < nbhead) {
1919 return (nbhead);
[all …]
H A Dfitsfile.h79 int *nbhead); /* Number of bytes before start of data (returned) */
83 int *nbhead); /* Number of bytes before start of data (returned) */
86 int nbhead, /* Actual length of image header(s) in bytes */
90 int nbhead, /* Actual length of image header(s) in bytes */
95 int nbhead, /* Actual length of image header(s) in bytes */
142 int *nbhead); /* Number of characters before table starts */
153 int nbhead, /* Number of bytes in FITS header */
221 int nbhead, /* Length of IRAF header */
H A Dimhfile.c191 int nbhead, nbytes; local
205 if ((nbhead = irafsize (fd)) <= 0) {
207 filename, nbhead);
212 nbytes = nbhead + 5000;
880 int nbw, nbhead, lphead, pixswap; local
912 nbw = write (fd, irafheader, nbhead);
913 (void) ftruncate (fd, nbhead);
915 if (nbw < nbhead) {
917 hdrname, nbw, nbhead);
1103 int nbhead; /* Length of IRAF header */
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/StepFile/
H A DStepFile_Read.cxx122 Standard_Integer nbhead, nbrec, nbpar; in StepFile_Read() local
123 aFileDataModel.GetFileNbR (&nbhead,&nbrec,&nbpar); // renvoi par lex/yacc in StepFile_Read()
125 …new StepData_StepReaderData(nbhead,nbrec,nbpar, theStepModel->SourceCodePage()); // creation tabl… in StepFile_Read()
/dports/astro/oskar/OSKAR-2.8.0/extern/cfitsio/
H A Diraffits.c273 long nbhead; in irafrdhead() local
294 nbhead = ftell(fd); /* position = size of file */ in irafrdhead()
295 if (nbhead < 0) in irafrdhead()
310 nihead = nbhead + 5000; in irafrdhead()
322 nbr = fread (irafheader, 1, nbhead, fd); in irafrdhead()
/dports/astro/cfitsio/cfitsio-3.49/
H A Diraffits.c273 long nbhead; in irafrdhead() local
294 nbhead = ftell(fd); /* position = size of file */ in irafrdhead()
295 if (nbhead < 0) in irafrdhead()
310 nihead = nbhead + 5000; in irafrdhead()
322 nbr = fread (irafheader, 1, nbhead, fd); in irafrdhead()
/dports/science/healpix/Healpix_3.50/src/healpy/cfitsio/
H A Diraffits.c272 long nbhead; in irafrdhead() local
293 nbhead = ftell(fd); /* position = size of file */ in irafrdhead()
294 if (nbhead < 0) in irafrdhead()
309 nihead = nbhead + 5000; in irafrdhead()
321 nbr = fread (irafheader, 1, nbhead, fd); in irafrdhead()
/dports/astro/py-astropy/astropy-5.0/cextern/cfitsio/lib/
H A Diraffits.c273 long nbhead; in irafrdhead() local
294 nbhead = ftell(fd); /* position = size of file */ in irafrdhead()
295 if (nbhead < 0) in irafrdhead()
310 nihead = nbhead + 5000; in irafrdhead()
322 nbr = fread (irafheader, 1, nbhead, fd); in irafrdhead()