Home
last modified time | relevance | path

Searched refs:scamp_write_config_file (Results 1 – 5 of 5) sorted by relevance

/dports/astro/astrometry/astrometry.net-0.85/include/astrometry/
H A Dscamp.h21 int scamp_write_config_file(const char* refcatfn, const char* outfn);
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/include/astrometry/
H A Dscamp.h21 int scamp_write_config_file(const char* refcatfn, const char* outfn);
/dports/astro/astrometry/astrometry.net-0.85/util/
H A Dscamp.c61 int scamp_write_config_file(const char* refcatfn, const char* outfn) { in scamp_write_config_file() function
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/util/
H A Dscamp.c64 int scamp_write_config_file(const char* refcatfn, const char* outfn) { in scamp_write_config_file() function
/dports/astro/astrometry/astrometry.net-0.85/solver/
H A Dsolve-field.c678 if (scamp_write_config_file(axy->scampfn, sf->scampconfigfn)) { in after_solved()