Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
OrcaSong
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
Machine Learning
OrcaSong
Commits
b1ab82f4
Commit
b1ab82f4
authored
3 years ago
by
Stefan Reck
Browse files
Options
Downloads
Patches
Plain Diff
docs
parent
069a26ad
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!23
Jagged graph
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
orcasong/core.py
+5
-0
5 additions, 0 deletions
orcasong/core.py
with
5 additions
and
0 deletions
orcasong/core.py
+
5
−
0
View file @
b1ab82f4
...
...
@@ -366,6 +366,11 @@ class FileGraph(BaseProcessor):
max_n_hits : int
Maximum number of hits that gets saved per event. If an event has
more, some will get cut randomly!
padded : bool
If True, pad hits of each event with 0s to a fixed width, so that they can
be stored as 3d arrays. max_n_hits needs to be given in that case.
If False, save events with variable length as a 2d arrays
using km3pipe
'
s indices.
time_window : tuple, optional
Two ints (start, end). Hits outside of this time window will be cut
away (based on
'
Hits/time
'
). Default: Keep all hits.
...
...
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