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/pmFPAMosaic.c

    r10713 r10966  
    10451045    psFree(chipRegion);
    10461046
    1047     // Currently, there's nothing interesting in the chip concepts that needs to be updated.
    1048 
    1049     // Copy the concepts for the target FPA
    1050     target->parent->concepts = psMetadataCopy(target->parent->concepts, source->parent->concepts);
     1047    // Copy the concepts
     1048    target->concepts = psMetadataCopy(target->concepts, source->concepts); // Chip level
     1049    target->parent->concepts = psMetadataCopy(target->parent->concepts, source->parent->concepts); // FPA lvl
    10511050
    10521051    // Now make a new readout to go in the target cell
Note: See TracChangeset for help on using the changeset viewer.