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.h

    r7278 r7441  
    4848        pmChip *chip,
    4949        pmCell *cell);
    50 psMetadataItem *p_pmConceptParse_CELL_Positions(psMetadataItem *concept,
     50psMetadataItem *p_pmConceptParse_Positions(psMetadataItem *concept,
    5151        psMetadataItem *pattern,
    5252        psMetadata *cameraFormat,
     
    8484        pmChip *chip,
    8585        pmCell *cell);
    86 psMetadataItem *p_pmConceptFormat_CELL_Positions(psMetadataItem *concept,
     86psMetadataItem *p_pmConceptFormat_Positions(psMetadataItem *concept,
    8787        psMetadata *cameraFormat,
    8888        pmFPA *fpa,
Note: See TracChangeset for help on using the changeset viewer.