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

    r19592 r19931  
    407407    PXOPT_LOOKUP_F32(fwhm_major, config->args, "-fwhm_major", false, false);
    408408    PXOPT_LOOKUP_F32(fwhm_minor, config->args, "-fwhm_minor", false, false);
    409     PXOPT_LOOKUP_F32(dtime_detrend, config->args, "-dtime_detrend", false, false);
    410     PXOPT_LOOKUP_F32(dtime_photom, config->args, "-dtime_photom", false, false);
    411     PXOPT_LOOKUP_F32(dtime_astrom, config->args, "-dtime_astrom", false, false);
     409    PXOPT_LOOKUP_F32(dtime_script, config->args,   "-dtime_script", false, false);
    412410    PXOPT_LOOKUP_STR(hostname, config->args,       "-hostname", false, false);
    413411    PXOPT_LOOKUP_S32(n_stars, config->args,        "-n_stars", false, false);
     
    481479            fwhm_major,
    482480            fwhm_minor,
    483             dtime_detrend,
    484             dtime_photom,
    485             dtime_astrom,
     481            dtime_script,
    486482            hostname,
    487483            n_stars,
Note: See TracChangeset for help on using the changeset viewer.