Changeset 21236 for branches/pap_branch_20090128/ppStack/src/ppStack.h
- Timestamp:
- Jan 29, 2009, 5:31:30 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_20090128/ppStack/src/ppStack.h
r21204 r21236 38 38 psArray *imageFits; // FITS file pointers for images 39 39 psArray *maskFits; // FITS file pointers for masks 40 psArray * weightFits; // FITS file pointers for weights40 psArray *varianceFits; // FITS file pointers for variances 41 41 } ppStackThreadData; 42 42 … … 45 45 const psArray *imageNames, // Names of images to read 46 46 const psArray *maskNames, // Names of masks to read 47 const psArray * weightNames, // Names of weightmaps to read47 const psArray *varianceNames, // Names of variance maps to read 48 48 const pmConfig *config // Configuration 49 49 );
Note:
See TracChangeset
for help on using the changeset viewer.
