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

    r19676 r19931  
    699699    PXOPT_LOOKUP_F32(dtime_final, config->args, "-dtime_final", false, false);
    700700    PXOPT_LOOKUP_F32(dtime_phot, config->args, "-dtime_phot", false, false);
     701    PXOPT_LOOKUP_F32(dtime_script, config->args, "-dtime_script", false, false);
    701702    PXOPT_LOOKUP_F32(match_mean, config->args, "-match_mean", false, false);
    702703    PXOPT_LOOKUP_F32(match_stdev, config->args, "-match_stdev", false, false);
     
    736737                               dtime_final,
    737738                               dtime_phot,
     739                               dtime_script,
    738740                               match_mean,
    739741                               match_stdev,
Note: See TracChangeset for help on using the changeset viewer.