IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 29, 2004, 3:42:04 PM (22 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/test/tst_pmSubtractSky.c

    r2810 r2851  
    77 *  @author GLG, MHPCC
    88 *
    9  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-12-23 20:27:51 $
     9 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2004-12-30 01:42:04 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    327327    }
    328328
     329    printf("----------------------------------------------------------------\n");
     330    printf("Calling pmSubtractSky() with bogus psFit.  Should generate Error.\n\n");
     331    rc = pmSubtractSky(myReadout, (void *) myPoly, 54321, 1, myStats, -1.0);
     332    if (rc != myReadout) {
     333        printf("ERROR: pmSubtractSky() returned something other than psReadout\n");
     334        testStatus = false;
     335    }
     336
    329337
    330338    //    myReadout = pmSubtractSky(myReadout, (void *) myPoly, PM_FIT_POLYNOMIAL,
     
    339347    return(testStatus);
    340348}
    341 // This code will
Note: See TracChangeset for help on using the changeset viewer.