IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13022


Ignore:
Timestamp:
Apr 24, 2007, 5:59:32 PM (19 years ago)
Author:
Paul Price
Message:

Fixing WCS for FPA HDU.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSim/src/ppSimLoop.c

    r13017 r13022  
    716716
    717717    if (fpa->hdu) {
    718         fpa->hdu->header = wcsHeader(ra0, dec0, pa, scale * binning, 0.0, 0.0, 1, 1);
     718        fpa->hdu->header = wcsHeader(ra0, dec0, pa, scale * binning, 0.5 * (bounds->x1 - bounds->x0),
     719                                     0.5 * (bounds->y1 - bounds->y0), 1, 1);
    719720    }
    720721
Note: See TracChangeset for help on using the changeset viewer.