Home
last modified time | relevance | path

Searched refs:hdutype (Results 1 – 25 of 233) sorted by relevance

12345678910

/dports/astro/oskar/OSKAR-2.8.0/extern/cfitsio/
H A Dscalnull.c51 int hdutype; in ffpscl() local
59 if (ffghdt(fptr, &hdutype, status) > 0) /* get HDU type */ in ffpscl()
62 if (hdutype != IMAGE_HDU) in ffpscl()
98 int hdutype; in ffpnul() local
106 if (hdutype != IMAGE_HDU) in ffpnul()
138 int hdutype; in fftscl() local
149 if (hdutype == IMAGE_HDU) in fftscl()
177 int hdutype; in fftnul() local
185 if (hdutype != BINARY_TBL) in fftnul()
211 int hdutype; in ffsnul() local
[all …]
/dports/astro/cfitsio/cfitsio-3.49/
H A Dscalnull.c51 int hdutype; in ffpscl() local
59 if (ffghdt(fptr, &hdutype, status) > 0) /* get HDU type */ in ffpscl()
62 if (hdutype != IMAGE_HDU) in ffpscl()
98 int hdutype; in ffpnul() local
106 if (hdutype != IMAGE_HDU) in ffpnul()
138 int hdutype; in fftscl() local
149 if (hdutype == IMAGE_HDU) in fftscl()
177 int hdutype; in fftnul() local
185 if (hdutype != BINARY_TBL) in fftnul()
211 int hdutype; in ffsnul() local
[all …]
H A Dcookbook.c189 int status, hdutype; in writebintable() local
252 int status, morekeys, hdutype; in copyhdu() local
271 if ( fits_movabs_hdu(infptr, 3, &hdutype, &status) ) in copyhdu()
309 if ( fits_movabs_hdu(infptr, 3, &hdutype, &status) ) in selectrows()
312 if (hdutype != BINARY_TBL) { in selectrows()
317 if ( fits_movabs_hdu(outfptr, 2, &hdutype, &status) ) in selectrows()
379 int status, nkeys, keypos, hdutype, ii, jj; in readheader() local
487 int status, hdunum, hdutype, nfound, anynull, ii; in readtable() local
508 if ( fits_movabs_hdu(fptr, hdunum, &hdutype, &status) ) in readtable()
511 if (hdutype == ASCII_TBL) in readtable()
[all …]
H A Dcookbook.f208 integer status,unit,readwrite,blocksize,hdutype,tfields,nrows local
234 call ftmahd(unit,2,hdutype,status)
323 call ftmahd(inunit,3,hdutype,status)
355 integer status,inunit,outunit,readwrite,blocksize,hdutype local
381 call ftmahd(inunit,3,hdutype,status)
387 call ftmrhd(outunit,1,hdutype,status)
533 call ftmrhd(unit,1,hdutype,status)
634 integer status,unit,readwrite,blocksize,hdutype,ntable local
655 call ftmahd(unit,ntable,hdutype,status)
658 if (hdutype .eq. 1)then
[all …]
H A Dfpackutil.c293 } else if (hdutype == IMAGE_HDU) { in fp_info_hdu()
305 if (hdutype == IMAGE_HDU) { in fp_info_hdu()
1052 hdutype = IMAGE_HDU; in fp_unpack()
1059 hdutype = IMAGE_HDU; in fp_unpack()
1185 if (hdutype == IMAGE_HDU) { in fp_test()
1478 if (hdutype == IMAGE_HDU) { in fp_pack_hdu()
1594 ffrhdu(infptr, &hdutype, &stat); in fp_pack_hdu()
1635 int hdutype, lval; in fp_unpack_hdu() local
1643 if (hdutype == BINARY_TBL) { in fp_unpack_hdu()
1846 int stat = 0, hdutype, comptype; in fp_test_hdu() local
[all …]
H A Dimcopy.c10 int hdutype, bitpix, bytepix, naxis = 0, nkeys, datatype = 0, anynul; in main() local
104 fits_get_hdu_type(infptr, &hdutype, &status); in main()
106 if (hdutype == IMAGE_HDU) { in main()
118 if (hdutype != IMAGE_HDU || naxis == 0 || totpix == 0) { in main()
/dports/science/healpix/Healpix_3.50/src/healpy/cfitsio/
H A Dscalnull.c51 int hdutype; in ffpscl() local
59 if (ffghdt(fptr, &hdutype, status) > 0) /* get HDU type */ in ffpscl()
62 if (hdutype != IMAGE_HDU) in ffpscl()
98 int hdutype; in ffpnul() local
106 if (hdutype != IMAGE_HDU) in ffpnul()
138 int hdutype; in fftscl() local
149 if (hdutype == IMAGE_HDU) in fftscl()
177 int hdutype; in fftnul() local
185 if (hdutype != BINARY_TBL) in fftnul()
211 int hdutype; in ffsnul() local
[all …]
H A Dcookbook.c189 int status, hdutype; in writebintable() local
252 int status, morekeys, hdutype; in copyhdu() local
271 if ( fits_movabs_hdu(infptr, 3, &hdutype, &status) ) in copyhdu()
309 if ( fits_movabs_hdu(infptr, 3, &hdutype, &status) ) in selectrows()
312 if (hdutype != BINARY_TBL) { in selectrows()
317 if ( fits_movabs_hdu(outfptr, 2, &hdutype, &status) ) in selectrows()
379 int status, nkeys, keypos, hdutype, ii, jj; in readheader() local
487 int status, hdunum, hdutype, nfound, anynull, ii; in readtable() local
508 if ( fits_movabs_hdu(fptr, hdunum, &hdutype, &status) ) in readtable()
511 if (hdutype == ASCII_TBL) in readtable()
[all …]
H A Dcookbook.f208 integer status,unit,readwrite,blocksize,hdutype,tfields,nrows
234 call ftmahd(unit,2,hdutype,status)
323 call ftmahd(inunit,3,hdutype,status)
355 integer status,inunit,outunit,readwrite,blocksize,hdutype
381 call ftmahd(inunit,3,hdutype,status)
387 call ftmrhd(outunit,1,hdutype,status)
533 call ftmrhd(unit,1,hdutype,status)
634 integer status,unit,readwrite,blocksize,hdutype,ntable
655 call ftmahd(unit,ntable,hdutype,status)
658 if (hdutype .eq. 1)then
[all …]
H A Dfpackutil.c278 } else if (hdutype == IMAGE_HDU) { in fp_info_hdu()
290 if (hdutype == IMAGE_HDU) { in fp_info_hdu()
958 hdutype = IMAGE_HDU; in fp_unpack()
965 hdutype = IMAGE_HDU; in fp_unpack()
1018 hdutype = IMAGE_HDU; in fp_unpack()
1024 hdutype = IMAGE_HDU; in fp_unpack()
1092 if (hdutype == IMAGE_HDU) { in fp_test()
1376 if (hdutype == IMAGE_HDU) { in fp_pack_hdu()
1529 int hdutype, lval; in fp_unpack_hdu() local
1537 if (hdutype == BINARY_TBL) { in fp_unpack_hdu()
[all …]
H A Deditcol.c236 if ((fptr->Fptr)->hdutype == IMAGE_HDU) in ffirow()
323 if ((fptr->Fptr)->hdutype == IMAGE_HDU) in ffdrow()
421 if ((fptr->Fptr)->hdutype == IMAGE_HDU) in ffdrrg()
507 if ((fptr->Fptr)->hdutype == IMAGE_HDU) in ffdrws()
1521 if ((infptr->Fptr)->hdutype == IMAGE_HDU || (outfptr->Fptr)->hdutype == IMAGE_HDU) in ffcpcl()
1528 if ( (infptr->Fptr)->hdutype == BINARY_TBL && (outfptr->Fptr)->hdutype == ASCII_TBL) in ffcpcl()
1558 if ((infptr->Fptr)->hdutype == ASCII_TBL && (outfptr->Fptr)->hdutype == BINARY_TBL) in ffcpcl()
1619 if ((infptr->Fptr)->hdutype == ASCII_TBL && (outfptr->Fptr)->hdutype == BINARY_TBL) in ffcpcl()
1863 if ((infptr->Fptr)->hdutype == IMAGE_HDU || (outfptr->Fptr)->hdutype == IMAGE_HDU) in ffcprw()
1870 if ( ((infptr->Fptr)->hdutype == BINARY_TBL && (outfptr->Fptr)->hdutype == ASCII_TBL) || in ffcprw()
[all …]
H A Dimcopy.c10 int hdutype, bitpix, bytepix, naxis = 0, nkeys, datatype = 0, anynul; in main() local
104 fits_get_hdu_type(infptr, &hdutype, &status); in main()
106 if (hdutype == IMAGE_HDU) { in main()
118 if (hdutype != IMAGE_HDU || naxis == 0 || totpix == 0) { in main()
/dports/astro/py-astropy/astropy-5.0/cextern/cfitsio/lib/
H A Dscalnull.c51 int hdutype; in ffpscl() local
59 if (ffghdt(fptr, &hdutype, status) > 0) /* get HDU type */ in ffpscl()
62 if (hdutype != IMAGE_HDU) in ffpscl()
98 int hdutype; in ffpnul() local
106 if (hdutype != IMAGE_HDU) in ffpnul()
138 int hdutype; in fftscl() local
149 if (hdutype == IMAGE_HDU) in fftscl()
177 int hdutype; in fftnul() local
185 if (hdutype != BINARY_TBL) in fftnul()
211 int hdutype; in ffsnul() local
[all …]
/dports/astro/astrometry/astrometry.net-0.85/solver/
H A Dfvrf_file.c27 hduname[i]->hdutype = -1; in init_hduname()
37 int hdutype, /* hdutype */ in set_hduname() argument
44 hduname[i]->hdutype = hdutype; in set_hduname()
66 void set_hdubasic(int hdunum,int hdutype) in set_hdubasic() argument
68 set_hduname(hdunum, hdutype, NULL, 0); in set_hdubasic()
85 if(!strcmp(p1->extname,p2->extname) && p1->hdutype == p2->hdutype in test_hduname()
140 switch(hduname[i-1]->hdutype){ in hdus_summary()
190 int hdutype; in test_end() local
193 fits_movrel_hdu(infits,1, &hdutype, &status); in test_end()
H A Dliststruc.c24 int single = 0, hdupos, hdutype, bitpix, naxis, ncols, ii; in main() local
47 fits_get_hdu_type(fptr, &hdutype, &status); /* Get the HDU type */ in main()
50 if (hdutype == IMAGE_HDU) /* primary array or image HDU */ in main()
63 if (hdutype == ASCII_TBL) in main()
H A Dtablist.c42 int hdunum, hdutype = ANY_HDU, ncols, ii, anynul, dispwidth[1000]; in main() local
63 fits_movabs_hdu(fptr, 2, &hdutype, &status); in main()
65 fits_get_hdu_type(fptr, &hdutype, &status); /* Get the HDU type */ in main()
67 if (!(hdutype == ASCII_TBL || hdutype == BINARY_TBL)) { in main()
H A Dfverify.h93 int hdutype; /* hdutype */ member
130 void init_hdu(fitsfile *infits, FILE *out, int hdunum, int hdutype,
146 void print_title(FILE* out, int hdunum, int hdutype);
169 int hdutype; /* hdutype */ member
179 void set_hduname(int hdunum,int hdutype, char* extname,int extver);
181 void set_hdubasic(int hdunum,int hdutype);
H A Dimage2xy-files.c34 int nhdus, hdutype, nimgs; in image2xy_files() local
108 fits_movabs_hdu(fptr, kk, &hdutype, &status); in image2xy_files()
109 fits_get_hdu_type(fptr, &hdutype, &status); in image2xy_files()
111 if (hdutype != IMAGE_HDU) { in image2xy_files()
252 fits_movabs_hdu(ofptr, 1, &hdutype, &status); in image2xy_files()
253 assert(hdutype == IMAGE_HDU); in image2xy_files()
H A Dimstat.c23 int hdutype, naxis, ii; in main() local
42 if (fits_get_hdu_type(fptr, &hdutype, &status) || hdutype != IMAGE_HDU) { in main()
H A Dimcopy.c25 int hdutype, bitpix, bytepix, naxis = 0, nkeys, datatype = 0, anynul; in main() local
100 fits_get_hdu_type(infptr, &hdutype, &status); in main()
102 if (hdutype == IMAGE_HDU) { in main()
114 if (hdutype != IMAGE_HDU || naxis == 0 || totpix == 0) { in main()
/dports/astro/gnuastro/gnuastro-0.16/bin/fits/
H A Dfits.c94 int j, nc, numhdu, hdutype, status=0, type; in fits_print_extension_info() local
103 if (fits_get_hdu_type(fptr, &hdutype, &status) ) in fits_print_extension_info()
150 switch(hdutype) in fits_print_extension_info()
168 "recognized", __func__, hdutype); in fits_print_extension_info()
544 int has=0, naxis, hducounter=1, hdutype, status=0; in fits_certain_hdu() local
556 switch(hdutype) in fits_certain_hdu()
629 int hducounter=1, hdutype, status=0; in fits_list_all_hdus() local
665 int status=0, hdutype; in fits_hdu_remove() local
676 if( fits_delete_hdu(fptr, &hdutype, &status) ) in fits_hdu_remove()
724 int status=0, hdutype; in fits_hdu_copy() local
[all …]
/dports/astro/kstars/kstars-3.5.6/kstars/fitsviewer/
H A Dfpackutil.c293 } else if (hdutype == IMAGE_HDU) { in fp_info_hdu()
305 if (hdutype == IMAGE_HDU) { in fp_info_hdu()
1001 hdutype = IMAGE_HDU; in fp_unpack()
1008 hdutype = IMAGE_HDU; in fp_unpack()
1067 hdutype = IMAGE_HDU; in fp_unpack()
1134 if (hdutype == IMAGE_HDU) { in fp_test()
1428 if (hdutype == IMAGE_HDU) { in fp_pack_hdu()
1587 int hdutype, lval; in fp_unpack_hdu() local
1595 if (hdutype == BINARY_TBL) { in fp_unpack_hdu()
1798 int stat = 0, hdutype, comptype; in fp_test_hdu() local
[all …]
/dports/devel/indi/indi-1.9.1/libs/fpack/
H A Dfpackutil.c292 } else if (hdutype == IMAGE_HDU) { in fp_info_hdu()
304 if (hdutype == IMAGE_HDU) { in fp_info_hdu()
999 hdutype = IMAGE_HDU; in fp_unpack()
1006 hdutype = IMAGE_HDU; in fp_unpack()
1067 hdutype = IMAGE_HDU; in fp_unpack()
1134 if (hdutype == IMAGE_HDU) { in fp_test()
1427 if (hdutype == IMAGE_HDU) { in fp_pack_hdu()
1586 int hdutype, lval; in fp_unpack_hdu() local
1594 if (hdutype == BINARY_TBL) { in fp_unpack_hdu()
1797 int stat = 0, hdutype, comptype; in fp_test_hdu() local
[all …]
/dports/astro/wcslib/wcslib-7.7/utils/
H A DHPXcvt.c217 int hdutype; in HEALPixIn() local
218 if (fits_get_hdu_type(fptr, &hdutype, &status)) goto fitserr; in HEALPixIn()
219 if (!(hdutype == IMAGE_HDU || hdutype == BINARY_TBL)) { in HEALPixIn()
237 if (hdutype == IMAGE_HDU) { in HEALPixIn()
247 } else if (hdutype == BINARY_TBL) { in HEALPixIn()
292 } else if (hdutype == IMAGE_HDU) { in HEALPixIn()
294 } else if (hdutype == BINARY_TBL) { in HEALPixIn()
352 if (hdutype == IMAGE_HDU) { in HEALPixIn()
357 } else if (hdutype == BINARY_TBL) { in HEALPixIn()
H A Dwcsware.c257 int hdutype; in main() local
261 if (fits_movabs_hdu(fptr, hdunum, &hdutype, &status)) goto fitserr; in main()
263 if (fits_get_hdu_type(fptr, &hdutype, &status)) goto fitserr; in main()
277 if ((hdutype == BINARY_TBL) || in main()
278 ((hdutype == IMAGE_HDU) && dobth)) { in main()
279 keysel = (hdutype == BINARY_TBL) ? 0 : WCSHDR_IMGHEAD; in main()
286 } else if (hdutype == IMAGE_HDU) { in main()

12345678910