Activity for Ron Fox

  • Ron Fox Ron Fox committed [0d2c7d] on Git

    Fix the cursor tracker in mapped mode -- so it's not got channel granularity

  • Ron Fox Ron Fox committed [bd205d] on Git

    Get the log->pixel transform working (forgot about the reversed coordinates for pixels in X11 _sigh_)

  • Ron Fox Ron Fox committed [7b7a6b] on Git

    Play with from log transforms in pixel space (log counts -> pixels).

  • Ron Fox Ron Fox committed [98c023] on Git

    Fix/centralize log transforms.

  • Ron Fox Ron Fox committed [85200b] on Git

    Refactor xaxis extent determination into xaxis_extent fixes marker positioning

  • Ron Fox Ron Fox committed [83627d] on Git

    * Fix error intransformations - properly clip ypix->ychan

  • Ron Fox Ron Fox committed [57d7cf] on Git

    Opportunistic reformatting to short version of the license notice in the file

  • Ron Fox Ron Fox committed [02d2e4] on Git

    Got 2d track cursor workign -- removed ATT switch bug from

  • Ron Fox Ron Fox committed [656f2e] on Git

    Got 1d track cursor working properly with centralized transforms

  • Ron Fox Ron Fox committed [a4ffb2] on Git

    Recoded convert.cc in terms of transformations - for better or for worse.

  • Ron Fox Ron Fox committed [4f0b5f] on Git

    Finished coding the transformations.{h,cpp} file

  • Ron Fox Ron Fox committed [9977bf] on Git

    Coded ypixel_to_ychan

  • Ron Fox Ron Fox committed [bdf512] on Git

    Coded yaxis_to_ypixel

  • Ron Fox Ron Fox committed [cb53b9] on Git

    Wrote xaxis_to_xpixel transformation

  • Ron Fox Ron Fox committed [4a7a4b] on Git

    Coded ypixel_to_yaxis

  • Ron Fox Ron Fox committed [fd9f0e] on Git

    Coded cl/main/Display'

  • Ron Fox Ron Fox committed [e42f54] on Git

    Write initial generic transformation methods

  • Ron Fox Ron Fox committed [d4cad3] on Git

    MDPP32 QDC has 16bit long time information

  • Ron Fox Ron Fox committed [21b2a7] on Git

    Filter out duplicate treeparameter names. This is done by

  • Ron Fox Ron Fox committed [8716d4] on Git

    Demonstrate unique parameter list does not work

  • Ron Fox Ron Fox committed [3cc6d5] on Git

    Completed testing of data decode

  • Ron Fox Ron Fox committed [97e2af] on Git

    Got a good decode of a simple event

  • Ron Fox Ron Fox committed [7106af] on Git

    * Needed to fill the event list with an event..that's not done

  • Ron Fox Ron Fox committed [e76744] on Git

    Added support methods to build parameter value items

  • Ron Fox Ron Fox committed [b49608] on Git

    Tested ability to get variable defs from the decoder.

  • Ron Fox Ron Fox committed [fd5699] on Git

    Finished testing handling of parameter definition items

  • Ron Fox Ron Fox committed [1cbd26] on Git

    * Extend the testStubs.cpp parameter map handling

  • Ron Fox Ron Fox committed [972e8a] on Git

    * Integrated the stubs developed to test tree parameters so

  • Ron Fox Ron Fox committed [3be733] on Git

    Added utility methods to PDecodTest to help buld parameter definition records.

  • Ron Fox Ron Fox committed [001372] on Git

    Clear tree parameter map in teardown so that we can do tests of the

  • Ron Fox Ron Fox committed [20b342] on Git

    Fully tested observers for unrecognized item types in ParameterDecoder::operator()

  • Ron Fox Ron Fox committed [729404] on Git

    Test observer logic

  • Ron Fox Ron Fox committed [890ca3] on Git

    Can lookup variables from the decoder after a variable def has been processed

  • Ron Fox Ron Fox committed [559ee1] on Git

    Can give serveral items

  • Ron Fox Ron Fox committed [7eb827] on Git

    Test variable item with one variable definitions

  • Ron Fox Ron Fox committed [b17e44] on Git

    Test construction of SpecTcl::ParameterDecoder

  • Ron Fox Ron Fox committed [195a59] on Git

    Expose internals of ParameterDecoder to tests

  • Ron Fox Ron Fox committed [ce9171] on Git

    Make a fake event sink that allows us to submit parameters to the

  • Ron Fox Ron Fox committed [923f8c] on Git

    Empty test suite for parameter decoding code

  • Ron Fox Ron Fox committed [d28e17] on Git

    Create infrastructure for testing the parameter decode

  • Ron Fox Ron Fox committed [5d56c5] on Git

    Make an event list in ParameterDecoding that lasts the lifetime of the ParmaeterDecoder so we're not always instantiating and killing event lists

  • Ron Fox Ron Fox committed [7f306b] on Git

    * Bind parameters in a parmeter item to event indices.

  • Ron Fox Ron Fox committed [152230] on Git

    Restore packing state in AnalysisRingItems.h

  • Ron Fox Ron Fox committed [0cf952] on Git

    Hook FRIB analysis pipeline parameter decode to ring item decoder

  • Ron Fox Ron Fox committed [fc2a8a] on Git

    Good compile on ParameterDecoding class.

  • Ron Fox Ron Fox committed [8ffe5c] on Git

    ParameterDecoding::operator() should return a bool so that other things can be done if the item is not recognized

  • Ron Fox Ron Fox committed [130405] on Git

    Install ParameterDecoding.h

  • Ron Fox Ron Fox committed [cff701] on Git

    * Import and strip down AnalysisRingItems.h for use in decoding.

  • Ron Fox Ron Fox committed [9d38e2] on Git

    Set version to 5.13-001

  • Ron Fox Ron Fox committed [494b27] on Git

    * Document unified format version in unifiedfmt-incorp.sh

  • Ron Fox Ron Fox committed [bd1f4b] on Git

    Fix a mis-spelled 'exit' in a message

  • Ron Fox Ron Fox committed [c8fd16] on Git

    Compute gamma 1d indices as Int_t in operator[] for Gamma1DW and Gamma1DL

  • Ron Fox Ron Fox committed [cf0de8]

    Document new container/program API elements

  • Ron Fox Ron Fox committed [b88156]

    Make the tarball a pre6 tarball

  • Ron Fox Ron Fox committed [7aa548]

    In case a container is edited, replace rather than delete/add.

  • Ron Fox Ron Fox committed [c1e440]

    * Removed debug output from container::replace

  • Ron Fox Ron Fox committed [3280a3]

    * FIx errors in replacd with respect to linking new bindngs to old root.

  • Ron Fox Ron Fox committed [edace8]

    * Added container::replace to replace the definition of an existing

  • Ron Fox Ron Fox committed [0d58ae]

    Editing an existing program now replaces it rather than killing and re-creating

  • Ron Fox Ron Fox committed [6f6212]

    Factor out root record stuff from add/replace

  • Ron Fox Ron Fox committed [71d53f]

    Replace program implemented and tested - works

  • Ron Fox Ron Fox committed [49ac44]

    Document the readout wizard

  • Ron Fox Ron Fox committed [0c926c]

    Document the container wizard

  • Ron Fox Ron Fox committed [8a5060]

    Merge branch '12.0-pre6' of git.nscl.msu.edu:daqdev/NSCLDAQ into 12.0-pre6

  • Ron Fox Ron Fox committed [0a362f]

    Hook the readout wizard into mg_config

  • Ron Fox Ron Fox committed [4c960d]

    Custom program generationworks

  • Ron Fox Ron Fox committed [c3d1ef]

    Can make VMUSB and CCUSB readout programs properly

  • Ron Fox Ron Fox committed [7b47c7]

    Add parameters to select timestamp libraries

  • Ron Fox Ron Fox committed [e44b43]

    Factor out creation of run control programs into makeRUnControlPrograms

  • Ron Fox Ron Fox committed [7eb749]

    Able to make all of the programs needed for a DDAS readout

  • Ron Fox Ron Fox committed [90c3b0]

    Complete XIA Readout definition for v11.4+

  • Ron Fox Ron Fox committed [df3a89]

    Can create the needed sequences if all or some are missing.

  • Ron Fox Ron Fox committed [b2ebf2]

    Fix missing }

  • Ron Fox Ron Fox committed [a42ed3]

    Support SERVICE_NAME env in client connections.

  • Ron Fox Ron Fox committed [b3513b]

    Able to make the primary readout definition for XIA Readout

  • Ron Fox Ron Fox committed [ea9a23]

    Support multiword commands

  • Ron Fox Ron Fox committed [09a5ef]

    Add missing ddas documents to the build

  • Ron Fox Ron Fox committed [4bfb13]

    Clear name/value entries of name value pair editor when add is clicked

  • Ron Fox Ron Fox committed [89467f]

    * Fixed error in custom -program default.

  • Ron Fox Ron Fox committed [0aa174]

    * Can extract XXUSB parameters.

  • Ron Fox Ron Fox committed [61c99e]

    Add missing GUI elements to select or not by serial #

  • Ron Fox Ron Fox committed [53107d]

    * Added missing -name option to CommonAttributes.

  • Ron Fox Ron Fox committed [c08c33]

    * Wrote rest_init_script.tcl which can be used by managed

  • Ron Fox Ron Fox committed [3bbcb8]

    * Can get full XIA parameterization.

  • Ron Fox Ron Fox committed [3e5e16]

    Blockout logic of common attribute handling with stubs

  • Ron Fox Ron Fox committed [7393a8]

    Stock container list from database

  • Ron Fox Ron Fox committed [34713a]

    Added highlighting capability

  • Ron Fox Ron Fox committed [19be38]

    * Add installation of readout_wizard to the build.

  • Ron Fox Ron Fox committed [602b32]

    Dispatched action buttons

  • Ron Fox Ron Fox committed [b77b20]

    Hook CustomAttributes options to component options

  • Ron Fox Ron Fox committed [e542bc]

    ProgramWizard main form can select secondary form

  • Ron Fox Ron Fox committed [9ea188]

    Finish laying out custom readout program settings

  • Ron Fox Ron Fox committed [25ee63]

    Implement delete and move up context menu elements

  • Ron Fox Ron Fox committed [3ea861]

    Completed context menu implementation of ordered value list widget

  • Ron Fox Ron Fox committed [4fcf60]

    Implemented replace button action

  • Ron Fox Ron Fox committed [2ddf27]

    Implemented replace button actions.

  • Ron Fox Ron Fox committed [1821dd]

    Define popup context menu and bind to Button-3 in listbox

  • Ron Fox Ron Fox committed [ada4a2]

    Implemented add button actions

  • Ron Fox Ron Fox committed [3856da]

    Fix errors in modifying new containers - dropped init script

  • Ron Fox Ron Fox committed [e5aa67]

    * Layout appearance of ordered list utility widget.

1 >
MongoDB Logo MongoDB