Changeset 36407
- Timestamp:
- Dec 18, 2013, 11:54:55 AM (13 years ago)
- Location:
- branches/bills_branches/bills_201312/psphot/src
- Files:
-
- 2 added
- 3 edited
-
. (modified) (1 prop)
-
Makefile.am (modified) (3 diffs)
-
psphot.h (modified) (1 diff)
-
psphotFullForceSummary.c (added)
-
psphotFullForceSummaryReadout.c (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/bills_branches/bills_201312/psphot/src
- Property svn:ignore
-
old new 26 26 psphotFullForce 27 27 psmakecff 28 psphotFullForceSummary
-
- Property svn:ignore
-
branches/bills_branches/bills_201312/psphot/src/Makefile.am
r36375 r36407 25 25 libpsphot_la_LDFLAGS = $(PSPHOT_LIBS) $(PSMODULE_LIBS) $(PSLIB_LIBS) 26 26 27 bin_PROGRAMS = psphot psphotForced psphotFullForce psphot Minimal psphotMakePSF psphotStack psphotModelTest psmakecff27 bin_PROGRAMS = psphot psphotForced psphotFullForce psphotFullForceSummary psphotMinimal psphotMakePSF psphotStack psphotModelTest psmakecff 28 28 # bin_PROGRAMS = psphotPetrosianStudy psphotTest psphotMomentsStudy 29 29 … … 39 39 psphotFullForce_LDFLAGS = $(PSPHOT_LIBS) $(PSMODULE_LIBS) $(PSLIB_LIBS) 40 40 psphotFullForce_LDADD = libpsphot.la 41 42 psphotFullForceSummary_CFLAGS = $(PSPHOT_CFLAGS) $(PSMODULE_CFLAGS) $(PSLIB_CFLAGS) 43 psphotFullForceSummary_LDFLAGS = $(PSPHOT_LIBS) $(PSMODULE_LIBS) $(PSLIB_LIBS) 44 psphotFullForceSummary_LDADD = libpsphot.la 41 45 42 46 psphotMinimal_CFLAGS = $(PSPHOT_CFLAGS) $(PSMODULE_CFLAGS) $(PSLIB_CFLAGS) … … 99 103 psphotMosaicChip.c \ 100 104 psphotCleanup.c 105 106 # combine full force results from several inputs 107 psphotFullForceSummary_SOURCES = \ 108 psphotFullForceSummary.c \ 109 psphotFullForceSummaryReadout.c 101 110 102 111 # forced photometry of specified positions given a specified psf -
branches/bills_branches/bills_201312/psphot/src/psphot.h
r36375 r36407 361 361 bool psphotModelTestReadout(pmConfig *config, const pmFPAview *view, const char *filerule); 362 362 363 bool psphotFullForceSummaryReadout (pmConfig * config, const pmFPAview *view); 364 363 365 int psphotFileruleCount(const pmConfig *config, const char *filerule); 364 366 bool psphotFileruleCountSet(const pmConfig *config, const char *filerule, int num);
Note:
See TracChangeset
for help on using the changeset viewer.
