Changeset 10782
- Timestamp:
- Dec 16, 2006, 11:46:40 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastro.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastro.c
r9627 r10782 2 2 3 3 static 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"); 5 5 exit (2); 6 6 } … … 10 10 psTimerStart ("complete"); 11 11 12 psastroErrorRegister(); // register our error codes/messages 13 12 14 // 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 14 16 pmModelGroupInit (); 15 17
Note:
See TracChangeset
for help on using the changeset viewer.
