IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 15, 2005, 3:10:36 PM (21 years ago)
Author:
gusciora
Message:

There are a lot of changes here required by the new SDRS. Most changes
involve the new definitions of the psAstrometry types. Not all tests work
correctly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/test/verified/tst_pmObjects01.stdout

    r4228 r4770  
    8181Calling pmSourceLocalSky with wrong-type psImage.  Should generate error and return NULL.
    8282----------------------------------------------------------------------------------
    83 Calling pmSourceLocalSky with NULL psPeak.  Should generate error and return NULL.
     83Calling pmSourceLocalSky with NULL pmPeak.  Should generate error and return NULL.
    8484----------------------------------------------------------------------------------
    8585Calling pmSourceLocalSky with innerRadius<0.0.  Should generate error and return NULL.
     
    9090----------------------------------------------------------------------------------
    9191----------------------------------------------------------------------------------
    92 Calling pmSourceSetPixelsCircle with NULL psSource.  Should generate error and return NULL.
     92Calling pmSourceSetPixelsCircle with NULL pmSource.  Should generate error and return NULL.
    9393----------------------------------------------------------------------------------
    9494Calling pmSourceSetPixelsCircle with NULL psImage.  Should generate error and return NULL.
     
    101101----------------------------------------------------------------------------------
    102102----------------------------------------------------------------------------------
    103 Calling pmSourceMoments with NULL psSource.  Should generate error and return NULL.
     103Calling pmSourceMoments with NULL pmSource.  Should generate error and return NULL.
    104104----------------------------------------------------------------------------------
    105105Calling pmSourceMoments with radius < 0.0.  Should generate error and return NULL.
     
    143143Calling pmSourceLocalSky with valid data.
    144144----------------------------------------------------------------------------------
    145 Calling pmSourceModelGuess with NULL psSource.  Should generate error, return FALSE.
     145Calling pmSourceModelGuess with NULL pmSource.  Should generate error, return FALSE.
    146146----------------------------------------------------------------------------------
    147147Calling pmSourceModelGuess with NULL psImage.  Should generate error, return FALSE.
     
    162162Calling pmSourceLocalSky with valid data.
    163163----------------------------------------------------------------------------------
    164 Calling pmSourceContour with NULL psSource .  Should generate error, return NULL.
     164Calling pmSourceContour with NULL pmSource .  Should generate error, return NULL.
    165165----------------------------------------------------------------------------------
    166166Calling pmSourceContour with NULL psImage .  Should generate error, return NULL.
     
    183183Calling pmSourceFitModel with NULL psImage.  Should generate error, return FALSE.
    184184----------------------------------------------------------------------------------
    185 Calling pmSourceFitModel with NULL psSource.  Should generate error, return FALSE.
     185Calling pmSourceFitModel with NULL pmSource.  Should generate error, return FALSE.
    186186----------------------------------------------------------------------------------
    187187Calling pmSourceFitModel with acceptable data.
Note: See TracChangeset for help on using the changeset viewer.