Functions | |
| enum uves_chip | uves_chip_get_first (bool blue) |
| Get first chip for blue or red arm. | |
| enum uves_chip | uves_chip_get_next (enum uves_chip chip) |
| Get next chip. | |
| int | uves_chip_get_index (enum uves_chip chip) |
| Convert to integer. | |
| const char * | uves_chip_tostring_lower (enum uves_chip chip) |
| Convert to string. | |
| const char * | uves_chip_tostring_upper (enum uves_chip chip) |
| Convert to string. | |
| const char * | uves_chip_get_det (enum uves_chip chip) |
| Get letters used in filenames. | |
| char | uves_chip_tochar (enum uves_chip chip) |
| Get letters used in filenames. | |
|
|
Get first chip for blue or red arm.
for (chip = uves_chip_get_first(blue); chip != UVES_CHIP_INVALID; chip = uves_chip_get_next(chip)) {...} Definition at line 92 of file uves_chip.c. References UVES_CHIP_BLUE, and UVES_CHIP_REDL. Referenced by test_bad_corr(), test_extract(), uves_reduce_mflat(), and uves_reduce_scired(). |
|
|
Get next chip.
uves_chip_get_first()
Definition at line 108 of file uves_chip.c. References UVES_CHIP_BLUE, UVES_CHIP_INVALID, UVES_CHIP_REDL, and UVES_CHIP_REDU. Referenced by test_bad_corr(), uves_reduce_mflat(), and uves_reduce_scired(). |
|
|
Convert to integer.
Definition at line 124 of file uves_chip.c. References UVES_CHIP_REDU. Referenced by uves_reduce_mflat(), and uves_reduce_scired(). |
|
|
Convert to string.
Definition at line 139 of file uves_chip.c. References UVES_CHIP_BLUE, UVES_CHIP_REDL, and UVES_CHIP_REDU. |
|
|
Convert to string.
Definition at line 156 of file uves_chip.c. References UVES_CHIP_BLUE, UVES_CHIP_REDL, and UVES_CHIP_REDU. Referenced by uves_physmod_create_table(), and uves_reduce_scired(). |
|
|
Get letters used in filenames.
Definition at line 172 of file uves_chip.c. References UVES_CHIP_BLUE, UVES_CHIP_REDL, and UVES_CHIP_REDU. |
|
|
Get letters used in filenames.
Definition at line 187 of file uves_chip.c. References UVES_CHIP_BLUE, UVES_CHIP_REDL, and UVES_CHIP_REDU. |
1.4.6