IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 16, 2008, 12:13:21 PM (18 years ago)
Author:
jhoblitt
Message:

add stacktool -random_subset support (completely untested - probably does not work)

File:
1 edited

Legend:

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

    r18093 r18148  
    9191    psMetadataAddF64(queueArgs, PS_LIST_TAIL, "-select_solang_max",  0,
    9292            "define max solar angle", NAN);
     93    psMetadataAddBool(definebyqueryArgs, PS_LIST_TAIL, "-random_subset",  0,
     94            "use a random subset of elements", false);
     95    psMetadataAddS32(definebyqueryArgs, PS_LIST_TAIL, "-random_limit",  0,
     96            "use this number of random elements", 20);
    9397
    9498    psMetadataAddBool(queueArgs, PS_LIST_TAIL, "-all",  0,
Note: See TracChangeset for help on using the changeset viewer.