0
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Jun 12, 2023 — Jun 12, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
first two view modes working in AMScanView More... about 14 years ago
Merge branch 'master' of [email protected]:acquaman More... about 14 years ago
Cleaning up spectrum output More... about 14 years ago
split AMScanSetModel into separate class in dataman module. Could be useful elsewhere. Fixed bug in handling removal of scans from module. (was being interpreted as removing a channel when it shouldn't.) More... about 14 years ago
Merge branch 'master' of beamteam.usask.ca:acquaman More... about 14 years ago
created standard qt models for the list of channels in a scan, and an AMScanSetModel which is a tree of scans and channels. Also changed channel lookup by name to use a hash instead of a linear search. (Within AMScan or AMChannelListModel). Big question: move to unique integer id's instead of sequential indexes for scans and channels? Would simplify removing scans or channels. Would complicate iterating through them. More... about 14 years ago
Working version of mapping dacqlib pvno to column and subtreeColumn More... about 14 years ago
Working on map plotting. Have after the fact version. Need to check into signals coming from subtrees More... about 14 years ago
Actually have new variable parsing and assignment working. Can do pgt[#].count or pgt.count[#] or just regular channels. Need to implement recursive? More... about 14 years ago
Playing with variable definition procedure in mu parser More... about 14 years ago
Merge branch 'master' of [email protected]:acquaman into HEAD More... about 14 years ago
Working on spectra acquisition, had to alter some API and functionality in AMDataTree More... about 14 years ago
Forgot new files More... about 14 years ago
Working on SDD spectra More... about 14 years ago
added AMScanSetModel for representing a tree of scans/channels, with additional metadata for channels. tested using standard QTreeView in uiTest. More... about 14 years ago
Have working version of config/controller/viewer with detectors selection working properly More... about 14 years ago
Getting close to working config/controller/viewer. Some strange issue in dacq lib with adding records. More... about 14 years ago
Merge branch 'master' of [email protected]:acquaman into HEAD More... about 14 years ago
AMScanView is usable but incomplete. Changing view modes works. Next priority (doesn't work yet:): enable/disable channels with scan bar buttons; handle adding channels after scans are added to AMScanView. (probably causes crashes right now...) More... about 14 years ago
AMScanView is usable but incomplete. Changing view modes works. Next priority (doesn't work yet:): enable/disable channels with scan bar buttons; handle adding channels after scans are added to AMScanView. (probably causes crashes right now...) More... about 14 years ago
Working on config/controller heirarchy and viewer More... about 14 years ago
before checking out to help Boots More... about 14 years ago
Merge branch 'master' of [email protected]:acquaman More... about 14 years ago
forgotten AMScanView. More... about 14 years ago
Merge branch 'master' of [email protected]:acquaman More... about 14 years ago
Cleaning up config and control structure More... about 14 years ago
changed memory handling with AMScan's ownership of AMDataTree (moved to heap; made sure reference count = 1). Also, fixed memory bug where AMChannels would try to access AMScan's dataTree() in their destructor, but the dataTree (and the AMScan) had already been deleted. Happens because QObject children are deleted in ~QObject()... which happens AFTER ~AMScan(). Fixed by deleting AMChannels in ~AMScan(). More... about 14 years ago
Merge branch 'master' of beamteam.usask.ca:acquaman More... about 14 years ago
minor work on AMScanView prior to pulling in updates from David More... about 14 years ago
Working fix for realtime update on channels while scan running. Starting detector setup for scan configuration. More... about 14 years ago