IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15961 for trunk/psModules


Ignore:
Timestamp:
Dec 30, 2007, 5:03:21 PM (19 years ago)
Author:
eugene
Message:

toSky should be DIS not WRP!

File:
1 edited

Legend:

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

    r15897 r15961  
    1010 *
    1111 *  @author EAM, IfA
    12  *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2007-12-22 17:53:15 $
     12 *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2007-12-31 03:03:21 $
    1414 *
    1515 *  Copyright 2007 Institute for Astronomy, University of Hawaii
     
    705705    // allocate a new toSky projection using the reported position
    706706    psFree (file->fpa->toSky);
    707     file->fpa->toSky = psProjectionAlloc (RA, DEC, Xs, Ys, PS_PROJ_WRP);
     707    file->fpa->toSky = psProjectionAlloc (RA, DEC, Xs, Ys, PS_PROJ_DIS);
    708708
    709709    // get boresite correction terms.  RX,RY,To,Po define an ellipse along which the boresite travels
Note: See TracChangeset for help on using the changeset viewer.