IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 17, 2014, 12:30:45 PM (12 years ago)
Author:
eugene
Message:

merge changes (from past YEAR) into trunk

Location:
branches/eam_branches/ipp-ops-20130712/psModules
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-ops-20130712/psModules

    • Property svn:mergeinfo deleted
  • branches/eam_branches/ipp-ops-20130712/psModules/src/objects

    • Property svn:ignore
      •  

        old new  
        1212pmSourceIO_CMF_PS1_V1.v1.c
        1313pmSourceIO_CMF_PS1_V4.c
         14pmSourceIO_CMF_PS1_V5.c
        1415pmSourceIO_CMF_PS1_SV1.c
        1516pmSourceIO_CMF_PS1_SV2.c
         17pmSourceIO_CMF_PS1_SV3.c
        1618pmSourceIO_CMF_PS1_DV1.c
        1719pmSourceIO_CMF_PS1_DV2.c
        1820pmSourceIO_CMF_PS1_DV3.c
        19 
         21pmSourceIO_CMF_PS1_DV4.c
  • branches/eam_branches/ipp-ops-20130712/psModules/src/objects/pmSource.h

    r34403 r37066  
    4040    PM_SOURCE_TMPF_PETRO_KEEP        = 0x0100,
    4141    PM_SOURCE_TMPF_PETRO_SKIP        = 0x0200,
     42    PM_SOURCE_TMPF_EXT_FIT           = 0x0400,  // not just galaxies (trails as well)
     43    PM_SOURCE_TMPF_PETRO             = 0x0800,
    4244} pmSourceTmpF;
    4345
     
    9597    float apMagRaw;                     ///< raw mag in given aperture
    9698    float apRadius;                     ///< radius for aperture magnitude
     99    int   apNpixels;                    ///< number of unmasked pixels in aperture
    97100    float apFlux;                       ///< apFlux corresponding to psfMag or extMag (depending on type)
    98101    float apFluxErr;                    ///< apFluxErr corresponding to psfMag or extMag (depending on type)
     
    111114    float sky;                          ///< The sky at the center of the object
    112115    float skyErr;                       ///< The sky error at the center of the object
     116    float extSN;                        ///< for externally supplied source the kron signal to noise (used by full force)
    113117
    114118    psRegion region;                    ///< area on image covered by selected pixels
     
    117121    pmSourceExtendedPars *extpars;      ///< extended source parameters
    118122    pmSourceDiffStats *diffStats;       ///< extra parameters for difference detections
     123    psArray *galaxyFits;                ///< fits to galaxy models (psphotFullForce only)
     124    pmSourceLensing *lensingOBJ;        ///< lensing moments parameters (per object)
     125    pmSourceLensing *lensingPSF;        ///< lensing moments parameters (psf, interpolated)
    119126    psArray *radialAper;                ///< radial flux in circular apertures
    120127    pmSource *parent;                   ///< reference to the master source from which this is derived
Note: See TracChangeset for help on using the changeset viewer.