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. | |
| enum uves_chip uves_chip_get_first | ( | bool | blue | ) |
Get first chip for blue or red arm.
| blue | Blue (if true) or red (if false) 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.
Referenced by test_bad_corr(), test_extract(), uves_reduce_mflat(), and uves_reduce_scired().
| enum uves_chip uves_chip_get_next | ( | enum uves_chip | chip | ) |
Get next chip.
| chip | The current chip |
uves_chip_get_first()
Definition at line 108 of file uves_chip.c.
Referenced by test_bad_corr(), uves_reduce_mflat(), and uves_reduce_scired().
| int uves_chip_get_index | ( | enum uves_chip | chip | ) |
Convert to integer.
| chip | The CCD chip |
Definition at line 124 of file uves_chip.c.
Referenced by uves_reduce_mflat(), and uves_reduce_scired().
| const char* uves_chip_tostring_lower | ( | enum uves_chip | chip | ) |
Convert to string.
| chip | The CCD chip |
Definition at line 139 of file uves_chip.c.
Referenced by uves_physmod_plotmod().
| const char* uves_chip_tostring_upper | ( | enum uves_chip | chip | ) |
Convert to string.
| chip | The CCD chip |
Definition at line 156 of file uves_chip.c.
Referenced by uves_physmod_create_table(), uves_reduce_mflat(), and uves_reduce_scired().
| const char* uves_chip_get_det | ( | enum uves_chip | chip | ) |
Get letters used in filenames.
| chip | The CCD chip |
Definition at line 172 of file uves_chip.c.
| char uves_chip_tochar | ( | enum uves_chip | chip | ) |
Get letters used in filenames.
| chip | The CCD chip |
Definition at line 187 of file uves_chip.c.
1.5.1