Data Analysis and Sorting Program (DASP)


by Ricardo Yanez
Last updated: May 1, 2017

Data Analysis and Sorting Program (DASP) is a C code that reads and decodes data stream files.

Currently, there are two versions that read and decode event files using the NSCL Data Acquisition system [1,2] version 8 and 11 data formats [3], respectively.

It must be taylored to a given data acquisition recording event (an experiment).

License

This is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version.

This is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. See the GNU General Public License for more details.

Download

File: dasp8.c dasp8.h (NSCL data format 8)

File: dasp11.c (NSCL ring format 11)

Compile

$ gcc -o dasp8 dasp8.c -lm
$ gcc -o dasp11 dasp11.c

References

[1] - NSCL Data Acquisition System

[2] - NSCL Data Acquisition Documentation

[3] - Jeromy Tompkins, Specifications for Transformations between NSCLDAQ Data Formats



This document was generated using AFT v5.098