IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 6, 2008, 2:02:15 PM (18 years ago)
Author:
Paul Price
Message:

Reusing astrometry time field since ppImage doesn't do that any more. Deleting fields requiring astrometric matching from chipProcessedImfile. No need to propagate processing times from chip to camera. Add dtime_script to processing results. Increment ippdb version number to 1.1.40.

File:
1 edited

Legend:

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

    r19647 r19931  
    903903    PXOPT_LOOKUP_F64(bg_stdev, config->args, "-bg_stdev", false, false);
    904904    PXOPT_LOOKUP_F32(dtime_warp, config->args, "-dtime_warp", false, false);
     905    PXOPT_LOOKUP_F32(dtime_script, config->args, "-dtime_script", false, false);
    905906    PXOPT_LOOKUP_S32(xmin, config->args, "-xmin", false, false);
    906907    PXOPT_LOOKUP_S32(xmax, config->args, "-xmax", false, false);
     
    932933                           bg_stdev,
    933934                           dtime_warp,
     935                           dtime_script,
    934936                           hostname,
    935937                           good_frac,
Note: See TracChangeset for help on using the changeset viewer.