Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Ion Trap Image Analysis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Albert Mitjans I Coma
Ion Trap Image Analysis
Commits
0ebd0fe2
Commit
0ebd0fe2
authored
3 years ago
by
Albert Mitjans I Coma
Browse files
Options
Downloads
Patches
Plain Diff
Reduce blob size, reduce num iterations, increase threshold for dim ions
parent
a7b3d837
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
settings.py
+6
-3
6 additions, 3 deletions
settings.py
with
6 additions
and
3 deletions
settings.py
+
6
−
3
View file @
0ebd0fe2
...
...
@@ -14,11 +14,14 @@ DB_HOST = '10.241.215.1'
DB_PORT
=
8086
DB_DATASET
=
'
barium
'
# Minimum pixel distance between ions
ION_DIST
=
15
# Relative intensity threshold to differentiate good/bad isotopes (w.r.t. to max intensity)
INT_THS
=
0.6
INT_THS
=
0.6
5
# Number of iterations before restarting the position's memory
NUM_ITERATIONS
=
5
NUM_ITERATIONS
=
3
# Relation factor between pixels and distances
DIST_FACTOR
=
70.4
...
...
@@ -30,7 +33,7 @@ SHAPE = (960, 1280, 3)
TYPE
=
np
.
uint16
# Blob detection size
BLOB_SIZE
=
9
BLOB_SIZE
=
8
# Region of interest of the image
REGION
=
np
.
array
([[
8
,
466
],
[
1260
,
638
]])
...
...
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