Home
last modified time | relevance | path

Searched defs:rastep (Results 1 – 8 of 8) sorted by relevance

/dports/astro/astrometry/astrometry.net-0.85/util/
H A Dusnob_get_region.py51 rastep = 14./60./cos(deg2rad(dec)) variable
/dports/astro/astrometry/astrometry.net-0.85/include/astrometry/
H A Dplotgrid.h13 double rastep; member
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/include/astrometry/
H A Dplotgrid.h13 double rastep; member
/dports/graphics/raster3d/Raster3D_3.0-7/
H A DMakefile216 rastep: rastep.f quadric.o suv.o target
/dports/astro/astrometry/astrometry.net-0.85/plot/
H A Dplotstuff.py114 def line_constant_dec2(self, dec, ralo, rahi, rastep): argument
197 def plot_grid(self, rastep, decstep, ralabelstep=None, declabelstep=None): argument
H A Dplot-constellations.c506 double rastep = gridspacing / 60.0; in main() local
H A Dplotstuff.c180 double rastep; in plotstuff_line_constant_dec() local
211 …otstuff_line_constant_dec2(plot_args_t* pargs, double dec, double ra1, double ra2, double rastep) { in plotstuff_line_constant_dec2()
H A Dplotstuff_c.py679 rastep = property(_plotstuff_c.plotgrid_args_rastep_get, _plotstuff_c.plotgrid_args_rastep_set) variable in plotgrid_args