IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 7, 2010, 4:52:17 PM (16 years ago)
Author:
Paul Price
Message:

Use a common target PSF image. This is to make everything run MUCH faster for stacks of lots of images.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackFiles.c

    r27417 r28253  
    1616static char *filesPrepare[] = { "PPSTACK.INPUT.PSF", "PPSTACK.INPUT.SOURCES", "PPSTACK.TARGET.PSF", NULL };
    1717
     18/// Files required for generating convolution target
     19static char *filesTarget[] = { "PPSTACK.INPUT.VARIANCE", "PPSTACK.INPUT.MASK", NULL };
     20
    1821/// Files required for the convolution
    1922static char *filesConvolve[] = { "PPSTACK.INPUT", "PPSTACK.INPUT.MASK", "PPSTACK.INPUT.VARIANCE", NULL };
    20 
    21 //                                 "PPSTACK.CONV.KERNEL", NULL };
    2223
    2324/// Regular (convolved) stack files
     
    4142    switch (list) {
    4243      case PPSTACK_FILES_PREPARE:  return filesPrepare;
     44      case PPSTACK_FILES_TARGET:   return filesTarget;
    4345      case PPSTACK_FILES_CONVOLVE: return filesConvolve;
    4446      case PPSTACK_FILES_STACK:    return filesStack;
Note: See TracChangeset for help on using the changeset viewer.