IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 13, 2006, 4:35:39 PM (20 years ago)
Author:
Paul Price
Message:

Adding const where appropriate. Adding doxygen documentation to header files. Removing comments on functions defined in the header file, so that there's only a single source.

File:
1 edited

Legend:

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

    r7679 r9572  
    22#define PM_CONCEPTS_PHOTCODE_H
    33
    4 #include "pslib.h"
     4#include <pslib.h>
    55#include "pmConfig.h"
    66#include "pmFPAview.h"
    77#include "pmFPAfile.h"
    88
    9 char *pmConceptsPhotcodeForView (pmConfig *config, pmFPAfile *file, pmFPAview *view);
     9/// Return the photcode based on the PHOTCODE.RULE in the PHASE2 recipe
     10///
     11/// A photometry code ("photcode") is a string that represents the combination of filter and detector (chip).
     12/// This functions generates a photcode for a particular chip within the FPA, based on the PHOTCODE.RULE in
     13/// the PHASE2 recipe.  Interpolation using the usual syntax (e.g., "{CHIP.NAME}") is permitted.
     14psString pmConceptsPhotcodeForView(pmConfig *config, pmFPAfile *file, pmFPAview *view);
    1015
    1116# endif
Note: See TracChangeset for help on using the changeset viewer.