IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 8, 2007, 12:30:21 PM (19 years ago)
Author:
Paul Price
Message:

Changes to support automatically generated mosaicked camera configurations. Added pmFPAfileDefineChipMosaic and ...FPAMosaic that define fpa files using the new mosaicked camera configurations. Added mosaicLevel to pmFPAfile to prevent the mosaicked files being written out at too low a level. Changes to concept reads so that all concepts are read as available.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAWrite.c

    r10526 r10966  
    141141        pmConceptSource source = PM_CONCEPT_SOURCE_HEADER | PM_CONCEPT_SOURCE_CELLS |
    142142                                 PM_CONCEPT_SOURCE_DEFAULTS;
    143         if (!pmConceptsWriteCell(cell, source, false, NULL)) {
     143        if (!pmConceptsWriteCell(cell, source, true, NULL)) {
    144144            psError(PS_ERR_IO, false, "Unable to write concepts for cell.\n");
    145145            return false;
     
    191191            pmConceptSource source = PM_CONCEPT_SOURCE_HEADER | PM_CONCEPT_SOURCE_CELLS |
    192192                                     PM_CONCEPT_SOURCE_DEFAULTS;
    193             if (!pmConceptsWriteChip(chip, source, false, true, NULL)) {
     193            if (!pmConceptsWriteChip(chip, source, true, true, NULL)) {
    194194                psError(PS_ERR_IO, false, "Unable to write concepts for chip.\n");
    195195                return false;
Note: See TracChangeset for help on using the changeset viewer.