IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 14, 2005, 3:23:24 AM (21 years ago)
Author:
eugene
Message:

mask/noise are working

File:
1 edited

Legend:

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

    r4189 r4251  
    22
    33psMetadata *load_args (int *argc, char **argv) {
     4
     5  int N, Nfail;
     6
     7  // basic pslib options
     8  psLogSetFormat ("M");
     9  psLogArguments (argc, argv);
     10  psTraceArguments (argc, argv);
    411
    512  // identify options in args list - these go on config
     
    1926  }
    2027
    21   if (argc != 4) usage ();
     28  if (*argc != 4) usage ();
    2229
    2330  psMetadata *config = psMetadataParseConfig (NULL, &Nfail, argv[3], FALSE);
Note: See TracChangeset for help on using the changeset viewer.