- Timestamp:
- Apr 9, 2010, 4:41:16 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/stackphot.20100406/psphot/src/psphot.h
r27625 r27649 350 350 bool psphotStackChisqImageAddReadout(const pmConfig *config, // Configuration 351 351 const pmFPAview *view, 352 pmReadout * chiReadout,352 pmReadout **chiReadout, 353 353 char *filename, 354 354 int index); 355 355 356 bool psphotStackRemoveChisqFromInputs (pmConfig *config); 357 bool pmFPAfileRemoveSingle(psMetadata *files, const char *name, int num); 358 359 psArray *psphotMatchSources (pmConfig *config, const pmFPAview *view); 360 bool psphotMatchSourcesReadout (psArray *objects, pmConfig *config, const pmFPAview *view, char *filename, int index); 361 bool psphotMatchSourcesToObjects (psArray *objects, psArray *sources, float RADIUS); 362 363 bool psphotFitSourcesLinearStack (pmConfig *config, psArray *objects, bool final); 364 int pmPhotObjSortBySN (const void **a, const void **b); 365 int pmPhotObjSortByX (const void **a, const void **b); 356 366 357 367 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
