Home
last modified time | relevance | path

Searched refs:fit_sip_wcs (Results 1 – 14 of 14) sorted by relevance

/dports/astro/astrometry/astrometry.net-0.85/include/astrometry/
H A Dfit-wcs.h31 int fit_sip_wcs(const double* starxyz,
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/include/astrometry/
H A Dfit-wcs.h31 int fit_sip_wcs(const double* starxyz,
/dports/astro/astrometry/astrometry.net-0.85/util/
H A Dfit-wcs.c72 return fit_sip_wcs(starxyz, fieldxy, weights, M, &wcs, in fit_sip_wcs_2()
76 int fit_sip_wcs(const double* starxyz, in fit_sip_wcs() function
H A Dc.py161 def fit_sip_wcs(starxyz, fieldxy, weights, M, tanin, sip_order, inv_order, doshift, sipout): function
162 …return _util.fit_sip_wcs(starxyz, fieldxy, weights, M, tanin, sip_order, inv_order, doshift, sipou…
H A Dutil.py161 def fit_sip_wcs(starxyz, fieldxy, weights, M, tanin, sip_order, inv_order, doshift, sipout): function
162 …return _util.fit_sip_wcs(starxyz, fieldxy, weights, M, tanin, sip_order, inv_order, doshift, sipou…
H A Dutil.i1869 int rtn = fit_sip_wcs(PyArray_DATA(np_starxyz),
H A Dutil_wrap.c4500 int rtn = fit_sip_wcs(PyArray_DATA(np_starxyz), in fit_sip_wcs_py()
6915 …result = (int)fit_sip_wcs((double const *)arg1,(double const *)arg2,(double const *)arg3,arg4,(tan… in _wrap_fit_sip_wcs()
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/util/
H A Dfit-wcs.c72 return fit_sip_wcs(starxyz, fieldxy, weights, M, &wcs, in fit_sip_wcs_2()
76 int fit_sip_wcs(const double* starxyz, in fit_sip_wcs() function
/dports/astro/astrometry/astrometry.net-0.85/solver/
H A Dtweak2.c467 fit_sip_wcs(matchxyz, matchxy, weights, Nmatch, in tweak2()
H A Dtweak.c610 result = fit_sip_wcs(starxyz, fieldxy, weights, M, in do_sip_tweak()
H A Dsolver.c1545 fit_sip_wcs(matchxyz, matchxy, weights, Ngood, &(sip->wcstan), in solver_handle_hit()
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/blind/
H A Dtweak2.c472 fit_sip_wcs(matchxyz, matchxy, weights, Nmatch, in tweak2()
H A Dtweak.c610 result = fit_sip_wcs(starxyz, fieldxy, weights, M, in do_sip_tweak()
H A Dsolver.c1514 fit_sip_wcs(matchxyz, matchxy, weights, N, &(sip.wcstan), in solver_handle_hit()