User Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
documentation:data_converters [2013/05/24 18:05] – created kurtisndocumentation:data_converters [2013/05/29 22:21] (current) kurtisn
Line 4: Line 4:
  
 http://www.phys.hawaii.edu/~kurtisn/software/2013-05-24_conversion_code.tar.gz  http://www.phys.hawaii.edu/~kurtisn/software/2013-05-24_conversion_code.tar.gz
 +
 +http://www.phys.hawaii.edu/~kurtisn/software/2013-05-28_conversion_code.tar.gz  (Updated May 28, 2013)
  
 If you need to make modifications, the primary place to look is in src/lib/CamacStructure.cpp.  This is where you set up the crates and modules.  In the future, this should migrate to a configuration file, but alas, I never had time to get that part going. If you need to make modifications, the primary place to look is in src/lib/CamacStructure.cpp.  This is where you set up the crates and modules.  In the future, this should migrate to a configuration file, but alas, I never had time to get that part going.
Line 27: Line 29:
 And the following issue: And the following issue:
  
-- The event number does not seem to be incrementing, ever.+- The event number does not seem to be incrementing, ever.  (This was fixed in the updated version)
  
 I'm trying to spot check other modules but I don't really know what I should be seeing out of them.  Can you verify that the following is still the current configuration: I'm trying to spot check other modules but I don't really know what I should be seeing out of them.  Can you verify that the following is still the current configuration:
  
 Station         Module Station         Module
 +
 -------         ------ -------         ------
 +
 2               Kaizu ADC (12 ch) 2               Kaizu ADC (12 ch)
 +
 4               Kaizu ADC (12 ch) 4               Kaizu ADC (12 ch)
 +
 6               Kaizu ADC (12 ch) 6               Kaizu ADC (12 ch)
 +
 8               Kaizu TDC (8 ch) 8               Kaizu TDC (8 ch)
 +
 10              Kaizu TDC (8 ch) 10              Kaizu TDC (8 ch)
 +
 12              Kaizu TDC (8 ch) 12              Kaizu TDC (8 ch)
 +
 14              Kaizu TDC (8 ch) 14              Kaizu TDC (8 ch)
 +
 16              LeCroy 3377 TDC (32 ch) 16              LeCroy 3377 TDC (32 ch)
 +
 18              LeCroy 2228A TDC (8 ch) 18              LeCroy 2228A TDC (8 ch)
 +
 21              Kaizu Scaler (12 ch) 21              Kaizu Scaler (12 ch)
 +
 22              Dataway Indicator (Not actually a readable module) 22              Dataway Indicator (Not actually a readable module)
  
 In particular, are the channel counts above right?   I see many modules that have partially populated values, so I may be assuming the wrong number of channels.  If any of them are wrong on my end I can fix it up immediately and send you a new version. In particular, are the channel counts above right?   I see many modules that have partially populated values, so I may be assuming the wrong number of channels.  If any of them are wrong on my end I can fix it up immediately and send you a new version.