IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17416


Ignore:
Timestamp:
Apr 8, 2008, 6:19:16 PM (18 years ago)
Author:
bills
Message:

don't fail if no astrometry file is supplied. Fix a typo in a warning message

Location:
trunk/pstamp/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/src/ppstampMakeStamp.c

    r17270 r17416  
    487487    }
    488488
    489     pmFPAfile *astrom = psMetadataLookupPtr(&status, config->files, "PSWARP.ASTROM");
     489    pmFPAfile *astrom = psMetadataLookupPtr(NULL, config->files, "PSWARP.ASTROM");
    490490    if (!status) {
    491491        psError(PS_ERR_UNKNOWN, true, "Can't find input astrometry!\n");
  • trunk/pstamp/src/pstampfinish.c

    r16978 r17416  
    319319    options->dsRoot = psMetadataLookupStr(NULL, options->config->site, "PSTAMP_DATA_STORE_ROOT");
    320320    if (options->dsRoot == NULL) {
    321         fprintf(stderr, "failed to find PSTAMP_DS_ROOT in site configuration\n");
     321        fprintf(stderr, "failed to find PSTAMP_DATA_STORE_ROOT in site configuration\n");
    322322        exit (PS_EXIT_CONFIG_ERROR);
    323323    }
Note: See TracChangeset for help on using the changeset viewer.