IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 27, 2008, 2:59:07 PM (18 years ago)
Author:
Paul Price
Message:

Adding count and sigma files as outputs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_080320/ppMerge/src/ppMergeFiles.c

    r17083 r17157  
    1111
    1212const char *allFiles[] = { "PPMERGE.INPUT", "PPMERGE.INPUT.MASK", "PPMERGE.INPUT.WEIGHT",
    13                            "PPMERGE.OUTPUT", NULL };      // All files
     13                           "PPMERGE.OUTPUT", "PPMERGE.OUTPUT.COUNT", "PPMERGE.OUTPUT.SIGMA",
     14                           NULL };      // All files
    1415const char *inputFiles[] = { "PPMERGE.INPUT", "PPMERGE.INPUT.MASK", "PPMERGE.INPUT.WEIGHT",
    1516                             NULL };    // Input files
    16 const char *outputFiles[] = { "PPMERGE.OUTPUT", NULL };   // Output files
     17const char *outputFiles[] = { "PPMERGE.OUTPUT", "PPMERGE.OUTPUT.COUNT", "PPMERGE.OUTPUT.SIGMA",
     18                              NULL };   // Output files
    1719
    1820// Select file list based on enum
Note: See TracChangeset for help on using the changeset viewer.