Changeset 28253 for trunk/ppStack/src/ppStackFiles.c
- Timestamp:
- Jun 7, 2010, 4:52:17 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackFiles.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackFiles.c
r27417 r28253 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.
