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/difftool.c

    r19752 r19931  
    481481    PXOPT_LOOKUP_F32(dtime_match, config->args, "-dtime_match", false, false);
    482482    PXOPT_LOOKUP_F32(dtime_phot, config->args, "-dtime_phot", false, false);
     483    PXOPT_LOOKUP_F32(dtime_script, config->args, "-dtime_script", false, false);
    483484    PXOPT_LOOKUP_S32(stamps_num, config->args, "-stamps_num", false, false);
    484485    PXOPT_LOOKUP_F32(stamps_mean, config->args, "-stamps_mean", false, false);
     
    506507                           dtime_match,
    507508                           dtime_phot,
     509                           dtime_script,
    508510                           hostname,
    509511                           good_frac,
Note: See TracChangeset for help on using the changeset viewer.