Home
last modified time | relevance | path

Searched refs:fits_add_long_comment (Results 1 – 17 of 17) sorted by relevance

/dports/astro/astrometry/astrometry.net-0.85/catalogs/
H A D2masstofits.c133 fits_add_long_comment(hdr, "with a few exceptions:"); in main()
134 fits_add_long_comment(hdr, "* all angular fields are measured in degrees"); in main()
135 fits_add_long_comment(hdr, "* the photometric quality flag values are:"); in main()
141 fits_add_long_comment(hdr, " %i: 'B' in 2MASS, ...", TWOMASS_QUALITY_B); in main()
142 fits_add_long_comment(hdr, " %i: 'C' in 2MASS, ...", TWOMASS_QUALITY_C); in main()
144 fits_add_long_comment(hdr, "* the confusion/contamination flag values are:"); in main()
151 fits_add_long_comment(hdr, "* the association flag values are:"); in main()
152 fits_add_long_comment(hdr, " %i: none.", TWOMASS_ASSOCIATION_NONE); in main()
153 fits_add_long_comment(hdr, " %i: Tycho.", TWOMASS_ASSOCIATION_TYCHO); in main()
154 fits_add_long_comment(hdr, " %i: USNO A-2.", TWOMASS_ASSOCIATION_USNOA2); in main()
[all …]
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/blind/
H A Dblind.c907 fits_add_long_comment(hdr, "Start obj: %i", sp->startobj); in add_blind_params()
908 fits_add_long_comment(hdr, "End obj: %i", sp->endobj); in add_blind_params()
917 fits_add_long_comment(hdr, "Parity: %i", sp->parity); in add_blind_params()
918 fits_add_long_comment(hdr, "Codetol: %g", sp->codetol); in add_blind_params()
921 fits_add_long_comment(hdr, "Maxquads: %i", sp->maxquads); in add_blind_params()
934 fits_add_long_comment(hdr, "--"); in add_blind_params()
1372 fits_add_long_comment(hdr, "quadno: %i", mo->quadno); in write_wcs_file()
1376 fits_add_long_comment(hdr, "nmatch: %i", mo->nmatch); in write_wcs_file()
1378 fits_add_long_comment(hdr, "nfield: %i", mo->nfield); in write_wcs_file()
1379 fits_add_long_comment(hdr, "nindex: %i", mo->nindex); in write_wcs_file()
[all …]
/dports/astro/astrometry/astrometry.net-0.85/solver/
H A Donefield.c839 fits_add_long_comment(hdr, "Start obj: %i", sp->startobj); in add_onefield_params()
840 fits_add_long_comment(hdr, "End obj: %i", sp->endobj); in add_onefield_params()
848 fits_add_long_comment(hdr, "Parity: %i", sp->parity); in add_onefield_params()
849 fits_add_long_comment(hdr, "Codetol: %g", sp->codetol); in add_onefield_params()
852 fits_add_long_comment(hdr, "Maxquads: %i", sp->maxquads); in add_onefield_params()
865 fits_add_long_comment(hdr, "--"); in add_onefield_params()
1287 fits_add_long_comment(hdr, "quadno: %i", mo->quadno); in write_wcs_file()
1291 fits_add_long_comment(hdr, "nmatch: %i", mo->nmatch); in write_wcs_file()
1293 fits_add_long_comment(hdr, "nfield: %i", mo->nfield); in write_wcs_file()
1294 fits_add_long_comment(hdr, "nindex: %i", mo->nindex); in write_wcs_file()
[all …]
H A Dcodefile.c205 fits_add_long_comment(hdr, "The first extension contains the codes " in open_for_writing()
/dports/astro/astrometry/astrometry.net-0.85/libkd/
H A Dkdtree_internal_fits.c208 fits_add_long_comment in MANGLE()
226 fits_add_long_comment in MANGLE()
244 fits_add_long_comment in MANGLE()
265 fits_add_long_comment in MANGLE()
278 fits_add_long_comment in MANGLE()
301 fits_add_long_comment in MANGLE()
328 fits_add_long_comment in MANGLE()
338 fits_add_long_comment in MANGLE()
342 fits_add_long_comment in MANGLE()
344 fits_add_long_comment(hdr, "scale: %g", kd->scale); in MANGLE()
[all …]
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/libkd/
H A Dkdtree_internal_fits.c208 fits_add_long_comment in MANGLE()
226 fits_add_long_comment in MANGLE()
244 fits_add_long_comment in MANGLE()
265 fits_add_long_comment in MANGLE()
278 fits_add_long_comment in MANGLE()
301 fits_add_long_comment in MANGLE()
333 fits_add_long_comment in MANGLE()
343 fits_add_long_comment in MANGLE()
347 fits_add_long_comment in MANGLE()
349 fits_add_long_comment(hdr, "scale: %g", kd->scale); in MANGLE()
[all …]
/dports/astro/astrometry/astrometry.net-0.85/util/
H A Dqidxfile.c124 fits_add_long_comment(hdr, "The index contains two uint32 values for each star: the offset and " in qidxfile_open_for_writing()
H A Dquadfile.c196 fits_add_long_comment(hdr, "The first extension contains the quads " in open_for_writing()
H A Dfitsioutils.c736 fits_add_long_comment(qfits_header* dst, const char* format, ...) { in fits_add_long_comment() function
H A Dc.py2306 def fits_add_long_comment(*args): function
2307 return _util.fits_add_long_comment(*args)
H A Dutil.py2306 def fits_add_long_comment(*args): function
2307 return _util.fits_add_long_comment(*args)
H A Dutil_wrap.c30690 result = (int)fits_add_long_comment(arg1,(char const *)arg2,arg3); in _wrap_fits_add_long_comment__varargs__()
/dports/astro/astrometry/astrometry.net-0.85/include/astrometry/
H A Dfitsioutils.h131 fits_add_long_comment(qfits_header* dst, const char* format, ...);
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/util/
H A Dqidxfile.c125 fits_add_long_comment(hdr, "The index contains two uint32 values for each star: the offset and " in qidxfile_open_for_writing()
H A Dquadfile.c197 fits_add_long_comment(hdr, "The first extension contains the quads " in open_for_writing()
H A Dfitsioutils.c748 fits_add_long_comment(qfits_header* dst, const char* format, ...) { in fits_add_long_comment() function
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/include/astrometry/
H A Dfitsioutils.h131 fits_add_long_comment(qfits_header* dst, const char* format, ...);