IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 26, 2007, 5:35:29 PM (19 years ago)
Author:
eugene
Message:

adding PS1_DEV_1 as pmSource I/O format; various cleanups of I/O operations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmPeaks.h

    r14652 r15039  
    1010 * @author GLG, MHPCC
    1111 *
    12  * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    13  * @date $Date: 2007-08-24 00:11:02 $
     12 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     13 * @date $Date: 2007-09-27 03:35:29 $
    1414 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    1515 */
     
    5353    float xf;                           ///< bicube fit to peak coord (x)
    5454    float yf;                           ///< bicube fit to peak coord (y)
     55    float dx;                           ///< bicube fit error on peak coord (x)
     56    float dy;                           ///< bicube fit error on peak coord (y)
    5557    float value;                        ///< level in detection image
    5658    float flux;                         ///< level in unsmoothed sci image
     
    148150int pmPeaksCompareDescend (const void **a, const void **b);
    149151
     152int pmPeakSortBySN (const void **a, const void **b);
     153int pmPeakSortByY (const void **a, const void **b);
     154
    150155/// @}
    151156# endif /* PM_PEAKS_H */
Note: See TracChangeset for help on using the changeset viewer.