IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 6, 2012, 6:32:19 PM (14 years ago)
Author:
watersc1
Message:

merge from trunk. Preliminary versions of stacktool/warptool updates and regenerate_background.pl script. The warp code is finished and tested, and I still need to get the stack version resolved.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20120906/ppSkycell/src/ppSkycellLoop.c

    r34625 r34772  
    272272            psImageOverlaySection(image2, bin2RO->image, xOffset2, yOffset2, "E");
    273273            if (data->masksName) {
    274                 psImageOverlaySection(mask1, bin1RO->mask, xOffset1, yOffset1, "=");
    275                 psImageOverlaySection(mask2, bin2RO->mask, xOffset2, yOffset2, "=");
     274                psImageOverlaySection(mask1, bin1RO->mask, xOffset1, yOffset1, "M");
     275                psImageOverlaySection(mask2, bin2RO->mask, xOffset2, yOffset2, "M");
    276276            }
    277277
Note: See TracChangeset for help on using the changeset viewer.