Home
last modified time | relevance | path

Searched refs:plotstuff_get_config (Results 1 – 22 of 22) sorted by relevance

/dports/astro/astrometry/astrometry.net-0.85/plot/
H A Dtest_plotstuff.c44 xy = plotstuff_get_config(pargs, "xy"); in test_plot_wcs1()
60 xy = plotstuff_get_config(pargs, "xy"); in test_plot_wcs1()
H A Dplotxy-main.c76 xy = plotstuff_get_config(&pargs, "xy"); in main()
77 img = plotstuff_get_config(&pargs, "image"); in main()
H A Dplotxxx.c17 return plotstuff_get_config(pargs, "xxx"); in plot_xxx_get()
H A Dplotmatch.c19 return plotstuff_get_config(pargs, "match"); in plot_match_get()
H A Dplotoutline.c21 return plotstuff_get_config(pargs, "outline"); in plot_outline_get()
H A Dplothealpix.c21 return plotstuff_get_config(pargs, "healpix"); in plot_healpix_get()
H A Dplotradec.c18 return plotstuff_get_config(pargs, "radec"); in plot_radec_get()
H A Dplotxy.c19 return plotstuff_get_config(pargs, "xy"); in plot_xy_get()
H A Dplotindex.c22 return plotstuff_get_config(pargs, "index"); in plot_index_get()
H A Dplotgrid.c20 return plotstuff_get_config(pargs, "grid"); in plot_grid_get()
H A Dplotannotations.c38 return plotstuff_get_config(pargs, "annotations"); in plot_annotations_get()
H A Dplotimage.c34 return plotstuff_get_config(pargs, "image"); in plot_image_get()
H A Dplotstuff_c.py200 def plotstuff_get_config(pargs, name): function
201 return _plotstuff_c.plotstuff_get_config(pargs, name)
H A Dplotstuff.c1039 void* plotstuff_get_config(plot_args_t* pargs, const char* name) { in plotstuff_get_config() function
H A Dplotstuff_wrap.c6420 result = (void *)plotstuff_get_config(arg1,(char const *)arg2); in _wrap_plotstuff_get_config()
/dports/astro/astrometry/astrometry.net-0.85/solver/
H A Dtweak-main.c317 img = plotstuff_get_config(&pargs, "image"); in main()
H A Dverify-main.c231 img = plotstuff_get_config(&pargs, "image"); in main()
H A Ddstnthing.c128 img = plotstuff_get_config(&pargs, "image"); in makeplot()
H A Dtweak2.c51 img = plotstuff_get_config(&pargs, "image"); in makeplot()
/dports/astro/astrometry/astrometry.net-0.85/include/astrometry/
H A Dplotstuff.h142 void* plotstuff_get_config(plot_args_t* pargs, const char* name);
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/include/astrometry/
H A Dplotstuff.h142 void* plotstuff_get_config(plot_args_t* pargs, const char* name);
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/blind/
H A Dtweak2.c51 img = plotstuff_get_config(&pargs, "image"); in makeplot()