checksumDAF {IFC} | R Documentation |
DAF File Checksum
Description
This function returns CIF checksum computed from images values found in DAF Checksum is the sum of img IFDs (Image Field Directory) offsets of objects 0, 1, 2, 3 and 4.
Usage
checksumDAF(fileName, endianness = .Platform$endian, ...)
Arguments
fileName |
path to file. |
endianness |
The endian-ness ("big" or "little") of the target system for the file. Default is .Platform$endian. |
... |
other arguments to be passed. |
[Package IFC version 0.2.1 Index]