Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
juobs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Javier Ugarrio
juobs
Commits
6fee4fe3
Commit
6fee4fe3
authored
4 years ago
by
Javier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
functions updated (get_ll + get_ls) + plat.txt ignored
parent
6d930ce1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
30 deletions
+22
-30
.gitignore
.gitignore
+2
-0
analysis/functions.jl
analysis/functions.jl
+20
-0
analysis/plat.txt
analysis/plat.txt
+0
-30
No files found.
.gitignore
View file @
6fee4fe3
analysis/plots/*
analysis/plots/*
analysis/plat\.txt
This diff is collapsed.
Click to expand it.
analysis/functions.jl
View file @
6fee4fe3
...
@@ -28,6 +28,26 @@ function get_mu(mu_list::Vector{Vector{Float64}}, deg::Bool)
...
@@ -28,6 +28,26 @@ function get_mu(mu_list::Vector{Vector{Float64}}, deg::Bool)
return
mul
,
mus
,
muh
return
mul
,
mus
,
muh
end
end
function
get_ll
(
mu_list
,
obs
::
Vector
{
uwreal
},
deg
::
Bool
)
mul
,
mus
,
muh
=
get_mu
(
mu_list
,
deg
)
for
k
=
1
:
length
(
mu_list
)
mu
=
mu_list
[
k
]
if
mul
in
mu
&&
mu
[
1
]
==
mu
[
2
]
#l-l
return
obs
[
k
]
end
end
end
function
get_ls
(
mu_list
,
obs
::
Vector
{
uwreal
},
deg
::
Bool
)
mul
,
mus
,
muh
=
get_mu
(
mu_list
,
deg
)
for
k
=
1
:
length
(
mu_list
)
mu
=
mu_list
[
k
]
if
mul
in
mu
&&
mus
in
mu
&&
mu
[
1
]
!=
mu
[
2
]
#l-s
return
obs
[
k
]
end
end
end
function
get_lh
(
mu_list
,
obs
::
Vector
{
uwreal
},
deg
::
Bool
)
function
get_lh
(
mu_list
,
obs
::
Vector
{
uwreal
},
deg
::
Bool
)
mul
,
mus
,
muh
=
get_mu
(
mu_list
,
deg
)
mul
,
mus
,
muh
=
get_mu
(
mu_list
,
deg
)
obs_lh
=
Vector
{
uwreal
}(
undef
,
0
)
obs_lh
=
Vector
{
uwreal
}(
undef
,
0
)
...
...
This diff is collapsed.
Click to expand it.
analysis/plat.txt
deleted
100644 → 0
View file @
6d930ce1
#H400
ll 40 83
lh 40 83
hh 40 83
#N300
ll 58 95
lh 58 95
hh 58 95
#N200
ll 85 105
ls 85 105
lh 85 105
ss 85 105
sh 83 110
hh 83 110
#N203
ll 85 105
ls 85 105
lh 85 105
ss 85 105
sh 83 110
hh 81 95
#J303
ll 12 140
ls 123 140
lh 123 140
ss 123 140
sh 123 140
hh 123 155
#end
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment