Camp2ascii

Camp2ascii is an open source tool that allows to extract the data contained within these binary files.
Download

Camp2ascii Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Mathias Bavay
  • Publisher web site:
  • http://mathias.bavay.free.fr/software/camp2ascii/index.html

Camp2ascii Tags


Camp2ascii Description

Camp2ascii is an open source tool that allows to extract the data contained within these binary files. The output can be formatted to suit your needs and you can very precisely control how much data you want to extract.How to use it?This is a command line program. Running it with the "-h" option shows a quick help explaining which options are available. Namely, the following options can be used: -c Compatibility: produces the same amount of output as tob32-a Extract data from all valid frames-d Use as a field delimiter in the output-h Show this help-l Show the license-n Number of invalid frames triggering a full stop (0=never stop)-t Style to use for the output (grace, tob32, excel, sql)-o Output data to file -s Sort the output in chronological order (if necessary) (TODO)-p Use stdin as input data-k Do not output sub-seconds if equal zero-z Copy valid frames to the output, as binarySome explanations might be needed... First, you have to know that all data is enclosed within frames in such a binary file. A frame contains a header (frame timestamp, etc), a data segment (the data we are interested in) and a footer (flags, validation code...). This figure shows such a structure. A frame might contain several physical timestamps, they will be calculated by camp2ascii if needed. At first, when inserting a new memory card, the data logger fills the card with one big file that contains only empty/invalid frames.Then, when doing the data acquisition, the frames are filled and marked as valid frames. If the memory card gets full, the data logger will write over the begining of the file. The "-c" option forces the extraction of frames according to what the original tool would do (thus not outputing all valid frames). On the other hand, the tools usualy given by Campbell Scientific don't output all the frames, specifically when the begining of the file has been written over.Because extracting all the frames would show the (potentially) newest data first (at the begining of the file) and then the older one (not yet written over by the data logger), the "-s" option allows you to ask for a sorted extraction: the old section of the file is extracted first, then a new pass is done in order to extract the newest section of the file.What's New in This Release:· The Tob1 file format is now supported alongside tob2 and tob3.· Almost all Campbell Scientific data types are now supported and validated.· Critical sections of the code have been cleaned up in order to make it portable to other architectures (64 bytes, endianness, etc.).· A few bugfixes and some code cleanup are also part of this release.


Camp2ascii Related Software