IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 18, 2009, 6:24:53 AM (17 years ago)
Author:
eugene
Message:

updates for petrosian analysis study

Location:
branches/eam_branches/20090715/psphot/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/psphot/src

    • Property svn:ignore
      •  

        old new  
        1818psphotVersionDefinitions.h
        1919psphotMomentsStudy
         20psphotPetrosianStudy
  • branches/eam_branches/20090715/psphot/src/Makefile.am

    r24586 r25105  
    2525libpsphot_la_LDFLAGS = $(PSPHOT_LIBS) $(PSMODULE_LIBS) $(PSLIB_LIBS)
    2626
    27 bin_PROGRAMS = psphot psphotTest psphotMomentsStudy
     27bin_PROGRAMS = psphot psphotTest psphotMomentsStudy psphotPetrosianStudy
    2828
    2929psphot_CFLAGS = $(PSPHOT_CFLAGS) $(PSMODULE_CFLAGS) $(PSLIB_CFLAGS)
     
    3838psphotMomentsStudy_LDFLAGS = $(PSPHOT_LIBS) $(PSMODULE_LIBS) $(PSLIB_LIBS)
    3939psphotMomentsStudy_LDADD = libpsphot.la
     40
     41psphotPetrosianStudy_CFLAGS = $(PSPHOT_CFLAGS) $(PSMODULE_CFLAGS) $(PSLIB_CFLAGS)
     42psphotPetrosianStudy_LDFLAGS = $(PSPHOT_LIBS) $(PSMODULE_LIBS) $(PSLIB_LIBS)
     43psphotPetrosianStudy_LDADD = libpsphot.la
    4044
    4145psphot_SOURCES = \
     
    6165psphotMomentsStudy_SOURCES = \
    6266        psphotMomentsStudy.c
     67
     68psphotPetrosianStudy_SOURCES = \
     69        psphotPetrosianStudy.c \
     70        psphotPetrosianProfile.c \
     71        psphotRadialProfileByAngle.c \
     72        psphotRadiiFromProfiles.c \
     73        psphotEllipticalContour.c \
     74        psphotEllipticalProfile.c \
     75        psphotPetrosianRadialBins.c \
     76        psphotPetrosianVisual.c \
     77        psphotPetrosianStats.c
    6378
    6479libpsphot_la_SOURCES = \
     
    128143        psphotCheckStarDistribution.c  \
    129144        psphotThreadTools.c            \
    130         psphotAddNoise.c
     145        psphotAddNoise.c               \
     146        pmPetrosian.c
    131147
    132148# dropped? psphotGrowthCurve.c
     
    134150include_HEADERS = \
    135151        psphot.h \
     152        pmPetrosian.h \
    136153        psphotErrorCodes.h
    137154
Note: See TracChangeset for help on using the changeset viewer.