IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14595


Ignore:
Timestamp:
Aug 21, 2007, 3:30:39 PM (19 years ago)
Author:
magnier
Message:

supply the newCameraName to pmFPAfileDefineOutputForFormat

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20070817/psModules/src/camera/pmFPAfileDefine.c

    r14462 r14595  
    10251025
    10261026        // Find the correct camera configuration
    1027         file = pmFPAfileDefineOutputForFormat(config, NULL, filename, cameraName, config->formatName);
     1027        file = pmFPAfileDefineOutputForFormat(config, NULL, filename, newCameraName, config->formatName);
    10281028        psFree(cameraName);
    10291029    }
     
    10701070        psFree(original);
    10711071
    1072         file = pmFPAfileDefineOutputForFormat(config, NULL, filename, cameraName, config->formatName);
     1072        file = pmFPAfileDefineOutputForFormat(config, NULL, filename, newCameraName, config->formatName);
    10731073        psFree(cameraName);
    10741074    }
  • trunk/psModules/src/camera/pmFPAfileDefine.c

    r14462 r14595  
    10251025
    10261026        // Find the correct camera configuration
    1027         file = pmFPAfileDefineOutputForFormat(config, NULL, filename, cameraName, config->formatName);
     1027        file = pmFPAfileDefineOutputForFormat(config, NULL, filename, newCameraName, config->formatName);
    10281028        psFree(cameraName);
    10291029    }
     
    10701070        psFree(original);
    10711071
    1072         file = pmFPAfileDefineOutputForFormat(config, NULL, filename, cameraName, config->formatName);
     1072        file = pmFPAfileDefineOutputForFormat(config, NULL, filename, newCameraName, config->formatName);
    10731073        psFree(cameraName);
    10741074    }
Note: See TracChangeset for help on using the changeset viewer.