IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14908


Ignore:
Timestamp:
Sep 20, 2007, 9:17:38 AM (19 years ago)
Author:
magnier
Message:

updated tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20070830/psLib/test/imageops/tap_psImageMapFit.c

    r14865 r14908  
    7979
    8080        // fit the data to the map
    81         psImageMapFit (map, x, y, f, NULL);
     81        psImageMapFit (map, NULL, 0, x, y, f, NULL);
    8282
    8383        psImage *model = psImageAlloc(field->numCols, field->numRows, PS_TYPE_F32);
     
    153153
    154154        // fit the data to the map
    155         psImageMapFit (map, x, y, f, NULL);
     155        psImageMapFit (map, NULL, 0, x, y, f, NULL);
    156156
    157157        psImage *model = psImageAlloc(field->numCols, field->numRows, PS_TYPE_F32);
     
    235235
    236236        // fit the data to the map
    237         psImageMapFit (map, x, y, f, NULL);
     237        psImageMapFit (map, NULL, 0, x, y, f, NULL);
    238238
    239239        psImage *model = psImageAlloc(field->numCols, field->numRows, PS_TYPE_F32);
     
    318318
    319319        // fit the data to the map
    320         psImageMapFit (map, x, y, f, NULL);
     320        psImageMapFit (map, NULL, 0, x, y, f, NULL);
    321321
    322322        psImage *model = psImageAlloc(field->numCols, field->numRows, PS_TYPE_F32);
     
    384384
    385385        // fit the data to the map
    386         psImageMapFit (map, x, y, f, NULL);
     386        psImageMapFit (map, NULL, 0, x, y, f, NULL);
    387387
    388388        psImage *model = psImageAlloc(field->numCols, field->numRows, PS_TYPE_F32);
     
    445445
    446446        // fit the data to the map
    447         psImageMapFit (map, x, y, f, NULL);
     447        psImageMapFit (map, NULL, 0, x, y, f, NULL);
    448448
    449449        psImage *model = psImageAlloc(field->numCols, field->numRows, PS_TYPE_F32);
     
    526526
    527527        // fit the data to the map
    528         psImageMapFit (map, x, y, f, NULL);
     528        psImageMapFit (map, NULL, 0, x, y, f, NULL);
    529529
    530530        psImage *model = psImageAlloc(field->numCols, field->numRows, PS_TYPE_F32);
     
    595595
    596596        // fit the data to the map
    597         psImageMapFit (map, x, y, f, NULL);
     597        psImageMapFit (map, NULL, 0, x, y, f, NULL);
    598598
    599599        psImage *model = psImageAlloc(field->numCols, field->numRows, PS_TYPE_F32);
     
    686686
    687687        // fit the data to the map
    688         psImageMapFit (map, x, y, f, NULL);
     688        psImageMapFit (map, NULL, 0, x, y, f, NULL);
    689689
    690690        psImage *model = psImageAlloc(field->numCols, field->numRows, PS_TYPE_F32);
     
    753753
    754754        // fit the data to the map
    755         psImageMapFit (map, x, y, f, NULL);
     755        psImageMapFit (map, NULL, 0, x, y, f, NULL);
    756756
    757757        psImage *model = psImageAlloc(field->numCols, field->numRows, PS_TYPE_F32);
     
    814814
    815815        // fit the data to the map
    816         psImageMapFit (map, x, y, f, NULL);
     816        psImageMapFit (map, NULL, 0, x, y, f, NULL);
    817817
    818818        psImage *model = psImageAlloc(field->numCols, field->numRows, PS_TYPE_F32);
Note: See TracChangeset for help on using the changeset viewer.