IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13329


Ignore:
Timestamp:
May 10, 2007, 7:10:31 AM (19 years ago)
Author:
magnier
Message:

adding PM_MODEL_OP_NOISE

File:
1 edited

Legend:

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

    r13034 r13329  
    55 * @author EAM, IfA
    66 *
    7  * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
    8  * @date $Date: 2007-04-26 01:20:29 $
     7 * @version $Revision: 1.8.2.1 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2007-05-10 17:10:31 $
    99 *
    1010 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3333    PM_MODEL_OP_RES0    = 0x02,
    3434    PM_MODEL_OP_RES1    = 0x04,
    35     PM_MODEL_OP_FULL   = 0x07,
     35    PM_MODEL_OP_FULL    = 0x07,
    3636    PM_MODEL_OP_SKY     = 0x08,
    37     PM_MODEL_OP_CENTER = 0x10,
     37    PM_MODEL_OP_CENTER  = 0x10,
    3838    PM_MODEL_OP_NORM    = 0x20,
     39    PM_MODEL_OP_NOISE   = 0x40,
    3940} pmModelOpMode;
    4041
Note: See TracChangeset for help on using the changeset viewer.