-
Sometimes, duplicate orbits are created, often with a different mix of stations
-
I have
```julia
julia> D.s[1]
Group([ (2,3)(5,6), (1,3,2), (4,6,5) ])
```
yielding
```julia
julia> Oscar.GaloisGrp.orbits(D.s[1])
2-element Array{Any,1}:
Any[1, 3, 2]
Any[4, 6, 5]
```
…
-
When I try to integrate orbits in an EXP field, I get a segmentation fault. If in a notebook instead of a script, the kernel just dies. I recompiled with debug and tested by just copying the code from…
-
I am trying to get etalon1 data from around the 27th of July 2024. The correct folder on ccdis website should be
```
https://cddis.nasa.gov/archive/slr/products/orbits/etalon1/240727/
```
Howe…
-
Hi,
I noticed that the `number_of_orbits` in the metadata for the SXS:BBH:3683 simulation has a negative value.
Not sure if this is the best place to put this but hopefully it's helpful!
```p…
-
This is an overview of the outstanding issues regarding G sets, and is meant to track their current status.
- [ ] We need to improve computation of GAP orbits on Julia objects (see #722). The obsta…
-
Idea of a Trajectory.
There are 2 types. N-nody and keplerian.
Planets move on keplerian orbits. Vessels use nbody.
Maybe color parts of the trajectory of the vessels depending on *soi* or whether …
-
### Goal
The continuation of periodic orbits, either from Hopf bifurcation or from orbit guess, is possible and works well. As such, computing the stability of the periodic orbit would be immensely u…
-
This [blogpost](https://cityinthesky.co.uk/posts/2020/collocation-for-finding-periodic-orbits-of-odes/) shows working collocation algorithm for detection of periodic orbits of ODEs. It could be implem…
-
Code to put stuff into orbits needs fixing.
Probably need to rebuild the way orbits are done in general.