IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42955


Ignore:
Timestamp:
Jan 11, 2026, 3:57:38 PM (4 months ago)
Author:
eugene
Message:

add pmSourceTrace to model sources which have PSF width and an arbitrary profile in the other direction

Location:
branches/eam_branches/ipp-20250626/psModules/src/objects
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20250626/psModules/src/objects/Makefile.am

    r41391 r42955  
    6666        pmSourcePlotMoments.c \
    6767        pmSourcePlotApResid.c \
     68        pmSourceTrace.c \
     69        pmSourceTraceFitGauss.c \
    6870        pmSourceVisual.c \
    6971        pmResiduals.c \
     
    125127        pmSourcePlots.h \
    126128        pmSourceVisual.h \
     129        pmSourceTrace.h \
    127130        pmResiduals.h \
    128131        pmPSF.h \
  • branches/eam_branches/ipp-20250626/psModules/src/objects/pmSource.h

    r42843 r42955  
    2727    PM_SOURCE_TYPE_STAR,                ///< a good-quality star (subtracted model is PSF)
    2828    PM_SOURCE_TYPE_EXTENDED,            ///< an extended object (eg, galaxy) (subtracted model is EXT)
     29    PM_SOURCE_TYPE_TRACE,               ///< a 1D profile x Gaussian (other) PSF
    2930} pmSourceType;
    3031
Note: See TracChangeset for help on using the changeset viewer.