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
44cd0cd4
Commit
44cd0cd4
authored
6 years ago
by
ViaFerrata
Browse files
Options
Downloads
Patches
Plain Diff
Fix docs of default_config.
parent
7d3eb4d7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
orcasong/default_config.toml
+2
-2
2 additions, 2 deletions
orcasong/default_config.toml
with
2 additions
and
2 deletions
orcasong/default_config.toml
+
2
−
2
View file @
44cd0cd4
...
...
@@ -20,7 +20,7 @@
# Compression level for the compression filter that is used for saving the OrcaSong output to a .h5 file.
# n_bins : tuple of int
# Declares the number of bins that should be used for each dimension, e.g. (x,y,z,t).
# The option should be written as
string
, e.g.
'
11,13,18,60
'
.
# The option should be written as
a list of ints
, e.g.
[
11,13,18,60
]
.
# det_geo : str
# Declares what detector geometry should be used for the binning. E.g. 'Orca_115l_23m_h_9m_v'.
# do2d : bool
...
...
@@ -78,7 +78,7 @@ output_dirpath = './'
chunksize
=
32
complib
=
'zlib'
complevel
=
1
n_bins
=
'
11,13,18,60
'
n_bins
=
[
11
,
13
,
18
,
60
]
det_geo
=
'Orca_115l_23m_h_9m_v'
do2d
=
false
do2d_plots
=
false
...
...
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