Home
last modified time | relevance | path

Searched refs:callback_read_header (Results 1 – 10 of 10) sorted by relevance

/dports/astro/astrometry/astrometry.net-0.85/solver/
H A Dcatalog.c42 static int callback_read_header(fitsbin_t* fb, fitsbin_chunk_t* chunk) { in callback_read_header() function
94 chunk.callback_read_header = callback_read_header; in new_catalog()
103 chunk.callback_read_header = callback_read_tagalong; in new_catalog()
112 chunk.callback_read_header = callback_read_tagalong; in new_catalog()
121 chunk.callback_read_header = callback_read_tagalong; in new_catalog()
130 chunk.callback_read_header = callback_read_tagalong; in new_catalog()
139 chunk.callback_read_header = callback_read_tagalong; in new_catalog()
148 chunk.callback_read_header = callback_read_tagalong; in new_catalog()
H A Dcodefile.c82 static int callback_read_header(fitsbin_t* fb, fitsbin_chunk_t* chunk) { in callback_read_header() function
135 chunk.callback_read_header = callback_read_header; in new_codefile()
/dports/astro/astrometry/astrometry.net-0.85/util/
H A Dqidxfile.c19 static int callback_read_header(fitsbin_t* fb, fitsbin_chunk_t* chunk) { in callback_read_header() function
64 chunk.callback_read_header = callback_read_header; in new_qidxfile()
H A Dquadfile.c25 static int callback_read_header(fitsbin_t* fb, fitsbin_chunk_t* chunk) { in callback_read_header() function
84 chunk.callback_read_header = callback_read_header; in new_quadfile()
H A Dfitsbin.c470 if (chunk->callback_read_header && in read_chunk()
471 chunk->callback_read_header(fb, chunk)) { in read_chunk()
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/util/
H A Dqidxfile.c19 static int callback_read_header(fitsbin_t* fb, fitsbin_chunk_t* chunk) { in callback_read_header() function
65 chunk.callback_read_header = callback_read_header; in new_qidxfile()
H A Dquadfile.c25 static int callback_read_header(fitsbin_t* fb, fitsbin_chunk_t* chunk) { in callback_read_header() function
85 chunk.callback_read_header = callback_read_header; in new_quadfile()
H A Dfitsbin.c488 if (chunk->callback_read_header && in read_chunk()
489 chunk->callback_read_header(fb, chunk)) { in read_chunk()
/dports/astro/astrometry/astrometry.net-0.85/include/astrometry/
H A Dfitsbin.h102 int (*callback_read_header)(struct fitsbin_t* fb, struct fitsbin_chunk_t* chunk); member
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/include/astrometry/
H A Dfitsbin.h102 int (*callback_read_header)(struct fitsbin_t* fb, struct fitsbin_chunk_t* chunk); member