IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 1, 2009, 11:43:05 AM (17 years ago)
Author:
eugene
Message:

merging Doxygen templates added by Bill G

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMerge/src/ppMergeScaleZero.h

    r13873 r21244  
     1/** @file ppMergeScaleZero.h
     2 *
     3 *  @brief
     4 *
     5 *  @ingroup ppMerge
     6 *
     7 *  @author IfA
     8 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2009-02-01 21:43:05 $
     10 *  Copyright 2009 Institute for Astronomy, University of Hawaii
     11 */
     12
    113#ifndef PP_MERGE_SCALE_ZERO_H
    214#define PP_MERGE_SCALE_ZERO_H
     
    820#include "ppMergeOptions.h"
    921
    10 // Get the scale and zero for each chip of each input
    11 bool ppMergeScaleZero(psImage **scales, // The scales for each integration/cell
    12                       psImage **zeros, // The zeroes for each integration/cell
    13                       psArray **shutter,// The shutter correction data for each cell
    14                       ppMergeData *data,// The data
    15                       const ppMergeOptions *options, // The options
    16                       const pmConfig *config // The configuration
     22/**
     23 * Get the scale and zero for each chip of each input
     24 */
     25bool ppMergeScaleZero(psImage **scales, ///< The scales for each integration/cell
     26                      psImage **zeros, ///< The zeroes for each integration/cell
     27                      psArray **shutter,///< The shutter correction data for each cell
     28                      ppMergeData *data,///< The data
     29                      const ppMergeOptions *options, ///< The options
     30                      const pmConfig *config ///< The configuration
    1731    );
    1832
Note: See TracChangeset for help on using the changeset viewer.