IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 8, 2008, 2:38:42 PM (18 years ago)
Author:
eugene
Message:

API change to pmConfigCameraFormatFromHeader

File:
1 edited

Legend:

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

    r17511 r17992  
    55 *  @author Eugene Magnier, IfA
    66 *
    7  *  @version $Revision: 1.35 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2008-05-04 23:58:10 $
     7 *  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2008-06-09 00:38:42 $
    99 *  Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    1010 */
     
    107107/// first matching format is accepted; further matches produce warnings.  The accepted camera is saved in the
    108108/// configuration.  The accepted format is returned.
    109 psMetadata *pmConfigCameraFormatFromHeader(pmConfig *config, ///< The configuration
     109psMetadata *pmConfigCameraFormatFromHeader(psMetadata **camera, // selected camera (or meta-camera)
     110                                           psString *formatName, // selected format name
     111                                           pmConfig *config, ///< The configuration
    110112                                           const psMetadata *header, ///< The FITS header
    111113                                           bool readRecipes ///< optionally read the recipes as well as the format
Note: See TracChangeset for help on using the changeset viewer.