IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 7, 2013, 11:59:27 AM (13 years ago)
Author:
eugene
Message:

add functions to set all chips and all cells to exclude at once

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130419/psModules/src/camera/pmFPAFlags.h

    r29935 r35526  
    122122                    );
    123123
     124/// Exclude all chips within an FPA from processing
     125bool pmFPAExcludeChips(pmFPA *fpa        ///< FPA containing the chip of interest
     126                    );
     127
     128bool pmChipSelectCells(pmChip *chip);
     129
    124130/// Exclude a cell within a chip from processing
    125131int pmChipExcludeCell(pmChip *chip,     ///< Chip containing the chip of interest
Note: See TracChangeset for help on using the changeset viewer.