Functions | |
| static int | uves_correct_badpix (cpl_image *master_bias, uves_propertylist *header, int **badmap, bool mark_bad) |
| Correct bad pixels. | |
| int | uves_correct_badpix_all (cpl_image *master_bias, uves_propertylist *mbias_header, enum uves_chip chip, int binx, int biny, int mark_bad) |
| Correct all bad pixels on a chip. | |
| void | uves_badmap_free (int ***badmap) |
| Deallocate bpm position. | |
| static int ** | dup_map (int badmap[][4]) |
| Copy bpm to heap. | |
| int ** | uves_get_badpix (enum uves_chip chip, int binx, int biny, int mark_bad) |
| Get hard-coded bpm map. | |
|
||||||||||||||||||||
|
Correct bad pixels.
Definition at line 416 of file uves_corrbadpix.c. References assure, uves_msg, and uves_tostring_cpl_type(). Referenced by uves_correct_badpix_all(). |
|
||||||||||||||||||||||||||||
|
Correct all bad pixels on a chip.
The positions of bad pixels are hard-coded (as function of UVES chip). Definition at line 148 of file uves_corrbadpix.c. References check, uves_badmap_free(), uves_correct_badpix(), and uves_get_badpix(). Referenced by test_bad_corr(). |
|
|
Deallocate bpm position.
Definition at line 176 of file uves_corrbadpix.c. Referenced by test_bad_corr(), and uves_correct_badpix_all(). |
|
|
Copy bpm to heap.
Definition at line 205 of file uves_corrbadpix.c. Referenced by uves_get_badpix(). |
|
||||||||||||||||||||
|
Get hard-coded bpm map.
Definition at line 248 of file uves_corrbadpix.c. References assure, dup_map(), UVES_CHIP_REDL, and UVES_CHIP_REDU. Referenced by test_bad_corr(), and uves_correct_badpix_all(). |
1.4.6