IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23378


Ignore:
Timestamp:
Mar 17, 2009, 5:09:27 PM (17 years ago)
Author:
Paul Price
Message:

Removing unnecessary restriction that is preventing kernel files being recognised as belonging to a camera.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtractionIO.c

    r23374 r23378  
    544544        return true;
    545545    }
    546     if (file->fileLevel != PM_FPA_LEVEL_FPA) {
    547         return true;
    548     }
    549     if (file->fpa->chips->n == 1) {
    550         return true;
    551     }
    552546
    553547    // find the FPA phu
Note: See TracChangeset for help on using the changeset viewer.