IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 19, 2009, 7:59:50 AM (17 years ago)
Author:
beaumont
Message:

Added visualizations to ppSub. Set up a single variable in pmVisual to control when plots are drawn.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cnb_branch_20090215/psModules/src/objects/pmModel.h

    r21183 r21536  
    55 * @author EAM, IfA
    66 *
    7  * @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
    8  * @date $Date: 2009-01-27 06:39:38 $
     7 * @version $Revision: 1.18.8.1 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2009-02-19 17:59:50 $
    99 *
    1010 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    9292    float mag;                          ///< integrated model magnitude
    9393    float magErr;                       ///< integrated model magnitude error
     94    int nPix;                           ///< number of pixels used for fit
    9495    int nDOF;                           ///< number of degrees of freedom
    9596    int nIter;                          ///< number of iterations to reach min
     
    150151    pmModel *model,                     ///< The input pmModel
    151152    pmModelOpMode mode,                 ///< mode to control how the model is added into the image
    152     psImageMaskType maskVal             ///< Value to mask
     153    psImageMaskType maskVal             ///< Value to mask
    153154);
    154155
     
    168169    pmModel *model,                     ///< The input pmModel
    169170    pmModelOpMode mode,                 ///< mode to control how the model is added into the image
    170     psImageMaskType maskVal             ///< Value to mask
     171    psImageMaskType maskVal             ///< Value to mask
    171172);
    172173
Note: See TracChangeset for help on using the changeset viewer.