IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 5, 2008, 10:57:34 AM (18 years ago)
Author:
Paul Price
Message:

Adding -all flag to allow all skycells to be queued for stacking. Gets around the requirement that there be some -select_whatever flag.

File:
1 edited

Legend:

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

    r16724 r16826  
    4545    psTime *now = psTimeGetNow(PS_TIME_TAI);
    4646
    47     // -definebyquery
     47    // -queue
    4848    psMetadata *queueArgs = psMetadataAlloc();
    4949    psMetadataAddStr(queueArgs, PS_LIST_TAIL, "-workdir", 0,
     
    8888            "define max solar angle", NAN);
    8989
     90    psMetadataAddBool(queueArgs, PS_LIST_TAIL, "-all",  0,
     91            "allow everything to be queued without search terms", false);
    9092    psMetadataAddBool(queueArgs, PS_LIST_TAIL, "-simple",  0,
    9193            "use the simple output format", false);
Note: See TracChangeset for help on using the changeset viewer.