IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9581


Ignore:
Timestamp:
Oct 16, 2006, 12:03:56 PM (20 years ago)
Author:
Paul Price
Message:

Adding file information for concepts, config.

Location:
trunk/psModules/src
Files:
7 edited

Legend:

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

    r9572 r9581  
     1/// @file pmConcepts.h
     2///
     3/// @brief Top-level functions for defining, registering, reading and writing concepts
     4///
     5/// @ingroup Concepts
     6///
     7/// @author Paul Price, IfA
     8///
     9/// @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     10/// @date $Date: 2006-10-16 22:03:56 $
     11///
     12/// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
     13///
     14
    115#ifndef PM_CONCEPTS_H
    216#define PM_CONCEPTS_H
  • trunk/psModules/src/concepts/pmConceptsAverage.h

    r9572 r9581  
     1/// @file pmConceptsAverage.h
     2///
     3/// @brief Average the values of multiple concepts
     4///
     5/// @ingroup Concepts
     6///
     7/// @author Paul Price, IfA
     8///
     9/// @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     10/// @date $Date: 2006-10-16 22:03:56 $
     11///
     12/// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
     13///
     14
    115#ifndef PM_CONCEPTS_AVERAGE_H
    216#define PM_CONCEPTS_AVERAGE_H
  • trunk/psModules/src/concepts/pmConceptsPhotcode.h

    r9572 r9581  
     1/// @file  pmConceptsPhotcode.h
     2///
     3/// @brief Generate a photcode from the concepts
     4///
     5/// @ingroup Concepts
     6///
     7/// @author Eugene Magnier, IfA
     8///
     9/// @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     10/// @date $Date: 2006-10-16 22:03:56 $
     11///
     12/// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
     13///
     14
    115#ifndef PM_CONCEPTS_PHOTCODE_H
    216#define PM_CONCEPTS_PHOTCODE_H
  • trunk/psModules/src/concepts/pmConceptsRead.h

    r9571 r9581  
     1/// @file  pmConceptsRead.h
     2///
     3/// @brief Reading concepts from a variety of sources.
     4///
     5/// @ingroup Concepts
     6///
     7/// @author Paul Price, IfA
     8///
     9/// @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     10/// @date $Date: 2006-10-16 22:03:56 $
     11///
     12/// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
     13///
     14
    115#ifndef PM_CONCEPTS_READ_H
    216#define PM_CONCEPTS_READ_H
  • trunk/psModules/src/concepts/pmConceptsStandard.h

    r9572 r9581  
     1/// @file  pmConceptsStandard.h
     2///
     3/// @brief Private functions for parsing and formatting standard concepts.
     4///
     5/// @ingroup Concepts
     6///
     7/// @author Paul Price, IfA
     8///
     9/// @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     10/// @date $Date: 2006-10-16 22:03:56 $
     11///
     12/// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
     13///
     14
    115#ifndef PM_CONCEPTS_STANDARD_H
    216#define PM_CONCEPTS_STANDARD_H
  • trunk/psModules/src/concepts/pmConceptsWrite.h

    r9572 r9581  
     1/// @file  pmConceptsWrite.h
     2///
     3/// @brief Writing concepts to a variety of sources.
     4///
     5/// @ingroup Concepts
     6///
     7/// @author Paul Price, IfA
     8///
     9/// @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     10/// @date $Date: 2006-10-16 22:03:56 $
     11///
     12/// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
     13///
     14
    115#ifndef PM_CONCEPTS_WRITE_H
    216#define PM_CONCEPTS_WRITE_H
  • trunk/psModules/src/config/pmConfig.h

    r9579 r9581  
    1 /** @file  pmConfig.h
    2  *
    3  *  @author Paul Price, IfA
    4  *
    5  *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-10-14 03:54:51 $
    7  *
    8  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    9  *
    10  */
     1/// @file pmConfig.h
     2///
     3/// @brief Configuration functions
     4///
     5/// @ingroup Config
     6///
     7/// @author ?, MHPCC
     8/// @author Paul Price, IfA
     9/// @author Eugene Magnier, IfA
     10///
     11/// @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
     12/// @date $Date: 2006-10-16 22:03:56 $
     13///
     14/// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
     15///
     16
    1117#ifndef PM_CONFIG_H
    1218#define PM_CONFIG_H
Note: See TracChangeset for help on using the changeset viewer.