Changeset 15123
- Timestamp:
- Sep 29, 2007, 1:15:45 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_070920/psModules/src/camera/pmFPAfileDefine.c
r15122 r15123 296 296 psVector *tile = psVectorAlloc(3, PS_TYPE_S32); // Tile sizes 297 297 file->bitpix = parseOptionInt(scheme, "BITPIX", source, 0); // Bits per pixel 298 tile->data.S32[0] = parseOptionIn (scheme, "TILE.X", source, 0); // Tiling in x298 tile->data.S32[0] = parseOptionInt(scheme, "TILE.X", source, 0); // Tiling in x 299 299 tile->data.S32[1] = parseOptionInt(scheme, "TILE.Y", source, 1); // Tiling in y 300 300 tile->data.S32[2] = parseOptionInt(scheme, "TILE.Z", source, 1); // Tiling in z
Note:
See TracChangeset
for help on using the changeset viewer.
