IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 2, 2005, 2:45:06 PM (21 years ago)
Author:
desonia
Message:

Added SWIG and autoconf.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astronomy/psPhotometry.h

    r2204 r3114  
    1010*  @author George Gusciora, MHPCC
    1111*
    12 *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2004-10-27 00:57:30 $
     12*  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2005-02-03 00:45:06 $
    1414*
    1515*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4343typedef struct
    4444{
    45     const psS32 ID;               ///< ID number for this photometric system
    46     const char *name;           ///< Name of photometric system
    47     const char *camera;         ///< Camera for photometric system
    48     const char *filter;         ///< Filter used for photometric system
    49     const char *detector;       ///< Detector used for photometric system
     45    const psS32 ID;                    ///< ID number for this photometric system
     46    const char *name;                  ///< Name of photometric system
     47    const char *camera;                ///< Camera for photometric system
     48    const char *filter;                ///< Filter used for photometric system
     49    const char *detector;              ///< Detector used for photometric system
    5050}
    5151psPhotSystem;
     
    5959typedef struct
    6060{
    61     psPhotSystem src;           ///< Source photometric system
    62     psPhotSystem dst;           ///< Destination photometric system
    63     psPhotSystem pP;            ///< Primary color reference
    64     psPhotSystem pM;            ///< Primary color reference
    65     psPhotSystem sP;            ///< Secondary color reference
    66     psPhotSystem sM;            ///< Secondary color reference
    67     float pA;                   ///< Color offset for references
    68     float sA;                   ///< Color offset for references
    69     psPolynomial3D transform;   ///< Transformation from source to destination
     61    const psPhotSystem src;            ///< Source photometric system
     62    const psPhotSystem dst;            ///< Destination photometric system
     63    const psPhotSystem pP;             ///< Primary color reference
     64    const psPhotSystem pM;             ///< Primary color reference
     65    const psPhotSystem sP;             ///< Secondary color reference
     66    const psPhotSystem sM;             ///< Secondary color reference
     67    float pA;                          ///< Color offset for references
     68    float sA;                          ///< Color offset for references
     69    psPolynomial3D transform;          ///< Transformation from source to destination
    7070}
    7171psPhotTransform;
Note: See TracChangeset for help on using the changeset viewer.