1
0
Fork 0
mirror of https://github.com/gwm17/Specter.git synced 2024-11-23 02:38:52 -05:00
Commit Graph

22 Commits

Author SHA1 Message Date
Gordon McCann 8ea527c69f Added in a test server for debugging online connections. Fixed numerous errors in CompassOnlineSource and PhysicsEventBuilder. Now passes simple test, should be ready for full connection to CoMPASS. Also added Timer for profiling (eventually). 2022-04-11 09:41:24 -04:00
Gordon McCann b46df04c00 Several big changes. Biggest change: Added in Summary spectra!! Fully integrated into system. Changed spectrum and cut type identification to avoid extra string comps. Cut checking now handled differently, hopefully more efficiently (needs profiling). Renamed Resources to Assets to avoid Xcode weirdness 2022-03-31 15:23:45 -04:00
Gordon McCann 6837418ffa Added some much needed functionality to parameters. Can now bind with a default histogram, set parameters after default construction 2022-03-18 09:22:29 -04:00
Gordon McCann 34b448f850 Added descriptive comments to rest of code 2022-03-17 17:34:59 -04:00
Gordon McCann 887f025b3b Finished fleshing out user UI example. Also, added NavVariables (calc constants). 2022-03-09 22:44:45 -05:00
Gordon McCann e930448180 Structure overhaul. Revert to static linking, otherwise ImGui becomes really messy when making a new panel in the NavProject. Add a new example add-on panel for SPS, mass table. 2022-03-08 22:44:13 -05:00
Gordon McCann 2c4af3a0e0 Finished adding in initial comments 2022-03-06 15:17:54 -05:00
Gordon McCann e27d537788 Added colorbar and adjustable color scale to zoomed in 2D histograms 2022-02-22 20:11:08 -05:00
Gordon McCann 5f716b74e6 Major overall of internal resource management. Unify maps of histos, cuts, and params to one single static SpectrumManager. Change a bunch of stuff to reflect this 2022-02-20 22:19:33 -05:00
Gordon McCann 3520db208e Update NavProject to reflect changes 2022-02-19 11:33:21 -05:00
Gordon McCann 5b1dbb02f2 Switched default font 2022-02-12 20:32:57 -05:00
Gordon McCann e8166cdbcd Added intial test classes to NavProject for use with SPS data. After brief testing, obv issue that analysis speed tied to rendering rate. Reverted to multi-threaded case, albeit with layer style 2022-02-05 13:20:45 -05:00
Gordon McCann 8c6fce5220 Added Font Awesome icons, as well as icon header library. Editor now has icons for various actions 2022-01-29 20:15:13 -05:00
Gordon McCann 021358a620 Update NavProject to reflect changes 2022-01-19 22:47:20 -05:00
Gordon McCann 9ef998a5df Minor changes for editor functionality 2022-01-16 23:55:23 -05:00
Gordon McCann 13a7805cde Added HistogramMap class. Fixed ParameterMap usage, now isolated to the evb. 2022-01-09 14:06:10 -05:00
Gordon McCann 34bf7e741b Re-enabled windows support. Event builder now instanced outside application. Some premake cleanup. 2022-01-08 22:36:16 -05:00
Gordon McCann a56d47bbcd Removed and properly ignored extraneous build files from Xcode and MSVC 2022-01-03 15:37:38 -05:00
Gordon McCann 2fc8c946a7 Added beginnings of analysis stack 2021-12-31 14:48:18 -05:00
Gordon McCann e723416fcc Beginning addition of physics event building/analysis pipeline. Separate thread with event builder, start user customizable data analysis 2021-12-21 17:14:24 -05:00
Gordon McCann 45abdd122a Fixed some pch nonsense, hopefully works properly on Unix. 2021-12-19 12:58:03 -05:00
Gordon McCann 2502e2a620 Restructured the repo so that things make more sense 2021-12-18 20:00:32 -05:00