IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 8, 2011, 3:45:26 PM (15 years ago)
Author:
bills
Message:

support doing the static sky analysis with a single input

File:
1 edited

Legend:

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

    r30907 r31247  
    123123    psAssert (filters->data.list->n, "-select_filter should at least have a place-holder");
    124124    int num_filter = filters->data.list->n;
    125     if (num_filter < 2) {
    126         psError(PXTOOLS_ERR_CONFIG, false, "invalid request: only 1 filter selected");
    127         psFree(whereMD);
    128         return false;
    129     }
    130125
    131126    PXOPT_LOOKUP_BOOL(simple, config->args, "-simple", false);
Note: See TracChangeset for help on using the changeset viewer.