Changeset 15121
- Timestamp:
- Sep 29, 2007, 12:42:56 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroParseCamera.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroParseCamera.c
r12806 r15121 19 19 20 20 // Chip selection: turn on only the chips specified (option is not required) 21 char *chipLine = psMetadataLookupStr(NULL, config->arguments, "CHIP_SELECTIONS"); 22 if (chipLine == NULL) psErrorClear(); 23 21 char *chipLine = psMetadataLookupStr(&status, config->arguments, "CHIP_SELECTIONS"); 24 22 psArray *chips = psStringSplitArray (chipLine, ",", false); 25 23 if (chips->n > 0) {
Note:
See TracChangeset
for help on using the changeset viewer.
