IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 5, 2009, 9:41:50 AM (17 years ago)
Author:
bills
Message:

in pmConfigRead parse -image_id and -source_id arguments, save the values
in the pmConfig structure and when createing an output pmFPAfile copy
the values to the file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAfileDefine.c

    r20636 r21314  
    208208    file->camera = psMemIncrRefCounter(camera);
    209209    file->cameraName = psMemIncrRefCounter(cameraName);
     210
     211    // Copy the file id valuves if they have been set in the config
     212    if (config->sourceId) {
     213        file->sourceId = config->sourceId;
     214    }
     215    if (config->imageId) {
     216        file->imageId = config->imageId;
     217    }
    210218
    211219    // XXX this seems a bit of a hack: use the cameraName to determine the mosaic level...
Note: See TracChangeset for help on using the changeset viewer.