IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17103


Ignore:
Timestamp:
Mar 24, 2008, 4:18:16 PM (18 years ago)
Author:
eugene
Message:

additional verbosity

File:
1 edited

Legend:

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

    r17034 r17103  
    99 *
    1010 *  @author EAM, IfA
    11  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2008-03-18 18:24:29 $
     11 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2008-03-25 02:18:16 $
    1313 *
    1414 *  Copyright 2007 Institute for Astronomy, University of Hawaii
     
    751751    file->fpa->toSky->D = boreSky->d;
    752752
     753    psTrace ("psModules.astrom", 5, "actual boresite coordinates: %lf, %lf\n", file->fpa->toSky->R*PS_DEG_RAD, file->fpa->toSky->D*PS_DEG_RAD);
     754    psTrace ("psModules.astrom", 5, "plate scale used: %lf, %lf\n", file->fpa->toSky->Xs*PS_DEG_RAD*3600.0, file->fpa->toSky->Ys*PS_DEG_RAD*3600.0);
     755
    753756    psFree (boreCH);
    754757    psFree (boreFP);
Note: See TracChangeset for help on using the changeset viewer.