IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 22, 2005, 10:38:21 AM (21 years ago)
Author:
eugene
Message:

fixed up WCS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroUtils.c

    r5565 r5575  
    102102                match = pmAstromRadiusMatch (rawstars, refstars, config);
    103103
    104                 // fit astrometric terms
     104                // improved fit for astrometric terms
    105105                pmAstromMatchFit (chip->toFPA, rawstars, refstars, match, config);
     106                chip->fromFPA = p_psPlaneTransformLinearInvert (chip->toFPA);
    106107            }
     108            pmAstromWriteWCS (chip->toFPA, fpa->toSky, cell->header);
    107109        }
    108110    }
Note: See TracChangeset for help on using the changeset viewer.