briantdavis / EAS_BBB_DataAcquisition

EAS data acquisition using BeagleBone Black
GNU General Public License v2.0
6 stars 10 forks source link

hscpress Sensor Data does not match current log files on network drive #24

Open marsfan opened 6 years ago

marsfan commented 6 years ago

The HSC Press sensor is listed in the eas_daq_pack.h file as being a struct with one u8int_t and two u16int_t variables, for a total of 5 bytes

However, examination of the provided log files shows data that totals 6 bytes. An example of this is the first packet, which is listed as having a data section comprising of '00 00 48 31 DF 02'

The log files were likely made with a different version of the source code. Could I get some information regarding this, confirming the correct file size?