Home
last modified time | relevance | path

Searched refs:codetree_open_fits (Results 1 – 11 of 11) sorted by relevance

/dports/astro/astrometry/astrometry.net-0.85/include/astrometry/
H A Dcodekd.h25 codetree_t* codetree_open_fits(anqfits_t* fits);
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/include/astrometry/
H A Dcodekd.h25 codetree_t* codetree_open_fits(anqfits_t* fits);
/dports/astro/astrometry/astrometry.net-0.85/util/
H A Dcodekd.c83 codetree_t* codetree_open_fits(anqfits_t* fits) { in codetree_open_fits() function
H A Dmultiindex.c113 codes = codetree_open_fits(fits); in multiindex_add_index()
H A Dindex.c345 index->codekd = codetree_open_fits(index->fits); in index_reload()
H A Dc.py423 def codetree_open_fits(fits): function
424 return _util.codetree_open_fits(fits)
H A Dutil.py423 def codetree_open_fits(fits): function
424 return _util.codetree_open_fits(fits)
H A Dutil_wrap.c10696 result = (codetree_t *)codetree_open_fits(arg1); in _wrap_codetree_open_fits()
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/util/
H A Dcodekd.c84 codetree_t* codetree_open_fits(anqfits_t* fits) { in codetree_open_fits() function
H A Dmultiindex.c113 codes = codetree_open_fits(fits); in multiindex_add_index()
H A Dindex.c425 index->codekd = codetree_open_fits(index->fits); in index_reload()