IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19021


Ignore:
Timestamp:
Aug 11, 2008, 5:27:14 PM (18 years ago)
Author:
Paul Price
Message:

Changed API

File:
1 edited

Legend:

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

    r13410 r19021  
    44 * @author Eugene Magnier, IfA
    55 *
    6  * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2007-05-17 21:35:51 $
     6 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2008-08-12 03:27:14 $
    88 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    99 */
     
    1515/// @{
    1616
    17 /// Return the photcode based on the PHOTCODE.RULE in the PHASE2 recipe
     17/// Return the photcode based on the PHOTCODE.RULE in the camera configuration
    1818///
    1919/// A photometry code ("photcode") is a string that represents the combination of filter and detector (chip).
    2020/// This functions generates a photcode for a particular chip within the FPA, based on the PHOTCODE.RULE in
    21 /// the PHASE2 recipe.  Interpolation using the usual syntax (e.g., "{CHIP.NAME}") is permitted.
    22 psString pmConceptsPhotcodeForView(pmConfig *config, pmFPAfile *file, const pmFPAview *view);
     21/// the camera configuration.  Interpolation using the usual syntax (e.g., "{CHIP.NAME}") is permitted.
     22psString pmConceptsPhotcodeForView(pmFPAfile *file, const pmFPAview *view);
    2323
    2424/// @}
Note: See TracChangeset for help on using the changeset viewer.