-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v4 to v5 Port #48
Merged
Merged
v4 to v5 Port #48
Changes from 1 commit
Commits
Show all changes
149 commits
Select commit
Hold shift + click to select a range
8016812
Adding tc making and rearranging configuration a bit
alessandrothea a43b31f
Initial fragment removal.
aeoranday 7041a43
Bug fix.
aeoranday 92bb686
Prefer single row over single column.
aeoranday b55eace
Removed fragment separation.
aeoranday 790d18f
Updated to make use of new TPData.tp_data definition.
aeoranday 648cfd7
Updated to new format and added tick/second conversoin.
aeoranday 844b3d2
Bug fix and conversion correction.
aeoranday cc3ded5
Small style improvements.
aeoranday d96eccd
Fetches run number and file index.
aeoranday 8edc6fd
Shifted to double hist on PdfPages.
aeoranday 7884c1b
Shifted to double hist on PdfPages.
aeoranday a3c04ac
Detailed analysis on ADC Integral vs ADC Peak.
aeoranday 379adc9
Stops importing an empty binding.
aeoranday 614c35b
Merge pull request #11 from DUNE-DAQ/aeoranday/fragment-removal
aeoranday 0e607dc
Merge branch 'production/v4' into aeoranday/removing-pybindsrc-ref.
aeoranday 6dbe5d6
Merge pull request #15 from DUNE-DAQ/aeoranday/removing-pybindsrc-ref
aeoranday 7f1e14b
Flipped the linear/log ordering.
aeoranday cf86074
Added seconds option, variable bins, and xlabel.
aeoranday 6f8e962
Merge branch 'production/v4' into aeoranday/hdf5-file-attributes.
aeoranday 8cb33b2
Create dir on run id and file index and dump.
aeoranday 706bb80
Added an overwrite option and better word choice.
aeoranday 1031b64
--overwrite bug fix on mkdir logic.
aeoranday 2172bbe
Abstract HDF5 reader class.
aeoranday fbf708f
Working TC data loading from raw HDF5.
aeoranday 0dacb0b
TC data member plotting.
aeoranday 14f19c1
Unique save names and stats writing bug fix.
aeoranday 1e0ab28
Added time spans and ADC integral plots.
aeoranday 0b8dede
Changed double scaling display order and improved xticks.
aeoranday b14fc9a
Changed double scaling display order.
aeoranday f6644ab
Merge pull request #17 from DUNE-DAQ/aeoranday/hdf5-file-attributes
aeoranday 5bb0d54
Expanding paths and style changes.
aeoranday df64ac1
Syncing .github/workflows/dunedaq-v4-cpp-ci.yml
jcfreeman2 e53c427
Changed import style and comments.
aeoranday a96ac25
Corrected seconds/ticks unit change.
aeoranday 226b3d5
Updated docs for new TC plots.
aeoranday 876e71b
Updated to use relative links.
aeoranday ab949f9
Merge branch 'production/v4' into aeoranday/tc-data-and-plots.
aeoranday fbec67c
Updated to better debug phrasing.
aeoranday d4bd37b
Merge branch 'production/v4' into aeoranday/double-histogram.
aeoranday 8c357c3
Cleaning some redundant info.
aeoranday 335c917
Typo bug fix.
aeoranday 7e5cda3
Produces TCs. Creates at least 1 bad TC.
aeoranday 8e3d16e
Merge branch 'production/v4' into thea/tc_processing.
aeoranday b8f6f50
Merge pull request #19 from DUNE-DAQ/aeoranday/tc-data-and-plots
aeoranday e2c4897
Merge branch 'production/v4' into thea/tc_processing.
aeoranday 9280a6c
Added a skip to saving empty frags.
aeoranday 8eafd96
Merge branch 'production/v4' into aeoranday/double-histogram.
aeoranday 9149d52
Moved to script dir and made executable.
aeoranday e73551b
Move histograms to 1 PDF and remove old plots.
aeoranday 20a65bb
Added TA versions.
aeoranday 2ddcf76
Updated documentation.
aeoranday 37c3553
Updated help to include TCs.
aeoranday 94e3f80
Merge pull request #21 from DUNE-DAQ/thea/tc_processing
aeoranday e54e0bb
Merge pull request #22 from DUNE-DAQ/aeoranday/double-histogram
aeoranday 0919da8
Merge branch 'aeoranday/python-reader-refactoring' into aeoranday/pyt…
aeoranday e702558
Added flake8 style configuration.
aeoranday e703f27
Made concrete some common methods.
aeoranday 6a409b9
Made fragment path filtering automatic and required.
aeoranday 29c4dba
Changed naming and code structure to improve readability.
aeoranday 62dfe38
Changed from --quiet to -v with levels.
aeoranday 8824352
Changed coding style and plotting to single PDFs.
aeoranday 39aa15a
Added a general PDF plotting class.
aeoranday c095d56
Making use of PDFPlotter in dump scripts.
aeoranday b711ca0
Added common useful function methods.
aeoranday 80ec100
Added a pip requirements.txt.
aeoranday de7a70e
Added documentation on the Python trgtools module.
aeoranday d10cf85
Added more details on Python trgtools module.
aeoranday 181d901
Removed a debug comment.
aeoranday 64ebafc
Updated for the new save format.
aeoranday 1600c8d
Merge pull request #24 from DUNE-DAQ/prep-release/dunedaq-v4.3.0
aeoranday eee32c3
Merge pull request #23 from DUNE-DAQ/aeoranday/python-styles
aeoranday eeaf9a6
Created templated emulation unit class.
aeoranday 1588f3e
Making use of the emulation units.
aeoranday 1bbfeae
Added a naive timing for TA and TC processes.
aeoranday 935272a
Changed to relative start times.
aeoranday 3be0902
Merge pull request #27 from DUNE-DAQ/aeoranday/event-display-relative…
aeoranday b95f7e7
Fixed shared Python data members.
aeoranday 4e5798d
Merge pull request #28 from DUNE-DAQ/aeoranday/python-data-sharing-fix
aeoranday 2a0816b
Adding a check for 0 TA/TC creation.
aeoranday 9625822
Updated documentation.
aeoranday a1139cc
Merge pull request #29 from DUNE-DAQ/aeo/update-process-tpstream-md
aeoranday e202627
Added timing measures for TX into TY.
aeoranday 5afe8cf
Added find_dependency.
aeoranday d9f4734
Merge pull request #31 from DUNE-DAQ/aeo/find-dependency
aeoranday 915aa2c
Merge branch 'production/v4' into aeoranday/emulation-units.
aeoranday 96d1905
Merge branch 'production/v4' into aeoranday/emulation-units.
aeoranday 99877b4
Refined timing measure to creator TP/TA.
aeoranday c5402db
Merge pull request #26 from DUNE-DAQ/aeoranday/emulation-units
aeoranday b3f9c23
Updating to v1.1.0.
aeoranday e4b4aa8
Merge pull request #32 from DUNE-DAQ/aeo/v1.1.0
aeoranday a54d2f9
Fixed multi-fragment TimeSlice processing.
aeoranday 67f038d
Merge pull request #33 from DUNE-DAQ/aeo/process-tpstream-multi-frag-…
aeoranday 0060057
Updated version to v1.1.1
MRiganSUSX f08a29c
Merge pull request #34 from DUNE-DAQ/mrigan/version_update
MRiganSUSX 9990ce9
Syncing .github/workflows/dunedaq-v4-cpp-ci.yml
da3da9c
Merge pull request #35 from DUNE-DAQ/prep-release/fddaq-v4.4.0
jcfreeman2 8bc7369
Syncing .github/workflows/dunedaq-v4-cpp-ci.yml
andrewmogan 201ec58
Adding latency option to the emulation app, + more quiet
ArturSztuc 547780c
More robust csv latencies filename/path for saving
ArturSztuc 4cfd961
Adding full latency output per-tp in emulation
ArturSztuc 55d7cc2
Script that converts large tp latency output to smaller TA latencies
ArturSztuc 18779b1
Updating and adding the READMEs for latency measurements
ArturSztuc c5f9d65
Making latencies-gen python script executable
ArturSztuc 3ba9ff7
Removing unused variables from tplatencies python script
ArturSztuc ae55600
Merge pull request #36 from DUNE-DAQ/feature/ta_latencies
ArturSztuc 68ef959
Updating version to 1.1.2
ArturSztuc 25398b5
Merge pull request #37 from DUNE-DAQ/asztuc/version_update
ArturSztuc 9c1719f
Merge pull request #38 from DUNE-DAQ/patch/fddaq-v4.4.x
jcfreeman2 b4fb102
Syncing .github/workflows/dunedaq-v4-cpp-ci.yml
andrewmogan a60298c
Use trgdataformats TC Py-capsule.
aeoranday 754a27e
Updating version to 1.1.2
ArturSztuc f014a37
Use trgdataformats Algorithms and Types.
aeoranday 6c14dfe
Add Dynamic Algorithm and Type Plotting.
aeoranday 8fa4108
Merge pull request #40 from DUNE-DAQ/aeo/tc-data-update
aeoranday 368e1c5
Fix typo.
aeoranday ef1c760
Merge pull request #41 from DUNE-DAQ/aeo/enum-update
ArturSztuc 8b231ba
Update To v1.1.3.
aeoranday a2ea4ed
Merge pull request #42 from DUNE-DAQ/aeo/v1.1.3-bump
aeoranday 7d782bf
Merge pull request #43 from DUNE-DAQ/patch/fddaq-v4.4.x
jcfreeman2 f442706
Add No TX Fragment Guards.
aeoranday 608ac2a
Add Alg/Type Histogram Fontsize.
aeoranday bd35e21
Squash Alg/Type Histogram Bins.
aeoranday 0b18bf1
Add Color To Hist Axes.
aeoranday 4c5f301
Add Unity And Transparency.
aeoranday 8a2cfa3
Correct Help Descriptions
aeoranday 830a432
Merge pull request #44 from DUNE-DAQ/aeo/style-update
aeoranday 79c830e
Bumping version to v1.1.4
ArturSztuc a5ebda1
Merge pull request #45 from DUNE-DAQ/asztuc/version_bump_v1.1.4
ArturSztuc a93bb67
Merge pull request #47 from DUNE-DAQ/patch/fddaq-v4.4.x
jcfreeman2 032f259
Merge branch 'production/v4' into aeo/v4_to_v5.
aeoranday 6e4fa1c
Update TA Types/Algs and Correct Docstrings.
aeoranday 9f0a45f
Clean Compiler Warnings.
aeoranday b900eb9
Update Docs.
aeoranday 0d7540d
Add Latency CSV Headers.
aeoranday 333c2b2
Change Flag Order.
aeoranday cbca206
Use Integer X-Ticks.
aeoranday 8eaaf82
Increase Errorbar Marker Size.
aeoranday dfb3b5d
Fix Minor Tick Coloring.
aeoranday 24daedf
Add TP Transparency.
aeoranday e49494a
Remove Whitespace.
aeoranday 04db73c
Remove Unused Option.
aeoranday a2c288a
Link Libraries.
aeoranday 79a902c
Add Missing Edge Case & Remove Warning.
aeoranday 19a51a4
Replace 'np.ndarray' With NDArray.
aeoranday f54a5de
Add Primary Data Indexing.
aeoranday de9184c
Update TX Extraction.
aeoranday 28a96d3
Upgrade to v2.0.0.
aeoranday 0378a6f
Remove Placeholder Unit Test.
aeoranday File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Had no idea numpy has its own typing module. Nice.