IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 28, 2010, 5:38:54 PM (16 years ago)
Author:
eugene
Message:

add CONVOL_MAX to output fields; remove unneeded abort: if kernel is supplied, we do not need to determine and supply the FWHMs (they are only used for generating the kernel)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubMatchPSFs.c

    r29551 r29593  
    110110    pmReadout *kernelRO = pmFPAfileThisReadout(config->files, view, "PPSUB.OUTPUT.KERNELS"); // RO with kernel
    111111    if (kernelRO) {
    112         psAbort("we probably need to set the FWHM values");
    113112        psFree(view);
    114113        return true;
     
    306305    int binning = psMetadataLookupS32(NULL, recipe, "SPAM.BINNING"); // Binning for SPAM kernel
    307306    float penalty = psMetadataLookupF32(NULL, recipe, "PENALTY"); // Penalty for wideness
     307
    308308    int iter = psMetadataLookupS32(NULL, recipe, "ITER"); // Rejection iterations
    309309    float rej = psMetadataLookupF32(NULL, recipe, "REJ"); // Rejection threshold
Note: See TracChangeset for help on using the changeset viewer.