IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 22, 2014, 10:52:35 AM (12 years ago)
Author:
bills
Message:

add -limit option to -defineskycalrun to limit the number of runs queued.
Mostly useful for testing

File:
1 edited

Legend:

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

    r35960 r37094  
    181181    psMetadataAddBool(defineskycalrunArgs, PS_LIST_TAIL, "-check_inputs",  0, "list inputs, do not modify database", false);
    182182    psMetadataAddBool(defineskycalrunArgs, PS_LIST_TAIL, "-simple", 0, "use the simple output format", false);
     183    psMetadataAddU64(defineskycalrunArgs, PS_LIST_TAIL, "-limit", 0, "limit result set to N items", 0);
    183184
    184185    // -updateskycalrun
Note: See TracChangeset for help on using the changeset viewer.