IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14308


Ignore:
Timestamp:
Jul 18, 2007, 4:02:02 PM (19 years ago)
Author:
Paul Price
Message:

Cleaning up conflicts.

File:
1 edited

Legend:

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

    r14301 r14308  
    3232    float rej = psMetadataLookupF32(NULL, config->arguments, "REJ"); // Rejection threshold
    3333    pmSubtractionKernelsType type = psMetadataLookupS32(NULL, config->arguments,
    34                                                          "KERNEL.TYPE"); // Kernel type
     34                                                        "KERNEL.TYPE"); // Kernel type
    3535    bool reverse = psMetadataLookupBool(NULL, config->arguments, "REVERSE"); // Reverse sense of subtraction?
    3636    psVector *widths = psMetadataLookupPtr(NULL, config->arguments, "ISIS.WIDTHS"); // ISIS Gaussian widths
     
    4141                                    config); // Value to mask
    4242    psMaskType maskBlank = pmConfigMask(psMetadataLookupStr(NULL, config->arguments, "MASK.BLANK"),
     43                                        config); // Mask for blank region
     44    int inner = psMetadataLookupS32(NULL, config->arguments, "INNER"); // Inner radius
     45    int binning = psMetadataLookupS32(NULL, config->arguments, "SPAM.BINNING"); // Binning for SPAM kernel
     46    psMaskType maskBad = pmConfigMask(psMetadataLookupStr(NULL, config->arguments, "MASK.BAD"),
     47                                    config); // Value to mask
     48    psMaskType maskBlank = pmConfigMask(psMetadataLookupStr(NULL, config->arguments, "MASK.BLANK"),
    4349                                        config); // Mask for blank reg.
    4450
     
    164170    }
    165171
    166 #if 1
     172#ifdef TESTING
    167173    // Generate image with convolution kernels
    168174    int fullSize = 2 * size + 1 + 1;    // Full size of kernel
     
    197203#endif
    198204
     205    psFree(subMask);
    199206    psFree(kernels);
    200207    psFree(stamps);
Note: See TracChangeset for help on using the changeset viewer.