IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7339


Ignore:
Timestamp:
Jun 5, 2006, 11:51:54 AM (20 years ago)
Author:
rhl
Message:

Set logMsg format here not in psphotArguments; check psphotArguments's return value

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphot.c

    r6862 r7339  
    55    psTimerStart ("complete");
    66
     7    psphotErrorRegister();              // register our error codes/messages
     8
     9    // basic pslib options
     10    psLogSetFormat ("M");
     11
    712    // load implementation-specific models
    813    psphotModelGroupInit ();
     
    1015    // load command-line arguments, options, and system config data
    1116    pmConfig *config = psphotArguments (&argc, argv);
     17    if (config == NULL) {
     18        psErrorStackPrint(stderr, "");
     19        exit(1);
     20    }
    1221
    1322    // load input data (config and images (signal, noise, mask)
Note: See TracChangeset for help on using the changeset viewer.