Changeset 34317 for trunk/psphot/src/psphot.h
- Timestamp:
- Aug 16, 2012, 2:38:37 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphot.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphot.h
r34266 r34317 360 360 pmReadout **chiReadout, 361 361 int index); 362 bool psphotStackAllocateOutput( const pmConfig *config, pmFPAview *view, psMetadata *recipe); 362 363 363 364 bool psphotStackRemoveChisqFromInputs (pmConfig *config, const char *filerule); … … 483 484 bool psphotMaskFootprint (pmReadout *readout, pmSource *source, psImageMaskType markVal); 484 485 485 bool psphotKronIterate (pmConfig *config, const pmFPAview *view, const char *filerule );486 bool psphotKronIterateReadout(pmConfig *config, psMetadata *recipe, const pmFPAview *view, const char * filerule, pmReadout *readout, psArray *sources, pmPSF *psf, int index );486 bool psphotKronIterate (pmConfig *config, const pmFPAview *view, const char *filerule, int pass); 487 bool psphotKronIterateReadout(pmConfig *config, psMetadata *recipe, const pmFPAview *view, const char * filerule, pmReadout *readout, psArray *sources, pmPSF *psf, int index, int pass); 487 488 bool psphotKronIterate_Threaded (psThreadJob *job); 488 489 … … 509 510 ); 510 511 512 bool psphotSourceMemory(pmConfig *config, const pmFPAview *view, const char *filerule); 513 bool psphotSourceMemoryReadout(pmConfig *config, const pmFPAview *view, const char *filerule, int index); 514 511 515 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
