IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 11, 2010, 5:08:29 PM (16 years ago)
Author:
eugene
Message:

updates to support psphotStack

Location:
trunk/psModules
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules

  • trunk/psModules/src/objects/pmSource.h

    r27531 r27657  
    4343    PM_SOURCE_TMPF_SIZE_MEASURED     = 0x0004,
    4444    PM_SOURCE_TMPF_SIZE_CR_CANDIDATE = 0x0008,
     45    PM_SOURCE_TMPF_MOMENTS_MEASURED  = 0x0010,
    4546} pmSourceTmpF;
    4647
     
    9091    pmSourceExtendedPars *extpars;      ///< extended source parameters
    9192    pmSourceDiffStats *diffStats;       ///< extra parameters for difference detections
     93    int imageID;
    9294};
    9395
     
    245247int  pmSourceSortBySN (const void **a, const void **b);
    246248int  pmSourceSortByY (const void **a, const void **b);
     249int  pmSourceSortByX (const void **a, const void **b);
    247250int  pmSourceSortBySeq (const void **a, const void **b);
    248251
Note: See TracChangeset for help on using the changeset viewer.