Defines | |
| #define | cleanup |
| #define | cleanup |
| #define | cleanup |
| #define | cleanup |
| #define | cleanup |
| #define | cleanup |
| #define | cleanup |
| #define | LIST_DEFINE |
| #define | LIST_ELEM fors_star |
Functions | |
| fors_star * | fors_star_new (double x, double y, double fwhm, double smajor, double sminor, double orientation, double m, double dm, double si) |
| Constructor. | |
| fors_star * | fors_star_duplicate (const fors_star *star) |
| Copy constructor. | |
| void | fors_star_delete (fors_star **star) |
| Delete object and set pointer to NULL. | |
| void | fors_star_delete_but_standard (fors_star **star) |
| Delete object and set pointer to NULL - but ignore the standard star. | |
| bool | fors_star_equal (const fors_star *s, const fors_star *t) |
| Test for equality. | |
| bool | fors_star_brighter_than (const fors_star *s1, const fors_star *s2, void *data) |
| Compare star brightness. | |
| double | fors_star_distsq (const fors_star *s, const fors_star *t) |
| Get distance between stars. | |
| double | fors_star_extension (const fors_star *s, void *data) |
| Get star size. | |
| double | fors_star_stellarity (const fors_star *s, void *data) |
| Get star stellarity. | |
| double | fors_star_ellipticity (const fors_star *s, void *data) |
| Get star ellipticity. | |
| void | fors_star_print (cpl_msg_severity level, const fors_star *s) |
| Print object. | |
| void | fors_star_print_list (cpl_msg_severity level, const fors_star_list *sl) |
| Print list of stars. | |
| double | fors_star_get_x (const fors_star *s, void *data) |
| Get position. | |
| double | fors_star_get_y (const fors_star *s, void *data) |
| Get position. | |
| double | fors_star_get_zeropoint (const fors_star *s, void *data) |
| Get zeropoint. | |
| double | fors_star_get_zeropoint_err (const fors_star *s, void *data) |
| Get zeropoint error. | |
| bool | fors_star_is_identified (const fors_star *s, void *data) |
| Determine if star was identified. | |
|
||||||||||||||||||||||||||||||||||||||||
|
Constructor.
Definition at line 65 of file fors_star.c. References assure, and fors_point_new(). Referenced by extract_sex(), extract_test(), test_identify(), and test_star(). |
|
|
Copy constructor.
Definition at line 110 of file fors_star.c. References assure, fors_point_duplicate(), _fors_star::id, and _fors_star::pixel. Referenced by get_image_quality(), get_zeropoint(), test_identify(), and test_star(). |
|
|
Delete object and set pointer to NULL.
Definition at line 133 of file fors_star.c. References fors_point_delete(). Referenced by entry_delete(), and get_zeropoint(). |
|
|
Delete object and set pointer to NULL - but ignore the standard star.
Definition at line 149 of file fors_star.c. References fors_point_delete(). Referenced by entry_delete_but_standard(). |
|
||||||||||||
|
Test for equality.
Definition at line 165 of file fors_star.c. References assure, fors_point_equal(), and _fors_star::pixel. Referenced by get_zeropoint(), and test_star(). |
|
||||||||||||||||
|
Compare star brightness.
Definition at line 183 of file fors_star.c. References _fors_star::magnitude. Referenced by star_brighter_than(). |
|
||||||||||||
|
Get distance between stars.
Definition at line 199 of file fors_star.c. References assure, fors_point_distsq(), and _fors_star::pixel. Referenced by test_star(). |
|
||||||||||||
|
Get star size.
Definition at line 215 of file fors_star.c. References assure, and _fors_star::fwhm. Referenced by get_image_quality(). |
|
||||||||||||
|
Get star stellarity.
Definition at line 232 of file fors_star.c. References assure, and _fors_star::stellarity_index. Referenced by get_image_quality(). |
|
||||||||||||
|
Get star ellipticity.
Definition at line 248 of file fors_star.c. References assure, _fors_star::semi_major, and _fors_star::semi_minor. Referenced by fors_create_sources_table(), and get_image_quality(). |
|
||||||||||||
|
Print object.
Definition at line 262 of file fors_star.c. References _fors_star::dmagnitude, _fors_star::dmagnitude_corr, _fors_star::magnitude, _fors_star::magnitude_corr, _fors_star::orientation, _fors_star::pixel, _fors_star::semi_major, and _fors_star::semi_minor. Referenced by entry_list_print(), and fors_star_print_list(). |
|
||||||||||||
|
Print list of stars.
Definition at line 285 of file fors_star.c. References fors_star_print(). |
|
||||||||||||
|
Get position.
Definition at line 306 of file fors_star.c. References assure, and _fors_star::pixel. Referenced by fors_identify(). |
|
||||||||||||
|
Get position.
Definition at line 322 of file fors_star.c. References assure, and _fors_star::pixel. Referenced by fors_identify(). |
|
||||||||||||
|
Get zeropoint.
Definition at line 339 of file fors_star.c. References assure, _fors_star::id, and _fors_star::magnitude_corr. Referenced by fors_create_sources_table(), get_zeropoint(), and zeropoint_inside(). |
|
||||||||||||
|
Get zeropoint error.
Definition at line 355 of file fors_star.c. References assure, _fors_star::dmagnitude_corr, and _fors_star::id. Referenced by fors_create_sources_table(), get_zeropoint(), and zeropoint_inside(). |
|
||||||||||||
|
Determine if star was identified.
Definition at line 372 of file fors_star.c. References assure, and _fors_star::id. Referenced by get_zeropoint(). |
1.4.6