IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10782


Ignore:
Timestamp:
Dec 16, 2006, 11:46:40 PM (20 years ago)
Author:
eugene
Message:

cleanups, add error register

File:
1 edited

Legend:

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

    r9627 r10782  
    22
    33static void usage (void) {
    4     psErrorStackPrint(stderr, "USAGE: psastro [-file image(s)] [-list imagelist] (output)\n");
     4    fprintf (stderr, "USAGE: psastro [-file image(s)] [-list imagelist] (output)\n");
    55    exit (2);
    66}
     
    1010    psTimerStart ("complete");
    1111
     12    psastroErrorRegister();              // register our error codes/messages
     13
    1214    // model inits are needed in pmSourceIO
    13     // XXX do we want to do the local model inits a la psphot?
     15    // models defined in psphot/src/models are not available in psastro
    1416    pmModelGroupInit ();
    1517
Note: See TracChangeset for help on using the changeset viewer.