Changeset 7084
- Timestamp:
- May 5, 2006, 5:47:47 PM (20 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
psastro/src/psastroParseCamera.c (modified) (1 diff)
-
psphot/src/psphotParseCamera.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 -
trunk/psphot/src/psphotParseCamera.c
r6964 r7084 64 64 // Chip selection: turn on only the chips specified 65 65 char *chipLine = psMetadataLookupStr(NULL, config->arguments, "CHIP_SELECTIONS"); 66 psArray *chips = psStringSplitArray (chipLine, "," );66 psArray *chips = psStringSplitArray (chipLine, ",", false); 67 67 if (chips->n > 0) { 68 68 pmFPASelectChip (input->fpa, -1, true); // deselect all chips
Note:
See TracChangeset
for help on using the changeset viewer.
