IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 20, 2009, 4:09:29 PM (17 years ago)
Author:
Paul Price
Message:

Adding new column to diffSkyfile: deconv_max, which is the maximum 'deconvolution fraction' for a PSF-matching kernel. Values significantly in excess of 1 likely indicate a bad kernel.

File:
1 edited

Legend:

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

    r23922 r23940  
    507507    PXOPT_LOOKUP_F32(kernel_xy, config->args, "-kernel_xy", false, false);
    508508    PXOPT_LOOKUP_F32(kernel_yy, config->args, "-kernel_yy", false, false);
     509    PXOPT_LOOKUP_F32(deconv_max, config->args, "-deconv_max", false, false);
    509510    PXOPT_LOOKUP_S32(sources, config->args, "-sources", false, false);
    510511    PXOPT_LOOKUP_STR(hostname, config->args, "-hostname", false, false);
     
    535536                           kernel_xy,
    536537                           kernel_yy,
     538                           deconv_max,
    537539                           sources,
    538540                           dtime_diff,
Note: See TracChangeset for help on using the changeset viewer.