- Timestamp:
- Jun 5, 2015, 12:40:22 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphot.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphot.h
r37932 r38388 71 71 bool psphotModelBackgroundReadoutFileIndex (pmConfig *config, const pmFPAview *view, const char *filerule, int index); 72 72 bool psphotModelBackground_Threaded (psThreadJob *job); 73 bool psphotLoadBackgroundModel (pmConfig *config, const pmFPAview *view, const char *filerule); 74 bool psphotLoadBackgroundModelReadoutFileIndex (pmConfig *config, const pmFPAview *view, const char *filerule, int index); 73 75 74 76 bool psphotMaskBackground (pmConfig *config, const pmFPAview *view, const char *filerule); … … 386 388 bool psphotStackImageLoop (pmConfig *config); 387 389 bool psphotStackReadout (pmConfig *config, const pmFPAview *view); 390 bool psphotStackUpdateReadout (pmConfig *config, const pmFPAview *view); 388 391 bool psphotStackChisqImage (pmConfig *config, const pmFPAview *view, const char *ruleDet, const char *ruleCnv); 389 392 bool psphotStackChisqImageAddReadout(const pmConfig *config, // Configuration … … 395 398 396 399 bool psphotStackRemoveChisqFromInputs (pmConfig *config, const char *filerule); 400 bool psphotStackMatchPSFsetup (pmConfig *config, const pmFPAview *view, const char *filerule, const char *fPSF); 401 bool psphotStackMatchPSFsetupReadout (pmConfig *config, const pmFPAview *view, const char *filerule, const char *fPSF, int index); 402 bool psphotStackLoadWCS(pmConfig *config, const pmFPAview *view, const char *filerule); 397 403 bool pmFPAfileRemoveSingle(psMetadata *files, const char *name, int num); 398 404 … … 401 407 bool psphotMatchSourcesToObjects (psArray *objects, psArray *sources, float RADIUS); 402 408 bool psphotFilterMatchedSources (pmConfig *config, const pmFPAview *view, const char *filerule, psArray *objects); 409 psArray *psphotLinkSources (pmConfig *config, const pmFPAview *view, const char *filerule); 403 410 404 411 bool psphotFitSourcesLinearStack (pmConfig *config, psArray *objects, bool final);
Note:
See TracChangeset
for help on using the changeset viewer.
