IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 8, 2011, 2:40:09 PM (15 years ago)
Author:
eugene
Message:

distinguish conditions for Radial Aperture analysis and Petrosian analysis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110906/psModules/src/objects/pmSource.h

    r32611 r32627  
    3636    PM_SOURCE_TMPF_MOMENTS_MEASURED  = 0x0010,
    3737    PM_SOURCE_TMPF_CANDIDATE_PSFSTAR = 0x0020,
    38     PM_SOURCE_TMPF_STACK_KEEP        = 0x0040,
    39     PM_SOURCE_TMPF_STACK_SKIP        = 0x0080,
     38    PM_SOURCE_TMPF_RADIAL_KEEP       = 0x0040,
     39    PM_SOURCE_TMPF_RADIAL_SKIP       = 0x0080,
     40    PM_SOURCE_TMPF_PETRO_KEEP        = 0x0100,
     41    PM_SOURCE_TMPF_PETRO_SKIP        = 0x0200,
    4042} pmSourceTmpF;
    4143
Note: See TracChangeset for help on using the changeset viewer.