Changeset 27883 for branches/eam_branches/psphot.20100506/src/psphot.h
- Timestamp:
- May 8, 2010, 10:16:06 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/psphot.20100506/src/psphot.h
r27876 r27883 367 367 int pmPhotObjSortByX (const void **a, const void **b); 368 368 369 typedef enum { 370 PSPHOT_CNV_SRC_NONE, 371 PSPHOT_CNV_SRC_AUTO, 372 PSPHOT_CNV_SRC_CNV, 373 PSPHOT_CNV_SRC_RAW, 374 } psphotStackConvolveSource; 375 369 376 /// Options for stacking process 370 377 typedef struct { 371 378 // Setup 372 379 380 int numCols; // size of image (X) 381 int numRows; // size of image (Y) 382 373 383 int num; // Number of inputs 374 384 bool convolve; // Convolve images? 385 psphotStackConvolveSource convolveSource; 375 386 // psArray *convImages, *convMasks, *convVariances; // Filenames for the temporary convolved images 376 387 … … 420 431 bool psphotStackMatchPSFs (pmConfig *config, const pmFPAview *view); 421 432 bool psphotStackMatchPSFsReadout (pmConfig *config, const pmFPAview *view, psphotStackOptions *options, int index); 433 bool psphotStackMatchPSFsPrepare (pmConfig *config, const pmFPAview *view, psphotStackOptions *options, int index); 422 434 423 435 // psphotStackMatchPSFsUtils … … 437 449 bool readImage(psImage **target, const char *name, const pmConfig *config); 438 450 451 pmPSF *psphotStackPSF(const pmConfig *config, int numCols, int numRows, const psArray *psfs, const psVector *inputMask); 452 453 psphotStackOptions *psphotStackOptionsAlloc (int num); 454 psphotStackConvolveSource psphotStackConvolveSourceFromString (const char *string); 455 439 456 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
