Home
last modified time | relevance | path

Searched refs:shError (Results 1 – 12 of 12) sorted by relevance

/dports/astro/match/match-1.0/
H A Dmisc.c86 shError("shMalloc: failed to allocate for %d bytes", nbytes); in shMalloc()
123 shError in shError() function
498 shError("read_star_file: can't open file %s\n", filename); in read_star_file()
546 shError(" %s", line); in read_star_file()
673 shError("read_matched_file: bad line; skipping"); in read_matched_file()
674 shError(" %s", line); in read_matched_file()
893 shError("getGuessTrans: can't read order from input file"); in getGuessTrans()
958 shError("getGuessTrans: invalid value in file %s\n:%s", in getGuessTrans()
965 shError("getGuessTrans: invalid value in file %s\n:%s", in getGuessTrans()
982 shError("getGuessTrans: linear coeffs are '%c' to '%c' ", in getGuessTrans()
[all …]
H A Dproject_coords.c166 shError("can't process data from file %s", fileA); in main()
226 shError("proc_star_file: can't open file %s for input", file); in proc_star_file()
255 shError("proc_star_file: not enough entries in following line; skipping"); in proc_star_file()
256 shError(" %s", line); in proc_star_file()
262 shError("read_data_file: can't read RA value from %s; skipping", in proc_star_file()
267 shError("read_data_file: can't read Dec value from %s; skipping", in proc_star_file()
H A Dmatch.c408 shError("WARNING: medsigclip requires the 'medtf' option"); in main()
409 shError("WARNING: Setting medtf "); in main()
418 shError("WARNING: 'medtf' requires the 'recalc' option"); in main()
419 shError("WARNING: Setting recalc "); in main()
549 shError("can't read data from file %s", fileA); in main()
579 shError("can't read data from file %s", fileB); in main()
752 shError("atFindMedtf fails"); in main()
837 shError("reset_A_coords: handed empty list, will do nothing"); in reset_A_coords()
951 shError("read_matched_file can't read data from file %s", in prepare_to_recalc()
958 shError("read_matched_file can't read data from file %s", in prepare_to_recalc()
[all …]
H A Dapply_match.c278 shError("can't process data from file %s", fileA); in main()
338 shError("proc_star_file: can't open file %s for input", file); in proc_star_file()
364 shError("proc_star_file: not enough entries in following line; skipping"); in proc_star_file()
365 shError(" %s", line); in proc_star_file()
371 shError("read_data_file: can't read X value from %s; skipping", in proc_star_file()
376 shError("read_data_file: can't read Y value from %s; skipping", in proc_star_file()
H A Datpmatch.c945 shError("atMatchLists: match_arrays_slow fails"); in atMatchLists()
1455 shError("set_star: given a NULL star"); in set_star()
1882 shError("set_triangle: impossible situation?!"); in set_triangle()
3424 shError("iter_trans: calc_trans returns with error"); in iter_trans()
3927 shError("apply_trans: calc_trans_coords fails"); in apply_trans()
4274 shError("match_arrays_slow: can't sort array J"); in match_arrays_slow()
4319 shError("match_arrays_slow: can't sort array K"); in match_arrays_slow()
4385 shError("match_arrays_slow: can't sort array J"); in match_arrays_slow()
4433 shError("match_arrays_slow: can't sort array K"); in match_arrays_slow()
6334 shError("gauss_matrix: singular matrix"); in gauss_matrix()
[all …]
H A Dmisc.h56 shError(char *format, ...);
/dports/astro/siril/siril/src/registration/matching/
H A Dproject_coords.c56 shError("can't process data from file %s", fileA); in convert_catalog_coords()
111 shError("proc_star_file: can't open file %s for input", file); in proc_star_file()
163 shError("proc_star_file: not enough entries in following line; skipping"); in proc_star_file()
164 shError(" %s", line); in proc_star_file()
171 shError("read_data_file: can't read RA value from %s; skipping", in proc_star_file()
177 shError("read_data_file: can't read Dec value from %s; skipping", in proc_star_file()
H A Datpmatch.c960 shError("atMatchLists: match_arrays_slow fails"); in atMatchLists()
1038 shError("set_star: given a NULL star"); in set_star()
1426 shError("set_triangle: impossible situation?!"); in set_triangle()
2920 shError("iter_trans: calc_trans_coords fails"); in iter_trans()
3330 shError("apply_trans: calc_trans_coords fails"); in apply_trans()
3650 shError("match_arrays_slow: can't sort array J"); in match_arrays_slow()
3670 shError( in match_arrays_slow()
3696 shError("match_arrays_slow: can't sort array K"); in match_arrays_slow()
3719 shError( in match_arrays_slow()
3762 shError("match_arrays_slow: can't sort array J"); in match_arrays_slow()
[all …]
H A Dmisc.c84 shError("shMalloc: failed to allocate for %d bytes", nbytes); in shMalloc()
114 void shError(char *format, /* I: format part of printf statement */ in shError() function
H A Dmisc.h55 shError(char *format, ...);
H A Dmatch.c513 shError("reset_A_coords: handed empty list, will do nothing"); in reset_A_coords()
622 shError("prepare_to_recalc: reset_A_coords returns with error"); in prepare_to_recalc()
H A Dapply_match.c121 shError("can't process data for platesolving"); in apply_match()