IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 8, 2006, 12:08:03 PM (20 years ago)
Author:
Paul Price
Message:

Need to check the FORMAT for CHIP.X0 and CHIP.Y0. For this, we use the p_pmConceptParse_CELL_Positions and p_pmConceptFormat_CELL_Positions that we had already defined. Renamed these functions, and now use them for both CELL and CHIP X0 and Y0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/concepts/pmConceptsStandard.c

    r7411 r7441  
    520520}
    521521
    522 psMetadataItem *p_pmConceptParse_CELL_Positions(psMetadataItem *concept,
     522psMetadataItem *p_pmConceptParse_Positions(psMetadataItem *concept,
    523523        psMetadataItem *pattern,
    524524        psMetadata *cameraFormat,
     
    530530    assert(cameraFormat);
    531531
    532     int offset = 0;                     // Offset of cell (0,0) corner from the chip (0,0) corner
     532    int offset = 0;                     // Offset of component (0,0) corner from the parent (0,0) corner
    533533
    534534    switch (concept->type) {
     
    782782}
    783783
    784 psMetadataItem *p_pmConceptFormat_CELL_Positions(psMetadataItem *concept,
     784psMetadataItem *p_pmConceptFormat_Positions(psMetadataItem *concept,
    785785        psMetadata *cameraFormat,
    786786        pmFPA *fpa,
Note: See TracChangeset for help on using the changeset viewer.