IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 6, 2006, 2:46:09 PM (20 years ago)
Author:
Paul Price
Message:

Additions to ensure concepts/headers are propagated

File:
1 edited

Legend:

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

    r9945 r10512  
    10331033    // Currently, there's nothing interesting in the chip concepts that needs to be updated.
    10341034
     1035    // Copy the concepts for the target FPA
     1036    target->parent->concepts = psMetadataCopy(target->parent->concepts, source->parent->concepts);
     1037
    10351038    // Now make a new readout to go in the target cell
    10361039    pmReadout *newReadout = pmReadoutAlloc(targetCell); // New readout
Note: See TracChangeset for help on using the changeset viewer.