IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 6, 2009, 6:52:51 PM (17 years ago)
Author:
Paul Price
Message:

Making ppSub inverse mode work. Seems to work now --- produces the correct output files for inverse mode on and off, photometry on and off.

Location:
branches/pap/ppSub/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/ppSub/src

    • Property svn:ignore
      •  

        old new  
        1010stamp-h1
        1111ppSubKernel
         12ppSubErrorCodes.h
         13ppSubErrorCodes.c
  • branches/pap/ppSub/src/ppSubErrorCodes.c.in

    r23704 r23719  
    1 /** @file pswarpErrorCodes.c.in
     1/** @file ppSubErrorCodes.c.in
    22 *
    33 *  @brief
    44 *
    5  *  @ingroup pswarp
     5 *  @ingroup ppSub
    66 *
    77 *  @author IfA
     
    1212
    1313#include "pslib.h"
    14 #include "pswarpErrorCodes.h"
     14#include "ppSubErrorCodes.h"
    1515
    1616/*
    1717 * The line
    18     { PSWARP_ERR_$X{ErrorCode}, "$X{ErrorDescription}"},
     18    { PPSUB_ERR_$X{ErrorCode}, "$X{ErrorDescription}"},
    1919 * (without the Xs)
    2020 * will be replaced by values from errorCodes.dat
    2121 */
    22 void pswarpErrorRegister(void)
     22void ppSubErrorRegister(void)
    2323{
    2424    static psErrorDescription errors[] = {
    25        { PSWARP_ERR_BASE, "First value we use; lower values belong to psLib" },
    26        { PSWARP_ERR_${ErrorCode}, "${ErrorDescription}"},
     25       { PPSUB_ERR_BASE, "First value we use; lower values belong to psLib" },
     26       { PPSUB_ERR_${ErrorCode}, "${ErrorDescription}"},
    2727    };
    28     static int nerror = PSWARP_ERR_NERROR - PSWARP_ERR_BASE; ///< number of values in enum
     28    static int nerror = PPSUB_ERR_NERROR - PPSUB_ERR_BASE; ///< number of values in enum
    2929
    3030    for (int i = 0; i < nerror; i++) {
Note: See TracChangeset for help on using the changeset viewer.