IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2007, 1:58:17 PM (19 years ago)
Author:
jhoblitt
Message:

update psAbort() API

File:
1 edited

Legend:

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

    r11626 r11687  
    77 *  @author EAM, IfA
    88 *
    9  *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2007-02-03 06:34:28 $
     9 *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2007-02-07 23:58:17 $
    1111 *
    1212 *  Copyright 2006 Institute for Astronomy, University of Hawaii
     
    5858    // technically, we can have a plate scale here (fpa->toTPA:dx,dy != 1)
    5959    if (!psPlaneTransformIsDiagonal (fpa->toTPA))
    60         psAbort ("psastro", "invalid TPA transformation");
     60        psAbort("invalid TPA transformation");
    6161
    6262    pmAstromWCS *wcs = pmAstromWCSfromFPA(fpa, chip, tol);
     
    396396
    397397        if (fpa->toTPA == NULL)
    398             psAbort ("wcs", "projection defined, tangent-plane not defined");
     398            psAbort("projection defined, tangent-plane not defined");
    399399        if (fpa->fromTPA == NULL)
    400             psAbort ("wcs", "projection defined, tangent-plane not defined");
     400            psAbort("projection defined, tangent-plane not defined");
    401401
    402402        // convert from pixels on this chip to pixels on reference chip
     
    524524    // XXX not really: toTPA needs to have unity scale for distortion fitting function
    525525    if (!psPlaneTransformIsDiagonal (fpa->toTPA))
    526         psAbort ("psastro", "invalid TPA transformation");
     526        psAbort("invalid TPA transformation");
    527527
    528528    // XXX require chip->toFPA->x->nX == chip->toFPA->x->nY
Note: See TracChangeset for help on using the changeset viewer.