IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17167


Ignore:
Timestamp:
Mar 27, 2008, 5:26:27 PM (18 years ago)
Author:
Paul Price
Message:

Fixing file type for sigma and count images.

File:
1 edited

Legend:

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

    r17157 r17167  
    307307    psFree(outName);
    308308
    309     if (!outputFile(config, "PPMERGE.OUTPUT.SIGMA", fileType, "Merge sigma", format, phuView)) {
    310         psFree(phuView);
    311         return false;
    312     }
    313 
    314     if (!outputFile(config, "PPMERGE.OUTPUT.COUNT", fileType, "Merged count", format, phuView)) {
     309    if (!outputFile(config, "PPMERGE.OUTPUT.SIGMA", PM_FPA_FILE_IMAGE, "Merge sigma", format, phuView)) {
     310        psFree(phuView);
     311        return false;
     312    }
     313
     314    if (!outputFile(config, "PPMERGE.OUTPUT.COUNT", PM_FPA_FILE_IMAGE, "Merged count", format, phuView)) {
    315315        psFree(phuView);
    316316        return false;
Note: See TracChangeset for help on using the changeset viewer.