IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 4, 2008, 4:16:06 PM (18 years ago)
Author:
Paul Price
Message:

Adding functions to dump configuration to an MDC file on disk, so we can record what parameters we used.

File:
1 edited

Legend:

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

    r18073 r18905  
    55 *  @author Eugene Magnier, IfA
    66 *
    7  *  @version $Revision: 1.38 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2008-06-10 21:53:09 $
     7 *  @version $Revision: 1.39 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2008-08-05 02:16:06 $
    99 *  Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    1010 */
     
    3737/// command-line arguments, the pmFPAfiles used, and the database handle.
    3838typedef struct {
    39     psMetadata *user;                   ///< User configuration
    40     psMetadata *site;                   ///< Site configuration
    41     psMetadata *system;                 ///< System configuration
     39    psMetadata *user;                   ///< User configuration
     40    psMetadata *site;                   ///< Site configuration
     41    psMetadata *system;                 ///< System configuration
    4242    psMetadata *complete;               ///< Full merged configuration
    4343    psMetadata *camera;                 ///< Camera specification
     
    5151    psDB *database;                     ///< Database handle
    5252    const char *defaultRecipe;          ///< name of top-level recipe for this program
     53    psString program;                   ///< Name of program
    5354    // Private members
    5455    pmRecipeSource recipesRead;         ///< Which recipe sources have been read
     
    108109/// configuration.  The accepted format is returned.
    109110psMetadata *pmConfigCameraFormatFromHeader(psMetadata **camera, // selected camera (or meta-camera)
    110                                            psString *formatName, // selected format name
    111                                            pmConfig *config, ///< The configuration
     111                                           psString *formatName, // selected format name
     112                                           pmConfig *config, ///< The configuration
    112113                                           const psMetadata *header, ///< The FITS header
    113114                                           bool readRecipes ///< optionally read the recipes as well as the format
Note: See TracChangeset for help on using the changeset viewer.