IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38074


Ignore:
Timestamp:
Mar 31, 2015, 4:09:20 PM (11 years ago)
Author:
watersc1
Message:

Fix WCS issue when the input stacks are not sorted to have the prototype stack equivalent to the 000 skycell entry.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSkycell/src/ppSkycellLoop.c

    r36655 r38074  
    240240              maxCRPIX1 = wcs->crpix1;
    241241            }
    242             if (wcs->crpix2 < maxCRPIX2) {
     242            if (wcs->crpix2 > maxCRPIX2) {
    243243              maxCRPIX2 = wcs->crpix2;
    244244            }
Note: See TracChangeset for help on using the changeset viewer.