IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 27, 2007, 9:05:40 AM (19 years ago)
Author:
eugene
Message:

select / de-select chips on the LOAD not INPUT fpa

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotParseCamera.c

    r12587 r12602  
    120120    if (chips->n > 0) {
    121121        // select on the basis of extname?
    122         pmFPASelectChip (input->fpa, -1, true); // deselect all chips
     122        pmFPASelectChip (load->fpa, -1, true); // deselect all chips
    123123        for (int i = 0; i < chips->n; i++) {
    124124            int chipNum = atoi(chips->data[i]);
    125             if (! pmFPASelectChip(input->fpa, chipNum, false)) {
     125            if (! pmFPASelectChip(load->fpa, chipNum, false)) {
    126126                psError(PSPHOT_ERR_CONFIG, false, "Chip number %d doesn't exist in camera.\n", chipNum);
    127127                return false;
Note: See TracChangeset for help on using the changeset viewer.