IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 29, 2008, 2:32:54 PM (18 years ago)
Author:
Paul Price
Message:

Seems that the sense of the offsets within pmModelAddWithOffset has changed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmReadoutFake.c

    r19997 r20468  
    136136            }
    137137            if (!pmModelAddWithOffset(fakeSource->pixels, NULL, fakeModel, PM_MODEL_OP_FULL, 0,
    138                                       - xOffset->data.S32[i], - yOffset->data.S32[i])) {
     138                                      xOffset->data.S32[i], yOffset->data.S32[i])) {
    139139                psErrorClear();
    140140                continue;
Note: See TracChangeset for help on using the changeset viewer.