IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 9, 2006, 4:51:30 PM (20 years ago)
Author:
Paul Price
Message:

Update the FPA concepts.

File:
1 edited

Legend:

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

    r7463 r7475  
    988988    psFree(chipRegion);
    989989
     990    // Currently, there's nothing interesting in the chip concepts that needs to be updated.
     991
    990992    // Now make a new readout to go in the target cell
    991993    pmReadout *newReadout = pmReadoutAlloc(targetCell); // New readout
     
    10781080    psFree(fpaRegion);
    10791081
     1082    // Currently, there's nothing interesting in the chip concepts that needs to be updated.
     1083
     1084    // Copy the concepts for the target FPA
     1085    target->concepts = psMetadataCopy(target->concepts, source->concepts);
     1086
    10801087    // Now make a new readout to go in the new cell
    10811088    pmReadout *newReadout = pmReadoutAlloc(targetCell); // New readout
Note: See TracChangeset for help on using the changeset viewer.