Home
last modified time | relevance | path

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

/dports/astro/cfitsio/cfitsio-3.49/
H A Dfpackutil.c221 infits[SZ_STR-1]=0; in fp_list()
223 if (strchr (infits, '[') || strchr (infits, ']')) { in fp_list()
384 if (infits[0] == '-' && infits[1] != '\0') { in fp_preflight()
390 if (strchr (infits, '[') || strchr (infits, ']')) { in fp_preflight()
410 strcat(infits, ".fz"); in fp_preflight()
455 if (infits[0] == '-') { in fp_preflight()
557 if (infits[0] == '-') { in fp_preflight()
663 infits[SZ_STR-1]=0; in fp_loop()
782 printf("%s ", infits); in fp_loop()
838 fp_msg (infits); in fp_loop()
[all …]
H A Dfpack.h153 int fp_info (char *infits);
157 int fp_pack (char *infits, char *outfits, fpstate fpvar, int *islossless);
158 int fp_unpack (char *infits, char *outfits, fpstate fpvar);
159 int fp_test (char *infits, char *outfits, char *outfits2, fpstate fpvar);
/dports/astro/astrometry/astrometry.net-0.85/solver/
H A Dfverify.h132 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);
137 void test_img_ext(fitsfile *infits, FILE *out, FitsHdu *hduptr);
140 void test_header(fitsfile *infits, FILE *out, FitsHdu *hduptr);
158 void test_data(fitsfile *infits, FILE *out, FitsHdu *hduptr);
159 void test_agap(fitsfile *infits, FILE *out, FitsHdu *hduptr);
160 void test_checksum(fitsfile *infits, FILE *out);
[all …]
H A Dfvrf_data.c43 void test_data(fitsfile *infits, /* input fits file */ in test_data() argument
109 test_checksum(infits,out); in test_data()
114 if(ffcdfl(infits, &status)) { in test_data()
126 ffgkyjj(infits, "NAXIS2", &naxis2, NULL, &status); in test_data()
214 fits_iter_set_by_num(&iter_col[j], infits, txtlist[i], 0, in test_data()
293 fits_get_num_rows(infits,&totalrows,&status); in test_data()
361 if(fits_read_descript(infits, icol ,jl,&length, in test_data()
424 if(fits_read_col(infits, TSTRING, icol, jl, 1, in test_data()
448 if(fits_read_col(infits, TLOGICAL, icol, jl, 1, in test_data()
760 fits_get_num_rowsll(infits,&nrows,&status); in test_agap()
[all …]
H A Dfvrf_head.c117 init_hdu(infits,out,i,hdutype, in verify_fits()
134 test_end(infits,out); in verify_fits()
141 fits_close_file(infits, &status); in verify_fits()
520 test_prm(infits,out,hduptr); in test_hdu()
539 test_header(infits,out,hduptr); in test_hdu()
909 if(ffchfl(infits,&status)) { in test_hdu()
1287 test_ext(infits,out,hduptr); in test_img_ext()
2017 test_ext(infits,out,hduptr); in test_asc_ext()
2020 test_tbl(infits,out,hduptr); in test_asc_ext()
2186 test_ext(infits,out,hduptr); in test_bin_ext()
[all …]
H A Dfvrf_file.c184 void test_end(fitsfile *infits, in test_end() argument
193 fits_movrel_hdu(infits,1, &hdutype, &status); in test_end()
210 if(ffghadll(infits, &headstart, &datastart, &dataend, &status)) in test_end()
214 if (ffmbyt(infits, dataend - 1,0,&status)) in test_end()
227 ffmbyt(infits, dataend,0,&status); in test_end()
/dports/astro/kstars/kstars-3.5.6/kstars/fitsviewer/
H A Dfpackutil.c211 char infits[SZ_STR], msg[SZ_STR]; in fp_list() local
221 infits[SZ_STR-1]=0; in fp_list()
223 if (strchr (infits, '[') || strchr (infits, ']')) { in fp_list()
384 if (infits[0] == '-' && infits[1] != '\0') { in fp_preflight()
390 if (strchr (infits, '[') || strchr (infits, ']')) { in fp_preflight()
455 if (infits[0] == '-') { in fp_preflight()
537 if (infits[0] == '-') { in fp_preflight()
627 infits[SZ_STR-1]=0; in fp_loop()
731 printf("%s ", infits); in fp_loop()
787 fp_msg (infits); in fp_loop()
[all …]
H A Dfpack.h161 int fp_info (char *infits);
165 int fp_pack (char *infits, char *outfits, fpstate fpvar, int *islossless);
166 int fp_unpack (char *infits, char *outfits, fpstate fpvar);
167 int fp_test (char *infits, char *outfits, char *outfits2, fpstate fpvar);
/dports/devel/indi/indi-1.9.1/libs/fpack/
H A Dfpackutil.c220 infits[SZ_STR-1]=0; in fp_list()
222 if (strchr (infits, '[') || strchr (infits, ']')) { in fp_list()
383 if (infits[0] == '-' && infits[1] != '\0') { in fp_preflight()
389 if (strchr (infits, '[') || strchr (infits, ']')) { in fp_preflight()
409 strcat(infits, ".fz"); in fp_preflight()
454 if (infits[0] == '-') { in fp_preflight()
536 if (infits[0] == '-') { in fp_preflight()
626 infits[SZ_STR-1]=0; in fp_loop()
730 printf("%s ", infits); in fp_loop()
786 fp_msg (infits); in fp_loop()
[all …]
H A Dfpack.h159 int fp_info (char *infits);
163 int fp_pack (char *infits, char *outfits, fpstate fpvar, int *islossless);
164 int fp_unpack (char *infits, char *outfits, fpstate fpvar);
165 int fp_test (char *infits, char *outfits, char *outfits2, fpstate fpvar);
/dports/science/healpix/Healpix_3.50/src/healpy/cfitsio/
H A Dfpackutil.c197 char infits[SZ_STR], msg[SZ_STR]; in fp_list() local
208 if (strchr (infits, '[') || strchr (infits, ']')) { in fp_list()
369 if (infits[0] == '-' && infits[1] != '\0') { in fp_preflight()
375 if (strchr (infits, '[') || strchr (infits, ']')) { in fp_preflight()
395 strcat(infits, ".fz"); in fp_preflight()
440 if (infits[0] == '-') { in fp_preflight()
443 strcpy(outfits, infits); in fp_preflight()
512 if (infits[0] == '-') { in fp_preflight()
702 printf("%s ", infits); in fp_loop()
758 fp_msg (infits); in fp_loop()
[all …]
H A Dfpack.h153 int fp_info (char *infits);
157 int fp_pack (char *infits, char *outfits, fpstate fpvar, int *islossless);
158 int fp_unpack (char *infits, char *outfits, fpstate fpvar);
159 int fp_test (char *infits, char *outfits, char *outfits2, fpstate fpvar);
/dports/astro/gnuastro/gnuastro-0.16/bin/crop/
H A Dcrop.c214 crp->infits=gal_fits_hdu_open_format(img->name, p->cp.hdu, 0); in crop_mode_img()
264 if( fits_close_file(crp->infits, &status) ) in crop_mode_img()
309 crp->infits=gal_fits_hdu_open_format(p->imgs[crp->in_ind].name, in crop_mode_wcs()
325 if( fits_close_file(crp->infits, &status) ) in crop_mode_wcs()
H A Donecrop.h39 fitsfile *infits; /* Pointer to the input FITS image. */ member
H A Donecrop.c580 gal_fits_key_read_from_ptr(crp->infits, rkey, 1, 1); in onecrop_make_array()
651 fitsfile *ifp=crp->infits, *ofp; in onecrop()