IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 20, 2007, 4:06:24 PM (19 years ago)
Author:
Paul Price
Message:

uri and path_base only required if code != 0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/difftoolConfig.c

    r14250 r14358  
    119119            "define warp ID (required)", NULL);
    120120    psMetadataAddStr(adddiffskyfileArgs, PS_LIST_TAIL, "-uri", 0,
    121             "define URI of file (required)", 0);
     121            "define URI of file", 0);
    122122    psMetadataAddStr(adddiffskyfileArgs, PS_LIST_TAIL, "-path_base", 0,
    123             "define base output location (required)", 0);
     123            "define base output location", 0);
    124124    psMetadataAddF64(adddiffskyfileArgs, PS_LIST_TAIL, "-bg",  0,
    125125            "define exposure background", NAN);
Note: See TracChangeset for help on using the changeset viewer.