Changeset 3977 for trunk/psLib/test/collections
- Timestamp:
- May 18, 2005, 7:18:20 PM (21 years ago)
- Location:
- trunk/psLib/test/collections
- Files:
-
- 2 edited
-
tst_psPixels.c (modified) (3 diffs)
-
verified/tst_psMetadata_01.stdout (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/tst_psPixels.c
r3974 r3977 5 5 * @author Robert DeSonia, MHPCC 6 6 * 7 * @version $Revision: 1. 1$7 * @version $Revision: 1.2 $ 8 8 * $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-05-19 0 2:57:03$9 * @date $Date: 2005-05-19 05:18:20 $ 10 10 * 11 11 * Copyright 2005 Maui High Performance Computing Center, University of Hawaii … … 328 328 pixels->n = 10; 329 329 330 psImage* mask = psPixelsToMask(NULL,pixels,(psRegion) { 331 0,10,0,10 332 } 333 ,1); 330 psImage* mask = psPixelsToMask(NULL,pixels, psRegionSet(0,10,0,10), 1); 334 331 335 332 if (mask == NULL) { … … 358 355 359 356 // test when input psPixels is NULL. 360 mask = psPixelsToMask(mask, NULL, (psRegion) { 361 0,10,0,10 362 } 363 ,1); 357 mask = psPixelsToMask(mask, NULL, psRegionSet(0,10,0,10), 1); 364 358 if (mask != NULL) { 365 359 psError(PS_ERR_UNKNOWN, true, -
trunk/psLib/test/collections/verified/tst_psMetadata_01.stdout
r3945 r3977 44 44 Key Name: PCOUNT Key mdType: 0x00000104 Key Value: 0 Key Comment: required keyword; must = 0 45 45 Key Name: XTENSION Key mdType: 0x00010001 Key Value: 'IMAGE ' Key Comment: IMAGE extension 46 Key Name: BITPIX Key mdType: 0x0001000a Key Value: Key Comment: 46 Key Name: BITPIX Key mdType: 0x0001000a Key Value: Key Comment: List of Metadata Items 47 47 Key Name: BITPIX Key mdType: 0x00000104 Key Value: -64 Key Comment: number of bits per data pixel 48 48 Key Name: BITPIX Key mdType: 0x00000104 Key Value: -64 Key Comment: number of bits per data pixel 49 49 Key Name: GCOUNT Key mdType: 0x00000104 Key Value: 1 Key Comment: required keyword; must = 1 50 Key Name: HISTORY Key mdType: 0x0001000a Key Value: Key Comment: 50 Key Name: HISTORY Key mdType: 0x0001000a Key Value: Key Comment: List of Metadata Items 51 51 Key Name: HISTORY Key mdType: 0x00010001 Key Value: Key Comment: File modified by user 'harman' with fv on 2004-08-04T<DATE> 52 52 Key Name: HISTORY Key mdType: 0x00010001 Key Value: Key Comment: File modified by user 'harman' with fv on 2004-08-04T<DATE> … … 81 81 Key Name: GCOUNT Key mdType: 0x00000104 Key Value: 1 Key Comment: required keyword; must = 1 82 82 Key Name: BITPIX Key mdType: 0x00000104 Key Value: -64 Key Comment: number of bits per data pixel 83 Key Name: HISTORY Key mdType: 0x0001000a Key Value: Key Comment: 83 Key Name: HISTORY Key mdType: 0x0001000a Key Value: Key Comment: List of Metadata Items 84 84 Key Name: HISTORY Key mdType: 0x00010001 Key Value: Key Comment: File modified by user 'harman' with fv on 2004-08-04T<DATE> 85 85 Key Name: HISTORY Key mdType: 0x00010001 Key Value: Key Comment: File modified by user 'harman' with fv on 2004-08-04T<DATE>
Note:
See TracChangeset
for help on using the changeset viewer.
