IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 16, 2007, 4:00:33 PM (19 years ago)
Author:
bills
Message:

Solved problem with chip and cell boundary calculations by using different
functions than pmChipPixels and pmCellExtents. They don't do their calculations
in image coordinates.

Implemented specifying width/height of the ROI in celestial coordinates.
Removed unneeded WCS calculation methods. (The bug I was chasing was actually
not in ppstamp. It was a bug in ds9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppstamp/src/ppstampOptions.c

    r15280 r15323  
    1717
    1818    options->celestialCenter = false;
    19     options->centerX         = NAN;
    20     options->centerY         = NAN;
    21     options->centerRA        = NAN;
    22     options->centerDEC       = NAN;
     19    options->centerX         = 0;
     20    options->centerY         = 0;
     21    options->centerRA        = 0;
     22    options->centerDEC       = 0;
    2323    options->celestialRange  = false;
    2424    options->dX   = 0;
Note: See TracChangeset for help on using the changeset viewer.