IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 8, 2007, 12:31:41 PM (19 years ago)
Author:
Paul Price
Message:

Fixed bugs with writing concepts to DEFAULTS --- code was all confused! Added function to return a list of concepts defined at a particular level, pmConceptsList.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/concepts/pmConcepts.h

    r9688 r10967  
    77/// @author Paul Price, IfA
    88///
    9 /// @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    10 /// @date $Date: 2006-10-21 00:55:44 $
     9/// @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     10/// @date $Date: 2007-01-08 22:31:41 $
    1111///
    1212/// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
     
    8282    PM_CONCEPT_SOURCE_ALL      = 0xff   ///< All concepts
    8383} pmConceptSource;
     84
     85/// Get a list of defined concepts for a particular level.
     86psList *pmConceptsList(pmFPALevel level);
    8487
    8588/// Read the concepts for the given set of fpa, chip, cell
Note: See TracChangeset for help on using the changeset viewer.