IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5604


Ignore:
Timestamp:
Nov 25, 2005, 4:48:42 PM (21 years ago)
Author:
magnier
Message:

added apMag and fitMag to pmSource, dropped PS_MODEL_name defines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_rel8_b1/psModules/src/objects/pmObjects.h

    r5255 r5604  
    1010 *  @author GLG, MHPCC
    1111 *
    12  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-10-10 19:53:40 $
     12 *  @version $Revision: 1.2.6.1 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-11-26 02:48:42 $
    1414 *
    1515 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    119119
    120120typedef int pmModelType;
    121 #define PS_MODEL_GAUSS 0
    122 #define PS_MODEL_PGAUSS 1
    123 #define PS_MODEL_QGAUSS 2
    124 #define PS_MODEL_SGAUSS 3
     121// XXX EAM : this must not be hard-coded
     122// #define PS_MODEL_GAUSS 0
     123// #define PS_MODEL_PGAUSS 1
     124// #define PS_MODEL_QGAUSS 2
     125// #define PS_MODEL_SGAUSS 3
    125126
    126127
     
    194195    pmModel *modelFLT;   ///< FLT (floating) Model fit (parameters and type).
    195196    pmSourceType type;   ///< Best identification of object.
     197    float apMag;
     198    float fitMag;
    196199}
    197200pmSource;
Note: See TracChangeset for help on using the changeset viewer.