IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 5, 2008, 5:40:45 PM (18 years ago)
Author:
Paul Price
Message:

Don't get rid of derivative cameras when culling in preparation for dump.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/config/pmConfigCamera.h

    r14475 r18939  
    55 *  @author Eugene Magnier, IfA
    66 *
    7  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2007-08-14 00:17:40 $
     7 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2008-08-06 03:40:45 $
    99 *  Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    1010 */
     
    1515/// @addtogroup Config Configuration System
    1616/// @{
     17
     18// Return the name of the original ("root") camera
     19//
     20// The root name is the name of the camera before it was made into a derivative (e.g., skycell, chip, fpa).
     21psString pmConfigCameraRootName(const char *name // Name of camera
     22    );
     23
     24// Return the name of the Skycell derivative camera
     25psString pmConfigCameraSkycellName(const char *name // Name of camera
     26    );
     27
     28// Return the name of the Chip derivative camera
     29psString pmConfigCameraChipName(const char *name // Name of camera
     30    );
     31
     32// Return the name of the FPA derivative camera
     33psString pmConfigCameraFPAName(const char *name // Name of camera
     34    );
    1735
    1836// Generate a skycell version of a camera configuration
Note: See TracChangeset for help on using the changeset viewer.