IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9855


Ignore:
Timestamp:
Nov 3, 2006, 4:34:30 PM (20 years ago)
Author:
Paul Price
Message:

Changing unsigned int to int

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/detrend/pmFringeStats.h

    r9822 r9855  
    88/// @author Paul Price, IfA
    99///
    10 /// @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    11 /// @date $Date: 2006-11-01 22:39:53 $
     10/// @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     11/// @date $Date: 2006-11-04 02:34:30 $
    1212///
    1313/// Copyright 2004-2006 Institute for Astronomy, University of Hawaii
     
    2828typedef struct
    2929{
    30     psU32 nRequested;                   // Number of fringe points selected
    31     psU32 nAccepted;                    // Number of fringe points not masked
    32     psU32 dX;                           // Median box half-width
    33     psU32 dY;                           // Median box half-height
    34     psU32 nX;                           // Number of large-scale smoothing divisions in x (col)
    35     psU32 nY;                           // Number of large-scale smoothing divisions in y (row)
     30    int nRequested;                     // Number of fringe points selected
     31    int nAccepted;                      // Number of fringe points not masked
     32    int dX;                             // Median box half-width
     33    int dY;                             // Median box half-height
     34    int nX;                             // Number of large-scale smoothing divisions in x (col)
     35    int nY;                             // Number of large-scale smoothing divisions in y (row)
    3636    psVector *x;                        // Fringe point coordinates (col), or NULL
    3737    psVector *y;                        // Fringe point coordinates (row), or NULL
Note: See TracChangeset for help on using the changeset viewer.