IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 9, 2013, 11:25:56 AM (13 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130419/pstamp/src/ppstampParseCamera.c

    r35395 r35545  
    101101    }
    102102    if (astrom) {
    103         psLogMsg ("ppstamp", 3, "Using supplied astrometry\n");
     103        psLogMsg ("ppstamp", 3, "Using supplied astrometry.\n");
    104104    } else {
    105         psLogMsg ("ppstamp", 3, "Using header astrometry\n");
     105        psLogMsg ("ppstamp", 3, "Using header astrometry.\n");
    106106    }
    107107
     
    119119        // see if -sources file was supplied.
    120120        // If so define the file.
    121         psPtr sourcesFile = psMetadataLookupStr(&status, config->arguments, "SOURCES");
     121        psPtr sourcesFile = psMetadataLookupPtr(&status, config->arguments, "SOURCES");
    122122        if (sourcesFile) {
    123123            pmFPAfile *sources = pmFPAfileBindFromArgs(&status, input, config, "PPSTAMP.INPUT.SOURCES", "SOURCES");
Note: See TracChangeset for help on using the changeset viewer.