IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 6, 2004, 2:06:06 PM (22 years ago)
Author:
desonia
Message:

another attempt to get astyle to get it right.

File:
1 edited

Legend:

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

    r1385 r1407  
     1
    12/** @file  psPhotometry.h
    23*
     
    910*  @author George Gusciora, MHPCC
    1011*
    11 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2004-08-04 23:37:39 $
     12*  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2004-08-07 00:06:06 $
    1314*
    1415*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    1516*/
    1617
    17 # ifndef PS_PHOTOMETRIC_H
    18 # define PS_PHOTOMETRIC_H
     18#ifndef PS_PHOTOMETRIC_H
     19#    define PS_PHOTOMETRIC_H
    1920
    20 #include "psType.h"
    21 #include "psImage.h"
    22 #include "psArray.h"
    23 #include "psList.h"
    24 #include "psFunctions.h"
     21#    include "psType.h"
     22#    include "psImage.h"
     23#    include "psArray.h"
     24#    include "psList.h"
     25#    include "psFunctions.h"
    2526
    2627/// @addtogroup Photometry
     
    4243typedef struct
    4344{
    44     const int ID;                  ///< ID number for this photometric system
    45     const char *name;              ///< Name of photometric system
    46     const char *camera;            ///< Camera for photometric system
    47     const char *filter;            ///< Filter used for photometric system
    48     const char *detector;          ///< Detector used for photometric system
     45    const int 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
    4950}
    5051psPhotSystem;
     
    5859typedef struct
    5960{
    60     psPhotSystem src;                  ///< Source photometric system
    61     psPhotSystem dst;                  ///< Destination photometric system
    62     psPhotSystem pP;                   ///< Primary color reference
    63     psPhotSystem pM;                   ///< Primary color reference
    64     psPhotSystem sP;                   ///< Secondary color reference
    65     psPhotSystem sM;                   ///< Secondary color reference
    66     float pA;                          ///< Color offset for references
    67     float sA;                          ///< Color offset for references
    68     psPolynomial3D transform;          ///< Transformation from source to destination
     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
    6970}
    7071psPhotTransform;
Note: See TracChangeset for help on using the changeset viewer.