Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kepderiv
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
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
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
João Faria
kepderiv
Commits
349fd093
Commit
349fd093
authored
4 years ago
by
Jean-Baptiste Delisle
Browse files
Options
Downloads
Patches
Plain Diff
remove k,h for ecosw esinw (conflict with semi-amp K)
parent
6626a918
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
kepderiv/__init__.py
+10
-10
10 additions, 10 deletions
kepderiv/__init__.py
with
10 additions
and
10 deletions
kepderiv/__init__.py
+
10
−
10
View file @
349fd093
...
...
@@ -120,7 +120,7 @@ class Keplerian:
self
.
_par
[
libkeplerian
.
INDEX_PHASE
]
=
val
self
.
_ptype
[
libkeplerian
.
INDEX_PHASE
]
=
libkeplerian
.
PHASE_TVMAX
self
.
_index
[
k
]
=
libkeplerian
.
INDEX_PHASE
elif
par
==
'
K
'
:
elif
par
U
==
'
K
'
:
self
.
_par
[
libkeplerian
.
INDEX_AMP
]
=
val
self
.
_ptype
[
libkeplerian
.
INDEX_AMP
]
=
libkeplerian
.
AMP_K
self
.
_index
[
k
]
=
libkeplerian
.
INDEX_AMP
...
...
@@ -148,19 +148,19 @@ class Keplerian:
self
.
_par
[
libkeplerian
.
INDEX_OMEGA
]
=
val
self
.
_ptype
[
libkeplerian
.
INDEX_OMEGA
]
=
libkeplerian
.
OMEGA_VARPI
self
.
_index
[
k
]
=
libkeplerian
.
INDEX_OMEGA
elif
par
==
'
k
'
or
parU
==
'
ECOSW
'
:
elif
parU
==
'
ECOSW
'
:
self
.
_par
[
libkeplerian
.
INDEX_ECC
]
=
val
self
.
_ptype
[
libkeplerian
.
INDEX_ECC
]
=
libkeplerian
.
ECC_K
self
.
_index
[
k
]
=
libkeplerian
.
INDEX_ECC
elif
parU
in
[
'
H
'
,
'
ESINW
'
]
:
elif
parU
==
'
ESINW
'
:
self
.
_par
[
libkeplerian
.
INDEX_OMEGA
]
=
val
self
.
_ptype
[
libkeplerian
.
INDEX_OMEGA
]
=
libkeplerian
.
OMEGA_H
self
.
_index
[
k
]
=
libkeplerian
.
INDEX_OMEGA
elif
parU
in
[
'
SQK
'
,
'
SQECOSW
'
]
:
elif
parU
==
'
SQECOSW
'
:
self
.
_par
[
libkeplerian
.
INDEX_ECC
]
=
val
self
.
_ptype
[
libkeplerian
.
INDEX_ECC
]
=
libkeplerian
.
ECC_SQK
self
.
_index
[
k
]
=
libkeplerian
.
INDEX_ECC
elif
parU
in
[
'
SQH
'
,
'
SQESINW
'
]
:
elif
parU
==
'
SQESINW
'
:
self
.
_par
[
libkeplerian
.
INDEX_OMEGA
]
=
val
self
.
_ptype
[
libkeplerian
.
INDEX_OMEGA
]
=
libkeplerian
.
OMEGA_SQH
self
.
_index
[
k
]
=
libkeplerian
.
INDEX_OMEGA
...
...
@@ -255,7 +255,7 @@ class Keplerian:
elif
parU
==
'
TVMAX
'
:
self
.
_ptype
[
libkeplerian
.
INDEX_PHASE
]
=
libkeplerian
.
PHASE_TVMAX
self
.
_index
[
k
]
=
libkeplerian
.
INDEX_PHASE
elif
par
==
'
K
'
:
elif
par
U
==
'
K
'
:
self
.
_ptype
[
libkeplerian
.
INDEX_AMP
]
=
libkeplerian
.
AMP_K
self
.
_index
[
k
]
=
libkeplerian
.
INDEX_AMP
elif
parU
==
'
LOG10K
'
:
...
...
@@ -276,16 +276,16 @@ class Keplerian:
elif
parU
in
[
'
VARPI
'
,
'
VPI
'
]:
self
.
_ptype
[
libkeplerian
.
INDEX_OMEGA
]
=
libkeplerian
.
OMEGA_VARPI
self
.
_index
[
k
]
=
libkeplerian
.
INDEX_OMEGA
elif
par
==
'
k
'
or
parU
==
'
ECOSW
'
:
elif
parU
==
'
ECOSW
'
:
self
.
_ptype
[
libkeplerian
.
INDEX_ECC
]
=
libkeplerian
.
ECC_K
self
.
_index
[
k
]
=
libkeplerian
.
INDEX_ECC
elif
parU
in
[
'
H
'
,
'
ESINW
'
]
:
elif
parU
==
'
ESINW
'
:
self
.
_ptype
[
libkeplerian
.
INDEX_OMEGA
]
=
libkeplerian
.
OMEGA_H
self
.
_index
[
k
]
=
libkeplerian
.
INDEX_OMEGA
elif
parU
in
[
'
SQK
'
,
'
SQECOSW
'
]
:
elif
parU
==
'
SQECOSW
'
:
self
.
_ptype
[
libkeplerian
.
INDEX_ECC
]
=
libkeplerian
.
ECC_SQK
self
.
_index
[
k
]
=
libkeplerian
.
INDEX_ECC
elif
parU
in
[
'
SQH
'
,
'
SQESINW
'
]
:
elif
parU
==
'
SQESINW
'
:
self
.
_ptype
[
libkeplerian
.
INDEX_OMEGA
]
=
libkeplerian
.
OMEGA_SQH
self
.
_index
[
k
]
=
libkeplerian
.
INDEX_OMEGA
elif
parU
in
[
'
I
'
,
'
INC
'
]:
...
...
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