Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tango
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira issues
Open Jira
Code
Merge requests
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
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
LOFAR2.0
tango
Commits
50b119ca
Commit
50b119ca
authored
3 years ago
by
Taya Snijder
Browse files
Options
Downloads
Patches
Plain Diff
added shorthands to README
parent
44e97f99
No related branches found
No related tags found
1 merge request
!141
Resolve L2SS-414 "413 2021 09 30 branched from master add writer skip parameter"
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
devices/statistics_writer/README.md
+8
-8
8 additions, 8 deletions
devices/statistics_writer/README.md
with
8 additions
and
8 deletions
devices/statistics_writer/README.md
+
8
−
8
View file @
50b119ca
...
...
@@ -12,14 +12,14 @@ and writing those matrices (as well as a bunch of metadata) to hdf5.
The TCP statistics writer can be called with the
`tcp_hdf5_writer.py`
script.
This script can be called with the following arguments:
```
--host the address to connect to
--port the port to use
--file file to read from (as opposed to host and port)
--interval The time between creating new files in hours
--output_dir specifies the folder to write all the files
--mode sets the statistics type to be decoded options: "SST", "XST", "BST"
--debug takes no arguments, when used prints a lot of extra data to help with debugging
--decimation Configure the writer to only store one every n samples. Saves storage space
-a
--host the address to connect to
-p
--port the port to use
-f
--file file to read from (as opposed to host and port)
-i
--interval The time between creating new files in hours
-o
--output_dir specifies the folder to write all the files
-m
--mode sets the statistics type to be decoded options: "SST", "XST", "BST"
-v
--debug takes no arguments, when used prints a lot of extra data to help with debugging
-d
--decimation Configure the writer to only store one every n samples. Saves storage space
```
##HFD5 structure
...
...
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