Go to the source code of this file.
| ( | name, | |||
| img, | ||||
| hdr | ||||
| ) |
[result]=WriteAnalyzeImgAppend_1_0_0(name,img,hdr)
Writes image data to end of file.
parameters:
name name of image file, will be created if not exist otherwise
data is appended to end of file
img image data (pix_val)
hdr image header from which following fields are read:
hdr.pre precision, in {8,16,32,64} bits
hdr.lim 2x1 array having min and max of image data without scale
factor
returns
0 in case of success, 1 in case of error
version 1.0.0,2005-10-19,Harri Merisaari, created
Copyright (c) 2005 by Turku PET Centre
| name | ||
| img | ||
| hdr |
1.5.2