IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 23, 2008, 12:52:59 PM (18 years ago)
Author:
Paul Price
Message:

Adding range for warps.

File:
1 edited

Legend:

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

    r17711 r17782  
    774774    PXOPT_LOOKUP_F64(bg_stdev, config->args, "-bg_stdev", false, false);
    775775    PXOPT_LOOKUP_F32(dtime_warp, config->args, "-dtime_warp", false, false);
     776    PXOPT_LOOKUP_S32(xmin, config->args, "-xmin", false, false);
     777    PXOPT_LOOKUP_S32(xmax, config->args, "-xmax", false, false);
     778    PXOPT_LOOKUP_S32(ymin, config->args, "-ymin", false, false);
     779    PXOPT_LOOKUP_S32(ymax, config->args, "-ymax", false, false);
    776780    PXOPT_LOOKUP_STR(hostname, config->args, "-hostname", false, false);
    777781    PXOPT_LOOKUP_F32(good_frac, config->args, "-good_frac", false, false);
     
    800804                           hostname,
    801805                           good_frac,
     806                           xmin,
     807                           xmax,
     808                           ymin,
     809                           ymax,
    802810                           ignore,
    803811                           code
Note: See TracChangeset for help on using the changeset viewer.