IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 12, 2008, 4:32:35 PM (18 years ago)
Author:
Paul Price
Message:

Allow additional cameras besides the one recorded in config->cameraName to survive culling. This is important for pswarp, where the skycell is of a different camera type (SIMPLE).

File:
1 edited

Legend:

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

    r18905 r19042  
    44 *  @author Paul Price, IfA
    55 *
    6  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    7  *  @date $Date: 2008-08-05 02:16:06 $
     6 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     7 *  @date $Date: 2008-08-13 02:32:35 $
    88 *  Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    99 */
     
    2424
    2525/// Cull cameras from the configuration file, apart from the one in use
    26 bool pmConfigCamerasCull(pmConfig *config ///< Configuration
     26bool pmConfigCamerasCull(pmConfig *config, ///< Configuration
     27                         const char *additional ///< List of additional cameras to save, comma-separated
    2728    );
    2829
Note: See TracChangeset for help on using the changeset viewer.