Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SOHViewer
Manage
Activity
Members
Labels
Plan
Issues
14
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
5
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software Public
PASSOFT
SOHViewer
Commits
0a8695a9
Commit
0a8695a9
authored
1 year ago
by
Kien Le
Browse files
Options
Downloads
Patches
Plain Diff
Remove unused code
parent
38c5bd28
No related branches found
No related tags found
1 merge request
!139
Change the way RT130 data is read for better performance
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sohstationviewer/model/reftek/reftek_data/reftek_helper.py
+0
-4
0 additions, 4 deletions
sohstationviewer/model/reftek/reftek_data/reftek_helper.py
with
0 additions
and
4 deletions
sohstationviewer/model/reftek/reftek_data/reftek_helper.py
+
0
−
4
View file @
0a8695a9
...
...
@@ -38,10 +38,6 @@ def read_rt130_file(file_name: str, unpacker: Unpacker
# RT130 data looks to be all big-endian (logpeek assumes this, and it has
# been working pretty well), so we don't have to do any endianness check.
# if os.path.getsize(file_name) % 1024:
# warnings.warn('The size of the data is not a multiple of 1024; it '
# 'might be truncated.')
packets
=
[]
with
open
(
file_name
,
'
rb
'
)
as
rt130_file
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment