Home
last modified time | relevance | path

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

/dports/astro/py-astlib/astLib-0.11.7/PyWCSTools/wcssubs-3.9.5/
H A Dimhfile.c481 iraf2fits (hdrname, irafheader, nbiraf, nbfits) in iraf2fits() argument
486 int *nbfits; /* Number of bytes in FITS header (returned) */
544 *nbfits = (nblock + 5) * 2880 + 4;
545 fitsheader = (char *) calloc (*nbfits, 1);
548 *nbfits);
551 hlength (fitsheader, *nbfits);
857 nblock = *nbfits / 2880;
H A Dfitsfile.h215 int *nbfits); /* Number of bytes in FITS header (returned) */
/dports/astro/oskar/OSKAR-2.8.0/extern/cfitsio/
H A Diraffits.c125 char **buffptr, size_t *nbfits, size_t *fitssize, int *status);
556 size_t *nbfits, /* allocated size of the FITS header buffer */ in iraftofits() argument
613 *nbfits = (nblock + 5) * 2880 + 4; in iraftofits()
614 fitsheader = (char *) calloc (*nbfits, 1); in iraftofits()
617 (int) (*nbfits)); in iraftofits()
884 nblock = *nbfits / 2880; in iraftofits()
/dports/astro/cfitsio/cfitsio-3.49/
H A Diraffits.c125 char **buffptr, size_t *nbfits, size_t *fitssize, int *status);
556 size_t *nbfits, /* allocated size of the FITS header buffer */ in iraftofits() argument
613 *nbfits = (nblock + 5) * 2880 + 4; in iraftofits()
614 fitsheader = (char *) calloc (*nbfits, 1); in iraftofits()
617 (int) (*nbfits)); in iraftofits()
884 nblock = *nbfits / 2880; in iraftofits()
/dports/science/healpix/Healpix_3.50/src/healpy/cfitsio/
H A Diraffits.c124 char **buffptr, size_t *nbfits, size_t *fitssize, int *status);
555 size_t *nbfits, /* allocated size of the FITS header buffer */ in iraftofits() argument
612 *nbfits = (nblock + 5) * 2880 + 4; in iraftofits()
613 fitsheader = (char *) calloc (*nbfits, 1); in iraftofits()
616 (int) (*nbfits)); in iraftofits()
883 nblock = *nbfits / 2880; in iraftofits()
/dports/astro/py-astropy/astropy-5.0/cextern/cfitsio/lib/
H A Diraffits.c125 char **buffptr, size_t *nbfits, size_t *fitssize, int *status);
556 size_t *nbfits, /* allocated size of the FITS header buffer */ in iraftofits() argument
613 *nbfits = (nblock + 5) * 2880 + 4; in iraftofits()
614 fitsheader = (char *) calloc (*nbfits, 1); in iraftofits()
617 (int) (*nbfits)); in iraftofits()
884 nblock = *nbfits / 2880; in iraftofits()