IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 4, 2008, 3:41:14 PM (18 years ago)
Author:
Paul Price
Message:

Need to include camera name now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMerge/src/ppMergeCamera.c

    r17227 r17915  
    2525
    2626    // Output image
    27     pmFPA *fpa = pmFPAConstruct(config->camera); // FPA to contain the output
     27    pmFPA *fpa = pmFPAConstruct(config->camera, config->cameraName); // FPA to contain the output
    2828    if (!fpa) {
    2929        psError(PS_ERR_UNEXPECTED_NULL, false, "Unable to construct an FPA from camera configuration.");
Note: See TracChangeset for help on using the changeset viewer.