IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26559


Ignore:
Timestamp:
Jan 11, 2010, 2:44:35 PM (16 years ago)
Author:
Paul Price
Message:

Generate skycell camera name using macro, because that uses the root name rather than the actual camera name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/config/pmConfigCamera.c

    r23452 r26559  
    210210
    211211    // See if the new one is already there
    212     psString newName = NULL;       // Name of skycelled camera
    213     psStringAppend(&newName, "_%s-SKYCELL", name);
     212    psString newName = pmConfigCameraSkycellName(name); // Name of skycelled camera
    214213    if (psMetadataLookup(oldCameras, newName)) {
    215214        psFree(newName);
Note: See TracChangeset for help on using the changeset viewer.