IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 10, 2009, 12:52:50 PM (17 years ago)
Author:
watersc1
Message:

Fixes things that I thought were merged, but then discovered hadn't been. This includes the changes for cleanup, astrometry, and burntool.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/psModules/src/astrom/pmAstrometryWCS.c

    r25299 r25324  
    290290    if (pcKeys) {
    291291        wcs->wcsCDkeys = 0;
    292 
    293292        wcs->cdelt1 = psMetadataLookupF64 (&status, header, "CDELT1");
    294293        wcs->cdelt2 = psMetadataLookupF64 (&status, header, "CDELT2");
     
    379378    // XXX make it optional to write out CDi_j terms, or other versions
    380379    // apply CDELT1,2 (degrees / pixel) to yield PCi,j terms of order unity
    381 
    382380    if (!(wcs->wcsCDkeys)) {
    383381
     
    423421    }
    424422    if (wcs->wcsCDkeys) {
     423
    425424      psMetadataAddF64 (header, PS_LIST_TAIL, "CD1_1", PS_META_REPLACE, "", wcs->trans->x->coeff[1][0]);
    426425      psMetadataAddF64 (header, PS_LIST_TAIL, "CD1_2", PS_META_REPLACE, "", wcs->trans->x->coeff[0][1]);
Note: See TracChangeset for help on using the changeset viewer.