IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 6, 2006, 6:13:41 PM (21 years ago)
Author:
Paul Price
Message:

Adding pmFPACopyConcepts and pmFPABlankConcepts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_rel9_p0/psModules/src/astrom/pmFPAConceptsGet.h

    r5796 r5939  
    8686                         );
    8787
     88// Set up concepts for blank image
     89bool pmFPABlankConcepts(pmFPA *fpa      // The FPA
     90                       );
     91
     92// Copy concepts from one FPA to another
     93bool pmFPACopyConcepts(pmFPA *target,   // The target FPA
     94                       pmFPA *source    // The target FPA
     95                      );
     96
    8897// Retrieve a concept
    8998psMetadataItem *pmCellGetConcept(pmCell *cell, // The cell
Note: See TracChangeset for help on using the changeset viewer.