IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 5, 2010, 1:35:27 PM (16 years ago)
Author:
bills
Message:

fix for ticket #1194. When linearizing WCS transform, set the reference
point to the center of the chip.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/astrom/pmAstrometryWCS.c

    r27461 r27862  
    972972    // FPA  -> TPA : identidy
    973973
     974    // NOTE: streaksremove's linearizeTransform function passes pointers to skeleton outFPA and outChip structs
     975    // Only outFPA->toSky is valid. No other memebers in these structs should be read. The resulting output transforms
     976    // are copied to inFPA and inChip by the caller.
     977
    974978    int nSamples = 10;  // 10 samples in each dimension
    975979
Note: See TracChangeset for help on using the changeset viewer.