IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14502


Ignore:
Timestamp:
Aug 15, 2007, 10:08:52 AM (19 years ago)
Author:
magnier
Message:

cleanup the comments

Location:
branches/ipp-2-2/psModules/src/objects
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/ipp-2-2/psModules/src/objects/pmPSFtry.h

    r13898 r14502  
    66 * @author EAM, IfA
    77 *
    8  * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
    9  * @date $Date: 2007-06-20 02:22:26 $
     8 * @version $Revision: 1.13.4.1 $ $Name: not supported by cvs2svn $
     9 * @date $Date: 2007-08-15 20:08:52 $
    1010 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    1111 */
     
    107107 */
    108108bool pmPSFtryMetric_Alt(
    109     pmPSFtry *try
    110     ,                      ///< Add comment.
     109    pmPSFtry *try,                      ///< Add comment.
    111110    float RADIUS                        ///< Add comment.
    112111);
  • branches/ipp-2-2/psModules/src/objects/pmSource.h

    r14385 r14502  
    33 * @author EAM, IfA; GLG, MHPCC
    44 *
    5  * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
    6  * @date $Date: 2007-07-20 20:12:59 $
     5 * @version $Revision: 1.15.2.1 $ $Name: not supported by cvs2svn $
     6 * @date $Date: 2007-08-15 20:08:52 $
    77 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    88 */
     
    7777    float extMag;                       ///< calculated from flux in modelEXT
    7878    float errMag;                       ///< error in psfMag OR extMag (depending on type)
    79     float apMag;               ///< apMag corresponding to psfMag or extMag (depending on type)
    80     float pixWeight;                    // model-weighted coverage of valid pixels
    81     psRegion region;                    // area on image covered by selected pixels
    82     float sky, skyErr;                  //?< The sky and its error at the center of the object
     79    float apMag;                        ///< apMag corresponding to psfMag or extMag (depending on type)
     80    float pixWeight;                    ///< model-weighted coverage of valid pixels
     81    psRegion region;                    ///< area on image covered by selected pixels
     82    float sky, skyErr;                  ///< The sky and its error at the center of the object
    8383}
    8484pmSource;
Note: See TracChangeset for help on using the changeset viewer.