Changeset 28304 for branches/czw_branch/20100519/ppStack/src/ppStackFiles.c
- Timestamp:
- Jun 10, 2010, 6:28:51 PM (16 years ago)
- Location:
- branches/czw_branch/20100519
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppStack/src/ppStackFiles.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20100519
- Property svn:mergeinfo changed
-
branches/czw_branch/20100519/ppStack/src/ppStackFiles.c
r27417 r28304 16 16 static char *filesPrepare[] = { "PPSTACK.INPUT.PSF", "PPSTACK.INPUT.SOURCES", "PPSTACK.TARGET.PSF", NULL }; 17 17 18 /// Files required for generating convolution target 19 static char *filesTarget[] = { "PPSTACK.INPUT.VARIANCE", "PPSTACK.INPUT.MASK", NULL }; 20 18 21 /// Files required for the convolution 19 22 static char *filesConvolve[] = { "PPSTACK.INPUT", "PPSTACK.INPUT.MASK", "PPSTACK.INPUT.VARIANCE", NULL }; 20 21 // "PPSTACK.CONV.KERNEL", NULL };22 23 23 24 /// Regular (convolved) stack files … … 41 42 switch (list) { 42 43 case PPSTACK_FILES_PREPARE: return filesPrepare; 44 case PPSTACK_FILES_TARGET: return filesTarget; 43 45 case PPSTACK_FILES_CONVOLVE: return filesConvolve; 44 46 case PPSTACK_FILES_STACK: return filesStack;
Note:
See TracChangeset
for help on using the changeset viewer.
