Home
last modified time | relevance | path

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

/dports/astro/astrometry/astrometry.net-0.85/solver/
H A Dfvrf_head.c306 hduptr->naxes = (LONGLONG *)malloc(hduptr->naxis*sizeof(LONGLONG)); in init_hdu()
307 for (i = 0; i < hduptr->naxis; i++) hduptr->naxes[i] = -1; in init_hdu()
517 set_hduname(hdunum,hduptr->hdutype,hduptr->extname, hduptr->extver); in test_hdu()
1292 if(hduptr->pcount != 0 && hduptr->pcount != -99){ in test_img_ext()
1298 if(hduptr->gcount !=1 && hduptr->gcount != -99){ in test_img_ext()
2299 hduptr->heap = (hduptr->naxes[0]) * (hduptr->naxes[1]); in test_bin_ext()
2642 FitsHdu *hduptr) in test_colnam() argument
3071 if(hduptr->naxis) free(hduptr->naxes); in close_hdu()
3072 if(hduptr->ncols > 0)free(hduptr->datamax); in close_hdu()
3073 if(hduptr->ncols > 0)free(hduptr->datamin); in close_hdu()
[all …]
H A Dfverify.h131 FitsHdu *hduptr);
132 void test_hdu(fitsfile *infits, FILE *out, FitsHdu *hduptr);
133 void test_ext(fitsfile *infits, FILE *out, FitsHdu *hduptr);
134 void test_tbl(fitsfile *infits, FILE *out, FitsHdu *hduptr);
135 void test_array(fitsfile *infits, FILE *out, FitsHdu *hduptr);
136 void test_prm(fitsfile *infits, FILE *out, FitsHdu *hduptr);
140 void test_header(fitsfile *infits, FILE *out, FitsHdu *hduptr);
143 void test_colnam(FILE *out, FitsHdu *hduptr);
149 void close_hdu(FitsHdu *hduptr);
158 void test_data(fitsfile *infits, FILE *out, FitsHdu *hduptr);
[all …]
H A Dfvrf_data.c16 FitsHdu *hduptr; member
123 ncols = hduptr->ncols; in test_data()
141 if(hduptr->hdutype == ASCII_TBL) { in test_data()
233 usrdata.hduptr = hduptr; in test_data()
295 heap_offset = hduptr->heap - hduptr->naxes[0] * hduptr->naxes[1]; in test_data()
486 (hduptr->datamax[i])[12] = '\0'; in test_data()
487 (hduptr->datamin[i])[12] = '\0'; in test_data()
488 (hduptr->tnull[i])[11] = '\0'; in test_data()
538 hdupt= usrpt->hduptr; in iterdata()
759 ncols = hduptr->ncols; in test_agap()
[all …]