IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 20, 2006, 3:10:39 AM (20 years ago)
Author:
rhl
Message:

Add possibly helpful struct member comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSource.h

    r7631 r7947  
    33 *  @author EAM, IfA; GLG, MHPCC
    44 *
    5  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-06-22 20:04:13 $
     5 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-07-20 13:10:39 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    8484    pmSourceMode mode;   ///< Best identification of object.
    8585    psArray *blends;
    86     float psfMag;
    87     float extMag;
    88     float errMag;
    89     float apMag;
     86    float psfMag;   ///< calculated from flux in modelPsf
     87    float extMag;   ///< calculated from flux in modelEXT
     88    float errMag;   ///< error in psfMag OR extMag (depending on type)
     89    float apMag;   ///< apMag corresponding to psfMag or extMag (depending on type)
    9090    float pixWeight;   // model-weighted coverage of valid pixels
    9191    psRegion region;   // area on image covered by selected pixels
Note: See TracChangeset for help on using the changeset viewer.