Home
last modified time | relevance | path

Searched refs:siril_world_cs_new_from_a_d (Results 1 – 7 of 7) sorted by relevance

/dports/astro/siril/siril/src/core/
H A Dsiril_world_cs.h29 SirilWorldCS* siril_world_cs_new_from_a_d(gdouble alpha, gdouble delta);
H A Dsiril_world_cs.c63 SirilWorldCS* siril_world_cs_new_from_a_d(gdouble alpha, gdouble delta) { in siril_world_cs_new_from_a_d() function
/dports/astro/siril/siril/src/algos/
H A Dsearch_objects.c50 world_cs = siril_world_cs_new_from_a_d(center.x, center.y); in parse_buffer()
H A DplateSolver.c178 platedObject[resolver].world_cs = siril_world_cs_new_from_a_d(center.x, center.y); in parse_content_buffer()
689 world_cs = siril_world_cs_new_from_a_d(gfit.wcsdata.crval[0], gfit.wcsdata.crval[1]); in update_coords()
1574 image->image_center = siril_world_cs_new_from_a_d(alpha, delta); in update_image_center_coord()
H A DPSF.c708 world_cs = siril_world_cs_new_from_a_d(world_x, world_y); in psf_display_result()
/dports/astro/siril/siril/src/gui/
H A Dmenu_gray_psf.c94 world_cs = siril_world_cs_new_from_a_d(world_x, world_y); in on_menu_gray_psf_activate()
H A Dimage_interactions.c704 world_cs = siril_world_cs_new_from_a_d(world_x, world_y); in on_drawingarea_motion_notify_event()