IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 29, 2008, 10:55:06 AM (18 years ago)
Author:
Paul Price
Message:

Don't rely on the input source list to have finite magnitudes (at the moment this is probably due to a mis-scaled weight map in the stacks), but use the image to set the flux of the stamp (which is only used to create the order of use). This provides some degree of flexibility, so that a subtraction can be performed even if the input is not optimal. Also, this way the multiple input methods (CMF, text list) are treated the same.

File:
1 edited

Legend:

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

    r20049 r20465  
    248248
    249249            if (sources) {
    250                 stamps = pmSubtractionStampsSetFromSources(sources, subMask, region, footprint,
     250                stamps = pmSubtractionStampsSetFromSources(sources, ro1->image, subMask, region, footprint,
    251251                                                           stampSpacing, subMode);
    252252            } else if (stampsName && strlen(stampsName) > 0) {
Note: See TracChangeset for help on using the changeset viewer.