Changeset 34399 for branches/eam_branches/ipp-20120805/psphot/src/psphot.h
- Timestamp:
- Sep 5, 2012, 4:04:34 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120805/psphot
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120805/psphot
- Property svn:mergeinfo changed
/trunk/psphot (added) merged: 34293,34307,34311,34317,34319,34321,34336,34338,34352-34354,34363
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20120805/psphot/src
- Property svn:mergeinfo changed
/trunk/psphot/src (added) merged: 34293,34307,34311,34317,34319,34321,34336,34338,34352-34354,34363
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20120805/psphot/src/psphot.h
r34378 r34399 364 364 pmReadout **chiReadout, 365 365 int index); 366 bool psphotStackAllocateOutput( const pmConfig *config, pmFPAview *view, psMetadata *recipe); 366 367 367 368 bool psphotStackRemoveChisqFromInputs (pmConfig *config, const char *filerule); … … 371 372 bool psphotMatchSourcesReadout (psArray *objects, pmConfig *config, const pmFPAview *view, const char *filerule, int index); 372 373 bool psphotMatchSourcesToObjects (psArray *objects, psArray *sources, float RADIUS); 374 bool psphotDropBadMatchedSources (pmConfig *config, const pmFPAview *view, const char *filerule, psArray *objects); 373 375 374 376 bool psphotFitSourcesLinearStack (pmConfig *config, psArray *objects, bool final); … … 487 489 bool psphotMaskFootprint (pmReadout *readout, pmSource *source, psImageMaskType markVal); 488 490 489 bool psphotKronIterate (pmConfig *config, const pmFPAview *view, const char *filerule );490 bool psphotKronIterateReadout(pmConfig *config, psMetadata *recipe, const pmFPAview *view, const char * filerule, pmReadout *readout, psArray *sources, pmPSF *psf, int index );491 bool psphotKronIterate (pmConfig *config, const pmFPAview *view, const char *filerule, int pass); 492 bool psphotKronIterateReadout(pmConfig *config, psMetadata *recipe, const pmFPAview *view, const char * filerule, pmReadout *readout, psArray *sources, pmPSF *psf, int index, int pass); 491 493 bool psphotKronIterate_Threaded (psThreadJob *job); 492 494 … … 520 522 bool psphotSatstarPhotometry (pmSource *source); 521 523 524 bool psphotSourceMemory(pmConfig *config, const pmFPAview *view, const char *filerule); 525 bool psphotSourceMemoryReadout(pmConfig *config, const pmFPAview *view, const char *filerule, int index); 526 522 527 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
