Changeset 7084 for trunk/psastro/src/psastroParseCamera.c
- Timestamp:
- May 5, 2006, 5:47:47 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroParseCamera.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroParseCamera.c
r7014 r7084 28 28 // Chip selection: turn on only the chips specified 29 29 char *chipLine = psMetadataLookupStr(NULL, config->arguments, "CHIP_SELECTIONS"); 30 psArray *chips = psStringSplitArray (chipLine, "," );30 psArray *chips = psStringSplitArray (chipLine, ",", false); 31 31 if (chips->n > 0) { 32 32 pmFPASelectChip (input->fpa, -1, true); // deselect all chips
Note:
See TracChangeset
for help on using the changeset viewer.
