Class BinaryOfflineDataMap

java.lang.Object
dataMap.OfflineDataMap<BinaryOfflineDataMapPoint>
binaryFileStorage.BinaryOfflineDataMap

public class BinaryOfflineDataMap extends OfflineDataMap<BinaryOfflineDataMapPoint>
A binary offline data map is a datamap for a single data stream (i.e. the output of a PamDataBlock).
For each binary file, one map point will be created in a list within the datamap which gives basic information about the data within that time period. The data include the headers and footers read from either the data file or the index file and possibly also a Datagram - which gives more detail of the data than the simple counts of detections.
Individual modules may also override the data map points within the datamap in order to provide more detailed information, such as numbers of clicks splitup by species.
Author:
Doug Gillespie