Home
last modified time | relevance | path

Searched refs:siril_world_cs_alpha_format (Results 1 – 6 of 6) sorted by relevance

/dports/astro/siril/siril/src/gui/
H A Dmenu_gray_psf.c96 gchar *ra = siril_world_cs_alpha_format(world_cs, "%02d %02d %.3lf"); in on_menu_gray_psf_activate()
104 ra = siril_world_cs_alpha_format(world_cs, " %02dh%02dm%02ds"); in on_menu_gray_psf_activate()
H A Dimage_interactions.c706 gchar *ra = siril_world_cs_alpha_format(world_cs, "%02dh%02dm%02ds"); in on_drawingarea_motion_notify_event()
/dports/astro/siril/siril/src/core/
H A Dsiril_world_cs.h35 gchar* siril_world_cs_alpha_format(SirilWorldCS *world_cs, const gchar *format);
H A Dsiril_world_cs.c158 gchar* siril_world_cs_alpha_format(SirilWorldCS *world_cs, const gchar *format) { in siril_world_cs_alpha_format() function
/dports/astro/siril/siril/src/algos/
H A DplateSolver.c780 gchar *ra = siril_world_cs_alpha_format(image.image_center, "%02d %02d %.3lf"); in update_gfit()
851 alpha = siril_world_cs_alpha_format(image.image_center, " %02dh%02dm%02ds"); in print_platesolving_results()
H A DPSF.c710 gchar *ra = siril_world_cs_alpha_format(world_cs, "%02dh%02dm%02ds"); in psf_display_result()