Changeset 37351 for branches/eam_branches/ipp-20140813/psphot
- Timestamp:
- Sep 3, 2014, 3:24:28 PM (12 years ago)
- Location:
- branches/eam_branches/ipp-20140813
- Files:
-
- 5 edited
- 1 copied
-
. (modified) (1 prop)
-
psphot/src/Makefile.am (modified) (2 diffs)
-
psphot/src/psphot.h (modified) (1 diff)
-
psphot/src/psphotChipParams.c (copied) (copied from trunk/psphot/src/psphotChipParams.c )
-
psphot/src/psphotFullForceReadout.c (modified) (1 diff)
-
psphot/src/psphotSetThreads.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140813
- Property svn:mergeinfo changed
/trunk merged: 37279,37290,37311-37313,37315,37318-37319,37321,37325-37327,37334
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20140813/psphot/src/Makefile.am
r36623 r37351 97 97 # generalized forced photometry (including Kron, Petro, and Models) of specified positions given a specified psf 98 98 psphotFullForce_SOURCES = \ 99 psphotFullForce.c \100 psphotFullForceArguments.c \99 psphotFullForce.c \ 100 psphotFullForceArguments.c \ 101 101 psphotParseCamera.c \ 102 102 psphotImageLoop.c \ … … 259 259 psphotEfficiency.c \ 260 260 psphotSetNFrames.c \ 261 psphotSourceMemory.c 261 psphotSourceMemory.c \ 262 psphotChipParams.c 262 263 263 264 # not currently used -
branches/eam_branches/ipp-20140813/psphot/src/psphot.h
r36757 r37351 571 571 bool psphotSourceMemoryReadout(pmConfig *config, const pmFPAview *view, const char *filerule, int index); 572 572 573 bool psphotChipParams(pmConfig *config, const pmFPAview *view, const char *filerule); 574 bool psphotChipParams_Threaded(psThreadJob *job); 575 573 576 const char * psphotGetFilerule(const char *baseRule); 574 577 extern bool psphotINpsphotStack; 575 578 579 576 580 #endif -
branches/eam_branches/ipp-20140813/psphot/src/psphotFullForceReadout.c
r36663 r37351 106 106 psphotKronFlux (config, view, filerule); 107 107 108 psphotChipParams (config, view, filerule); 109 108 110 // measure petro fluxes 109 111 psphotPetroFlux (config, view, filerule); -
branches/eam_branches/ipp-20140813/psphot/src/psphotSetThreads.c
r36375 r37351 87 87 psFree(task); 88 88 89 task = psThreadTaskAlloc("PSPHOT_CHIP_PARAMS", 2); 90 task->function = &psphotChipParams_Threaded; 91 psThreadTaskAdd(task); 92 psFree(task); 93 89 94 return true; 90 95 }
Note:
See TracChangeset
for help on using the changeset viewer.
