Changeset 12602 for trunk/psphot/src/psphotParseCamera.c
- Timestamp:
- Mar 27, 2007, 9:05:40 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotParseCamera.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotParseCamera.c
r12587 r12602 120 120 if (chips->n > 0) { 121 121 // select on the basis of extname? 122 pmFPASelectChip ( input->fpa, -1, true); // deselect all chips122 pmFPASelectChip (load->fpa, -1, true); // deselect all chips 123 123 for (int i = 0; i < chips->n; i++) { 124 124 int chipNum = atoi(chips->data[i]); 125 if (! pmFPASelectChip( input->fpa, chipNum, false)) {125 if (! pmFPASelectChip(load->fpa, chipNum, false)) { 126 126 psError(PSPHOT_ERR_CONFIG, false, "Chip number %d doesn't exist in camera.\n", chipNum); 127 127 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
