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

    r19769 r19931  
    358358    PXOPT_LOOKUP_F32(fringe_1, config->args,       "-fringe_1", false, false);
    359359    PXOPT_LOOKUP_F32(fringe_2, config->args,       "-fringe_2", false, false);
    360     PXOPT_LOOKUP_F32(sigma_ra, config->args,       "-sigma_ra", false, false);
    361     PXOPT_LOOKUP_F32(sigma_dec, config->args,      "-sigma_dec", false, false);
    362360    PXOPT_LOOKUP_F32(ap_resid, config->args,       "-ap_resid", false, false);
    363361    PXOPT_LOOKUP_F32(ap_resid_stdev, config->args, "-ap_resid_stdev", false, false);
    364     PXOPT_LOOKUP_F32(zp_mean, config->args,        "-zp_mean", false, false);
    365     PXOPT_LOOKUP_F32(zp_stdev, config->args,       "-zp_stdev", false, false);
    366362    PXOPT_LOOKUP_F32(fwhm_major, config->args,     "-fwhm_major", false, false);
    367363    PXOPT_LOOKUP_F32(fwhm_minor, config->args,     "-fwhm_minor", false, false);
    368364    PXOPT_LOOKUP_F32(dtime_detrend, config->args,  "-dtime_detrend", false, false);
    369365    PXOPT_LOOKUP_F32(dtime_photom,  config->args,  "-dtime_photom",  false, false);
    370     PXOPT_LOOKUP_F32(dtime_astrom,  config->args,  "-dtime_astrom",  false, false);
     366    PXOPT_LOOKUP_F32(dtime_total,  config->args,   "-dtime_total",  false, false);
     367    PXOPT_LOOKUP_F32(dtime_script, config->args,   "-dtime_script", false, false);
    371368    PXOPT_LOOKUP_STR(hostname, config->args,       "-hostname", false, false);
    372369    PXOPT_LOOKUP_F32(n_stars, config->args, "-n_stars", false, false);
    373370    PXOPT_LOOKUP_F32(n_extended, config->args, "-n_extended", false, false);
    374371    PXOPT_LOOKUP_F32(n_cr, config->args, "-n_cr", false, false);
    375     PXOPT_LOOKUP_F32(n_astrom, config->args, "-n_astrom", false, false);
    376372    PXOPT_LOOKUP_STR(path_base, config->args, "-path_base", false, false);
    377373
     
    398394                                   fringe_1,
    399395                                   fringe_2,
    400                                    sigma_ra,
    401                                    sigma_dec,
    402396                                   ap_resid,
    403397                                   ap_resid_stdev,
    404                                    zp_mean,
    405                                    zp_stdev,
    406398                                   fwhm_major,
    407399                                   fwhm_minor,
    408400                                   dtime_detrend,
    409401                                   dtime_photom,
    410                                    dtime_astrom,
     402                                   dtime_total,
     403                                   dtime_script,
    411404                                   hostname,
    412405                                   n_stars,
    413406                                   n_extended,
    414407                                   n_cr,
    415                                    n_astrom,
    416408                                   path_base,
    417409                                   code
Note: See TracChangeset for help on using the changeset viewer.