IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 9, 2010, 10:56:32 AM (16 years ago)
Author:
eugene
Message:

changed pmSourceFitModel and related APIs to pass a structure of fit options; this lets us change the options between soruces within the multithreaded context; also re-organized the include orders to avoid conflicts

File:
1 edited

Legend:

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

    r28013 r28643  
    4343        pmSourceIO_CMF_PS1_V1.c \
    4444        pmSourceIO_CMF_PS1_V2.c \
     45        pmSourceIO_CMF_PS1_V3.c \
    4546        pmSourceIO_CMF_PS1_SV1.c \
    4647        pmSourceIO_CMF_PS1_DV1.c \
     
    7172        models/pmModel_QGAUSS.c \
    7273        models/pmModel_RGAUSS.c \
    73         models/pmModel_SERSIC.c
     74        models/pmModel_SERSIC.c \
     75        models/pmModel_EXP.c \
     76        models/pmModel_DEV.c
    7477
    7578pkginclude_HEADERS = \
     
    8083        pmPeaks.h \
    8184        pmMoments.h \
     85        pmModelFuncs.h \
    8286        pmModel.h \
    8387        pmModelClass.h \
     
    111115        models/pmModel_QGAUSS.h \
    112116        models/pmModel_RGAUSS.h \
    113         models/pmModel_SERSIC.h
     117        models/pmModel_SERSIC.h \
     118        models/pmModel_EXP.h \
     119        models/pmModel_DEV.h
    114120
    115121CLEANFILES = *~
Note: See TracChangeset for help on using the changeset viewer.