checksumDAF: DAF File Checksum

View source: R/checksumDAF.R

checksumDAFR 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.
Endianness describes the bytes order of data stored within the files. This parameter may not be modified.

...

other arguments to be passed.


IFC documentation built on Sept. 14, 2023, 1:08 a.m.