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/pmSource.h

    r14652 r15039  
    33 * @author EAM, IfA; GLG, MHPCC
    44 *
    5  * @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
    6  * @date $Date: 2007-08-24 00:11:02 $
     5 * @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
     6 * @date $Date: 2007-09-27 03:35:29 $
    77 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    88 */
     
    5959struct pmSource {
    6060    const int id;                       ///< Unique ID for object
     61    int seq;                            ///< ID for output (generated on write)
    6162    pmPeak *peak;                       ///< Description of peak pixel.
    6263    psImage *pixels;                    ///< Rectangular region including object pixels.
     
    7879    float apMag;                        ///< apMag corresponding to psfMag or extMag (depending on type)
    7980    float pixWeight;                    ///< model-weighted coverage of valid pixels
     81    float psfProb;                      ///< probability of PSF
     82    float crNsigma;                     ///< Nsigma deviation from PSF to CR
     83    float extNsigma;                    ///< Nsigma deviation from PSF to EXT
    8084    psRegion region;                    ///< area on image covered by selected pixels
    8185    float sky, skyErr;                  ///< The sky and its error at the center of the object
     
    223227bool pmSourceCachePSF (pmSource *source, psMaskType maskVal);
    224228
     229int             pmSourceSortBySN (const void **a, const void **b);
     230int             pmSourceSortByY (const void **a, const void **b);
     231
    225232/// @}
    226233# endif /* PM_SOURCE_H */
Note: See TracChangeset for help on using the changeset viewer.