IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 2, 2008, 3:57:59 PM (18 years ago)
Author:
Paul Price
Message:

Removing MODE_TARGET mode --- this is now done by generating a fake image (with pmReadoutFakeFromSources) and matching to that with MODE_1 or MODE_2 as appropriate. Changed pmSubtractionMatch and pmSubtractionConvolve so that two output 'convolved' images are always produced. This makes it easier to determine what to subtract from what.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtractionEquation.c

    r16607 r17297  
    521521        bool status;                    // Status of least-squares matrix/vector calculation
    522522        switch (kernels->mode) {
    523           case PM_SUBTRACTION_MODE_TARGET:
    524523          case PM_SUBTRACTION_MODE_1:
    525524            status = calculateMatrix(stamp->matrix1, kernels, stamp->convolutions1, stamp->image1,
     
    941940            psArray *convolutions;      // Convolution postage stamps for each kernel basis function
    942941            switch (kernels->mode) {
    943               case PM_SUBTRACTION_MODE_TARGET:
    944942              case PM_SUBTRACTION_MODE_1:
    945943                target = stamp->image2;
Note: See TracChangeset for help on using the changeset viewer.