IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35395


Ignore:
Timestamp:
Apr 12, 2013, 10:49:35 AM (13 years ago)
Author:
bills
Message:

changes to contents of some log messages

File:
1 edited

Legend:

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

    r34596 r35395  
    9595    }
    9696       
    97 
    98     // XXX: create a filerule for PPSTAMP.ASTROM
    9997    pmFPAfile *astrom = pmFPAfileDefineFromArgs(&status, config, "PSWARP.ASTROM", "ASTROM");
    10098    if (!status) {
     
    103101    }
    104102    if (astrom) {
    105         psLogMsg ("ppstamp", 3, "using supplied astrometry\n");
     103        psLogMsg ("ppstamp", 3, "Using supplied astrometry\n");
    106104    } else {
    107         psLogMsg ("ppstamp", 3, "using header astrometry\n");
     105        psLogMsg ("ppstamp", 3, "Using header astrometry\n");
    108106    }
    109 
    110 #ifdef notyet
    111     // add recipe options supplied on command line
    112     psMetadata *recipe  = psMetadataLookupPtr (&status, config->recipes, RECIPE_NAME);
    113 #endif
    114107
    115108    // Set up the output target
     
    138131            }
    139132        } else {
    140             psLogMsg ("ppstamp", PS_LOG_INFO, "output sources file requested but no input supplied. Will try the supplied astrometry file.\n");
     133            psLogMsg ("ppstamp", PS_LOG_INFO, "Output sources file requested but no -sources supplied.\n");
     134            psLogMsg ("ppstamp", PS_LOG_INFO, "Will use the sources in the supplied astrometry file.\n");
    141135        }
    142136       
Note: See TracChangeset for help on using the changeset viewer.