IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 3, 2007, 10:28:26 AM (19 years ago)
Author:
magnier
Message:

adding option to pmConfigCameraFormatFromHeader to load recipe or not

File:
1 edited

Legend:

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

    r11292 r12716  
    55 *  @author Eugene Magnier, IfA
    66 *
    7  *  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2007-01-26 00:05:18 $
     7 *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2007-04-03 20:28:26 $
    99 *  Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    1010 */
     
    108108/// configuration.  The accepted format is returned.
    109109psMetadata *pmConfigCameraFormatFromHeader(pmConfig *config, ///< The configuration
    110         const psMetadata *header ///< The FITS header
    111                                           );
     110                                           const psMetadata *header, ///< The FITS header
     111                                           bool readRecipes ///< optionally read the recipes as well as the format
     112    );
    112113
    113114/// Return the camera configuration specified by name
Note: See TracChangeset for help on using the changeset viewer.