IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 25, 2009, 2:00:54 PM (17 years ago)
Author:
Paul Price
Message:

Add trace statements for debugging support. Wasn't added sources without matches to the merged list. Seems to work now. Only current concern is the performance of the PS_TREE_SPHERICAL mode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_mops/ppMops/src/ppMopsArguments.c

    r25162 r25188  
    5757    assert(argv);
    5858
     59    psTrace("ppMops.args", 1, "Parsing command-line arguments\n");
     60
     61    psArgumentVerbosity(&argc, argv);
     62
    5963    psMetadata *arguments = psMetadataAlloc(); // Command-line arguments
    6064    psMetadataAddStr(arguments, PS_LIST_TAIL, "-exp_name", 0, "Exposure name", NULL);
     
    98102    args->rmsAstrom = psMetadataLookupF32(NULL, arguments, "-astrom_rms");
    99103
    100     psTrace("ppMops", 1, "Done reading command-line arguments\n");
     104    psTrace("ppMops.args", 1, "Done parsing command-line arguments\n");
    101105
    102106    return args;
Note: See TracChangeset for help on using the changeset viewer.