ldas-tools-framecpp 3.0.4
Loading...
Searching...
No Matches
framecpp_verify

Usage: framecpp_verify [options] file [file ...]

This verifies the contents of each file on the command line.

Option
Description
–bsNumber of 1k blocks to use for io. (Default: 256 )
–use-mmapUse memory mapped io. (Default: disabled )
–checksum-framesRun checksums on individual frames. (Default: no )
–checksum-file-onlyOnly validate the file checksum. (Default: no )
–verboseDisplay file name and exit status of each file processed. If it appears multiple times on the command line, the level of verbosity will increase. (Default: silent )
–no-metadata-checkDisable the checking of the frame's meta data. (Default: no check )
–metadata-checkEnable the checking of the frame's meta data. (Default: no check )
–check-for-duplicate-channel-namesCheck for duplicate channel names within a frame (Default: check )
–data-valid-allCheck the dataValid bit in FrAdcData structures for non-zero values. This reports all channels with non-zero dataValid values. (Default: first only )
–data-validCheck the dataValid bit in FrAdcData structures for non-zero values (Default: no check )
–collect-all-errorsCollect all errors associated with the stream (Default: first )
–relax-eof-checksumAccepts file that lack an end of file checksum. (Default: disabled )
–relaxUse a relaxed interpretation of the frame specification (Default: false )
–forceVerify each of the files instead of exiting on first exit. (Default: false )
–helpDisplay this message