Fix the cursor tracker in mapped mode -- so it's not got channel granularity
Get the log->pixel transform working (forgot about the reversed coordinates for pixels in X11 _sigh_)
Play with from log transforms in pixel space (log counts -> pixels).
Fix/centralize log transforms.
Refactor xaxis extent determination into xaxis_extent fixes marker positioning
* Fix error intransformations - properly clip ypix->ychan
Opportunistic reformatting to short version of the license notice in the file
Got 2d track cursor workign -- removed ATT switch bug from
Got 1d track cursor working properly with centralized transforms
Recoded convert.cc in terms of transformations - for better or for worse.
Finished coding the transformations.{h,cpp} file
Coded ypixel_to_ychan
Coded yaxis_to_ypixel
Wrote xaxis_to_xpixel transformation
Coded ypixel_to_yaxis
Coded cl/main/Display'
Write initial generic transformation methods
MDPP32 QDC has 16bit long time information
Filter out duplicate treeparameter names. This is done by
Demonstrate unique parameter list does not work
Completed testing of data decode
Got a good decode of a simple event
* Needed to fill the event list with an event..that's not done
Added support methods to build parameter value items
Tested ability to get variable defs from the decoder.
Finished testing handling of parameter definition items
* Extend the testStubs.cpp parameter map handling
* Integrated the stubs developed to test tree parameters so
Added utility methods to PDecodTest to help buld parameter definition records.
Clear tree parameter map in teardown so that we can do tests of the
Fully tested observers for unrecognized item types in ParameterDecoder::operator()
Test observer logic
Can lookup variables from the decoder after a variable def has been processed
Can give serveral items
Test variable item with one variable definitions
Test construction of SpecTcl::ParameterDecoder
Expose internals of ParameterDecoder to tests
Make a fake event sink that allows us to submit parameters to the
Empty test suite for parameter decoding code
Create infrastructure for testing the parameter decode
Make an event list in ParameterDecoding that lasts the lifetime of the ParmaeterDecoder so we're not always instantiating and killing event lists
* Bind parameters in a parmeter item to event indices.
Restore packing state in AnalysisRingItems.h
Hook FRIB analysis pipeline parameter decode to ring item decoder
Good compile on ParameterDecoding class.
ParameterDecoding::operator() should return a bool so that other things can be done if the item is not recognized
Install ParameterDecoding.h
* Import and strip down AnalysisRingItems.h for use in decoding.
Set version to 5.13-001
* Document unified format version in unifiedfmt-incorp.sh
Fix a mis-spelled 'exit' in a message
Compute gamma 1d indices as Int_t in operator[] for Gamma1DW and Gamma1DL
Document new container/program API elements
Make the tarball a pre6 tarball
In case a container is edited, replace rather than delete/add.
* Removed debug output from container::replace
* FIx errors in replacd with respect to linking new bindngs to old root.
* Added container::replace to replace the definition of an existing
Editing an existing program now replaces it rather than killing and re-creating
Factor out root record stuff from add/replace
Replace program implemented and tested - works
Document the readout wizard
Document the container wizard
Merge branch '12.0-pre6' of git.nscl.msu.edu:daqdev/NSCLDAQ into 12.0-pre6
Hook the readout wizard into mg_config
Custom program generationworks
Can make VMUSB and CCUSB readout programs properly
Add parameters to select timestamp libraries
Factor out creation of run control programs into makeRUnControlPrograms
Able to make all of the programs needed for a DDAS readout
Complete XIA Readout definition for v11.4+
Can create the needed sequences if all or some are missing.
Fix missing }
Support SERVICE_NAME env in client connections.
Able to make the primary readout definition for XIA Readout
Support multiword commands
Add missing ddas documents to the build
Clear name/value entries of name value pair editor when add is clicked
* Fixed error in custom -program default.
* Can extract XXUSB parameters.
Add missing GUI elements to select or not by serial #
* Added missing -name option to CommonAttributes.
* Wrote rest_init_script.tcl which can be used by managed
* Can get full XIA parameterization.
Blockout logic of common attribute handling with stubs
Stock container list from database
Added highlighting capability
* Add installation of readout_wizard to the build.
Dispatched action buttons
Hook CustomAttributes options to component options
ProgramWizard main form can select secondary form
Finish laying out custom readout program settings
Implement delete and move up context menu elements
Completed context menu implementation of ordered value list widget
Implemented replace button action
Implemented replace button actions.
Define popup context menu and bind to Button-3 in listbox
Implemented add button actions
Fix errors in modifying new containers - dropped init script
* Layout appearance of ordered list utility widget.