-
As suggested, I will update this list with parts of undocumented code that I come across.
### master branch
- [x] `determineBodyCreationOrder` @ [SimulationSetup/EnvironmentSetup/createBodies.h::…
-
Hi folks, I've been trying to run a test where I'm trying to set the duration to be at least a day. Usually around 4 to 8 hours into the test, I'm noticing satellites going out of visibility and event…
-
When surveyplan runs, if $DESISURVEY isn't set, it defaults outputting into the installed code directory, e.g.
```
surveyplan --create --duration 100 --verbose --plots
INFO:utils.py:94:freeze_iers:…
-
Ntrip browser can list the source table of the ntirp caster, but rtknavi or strsvr can not get the data when it connect to ntrip caster, I used another ntrip client and it work correct. I tracked the …
-
Upon importing toa:
```
----> 1 from pint import toa
/Users/ebarr/anaconda/envs/py27/lib/python2.7/site-packages/pint/toa.py in ()
1 import re, sys, os, numpy, gzip, copy
2 from .…
-
So I removed VSOP87 the other day because they provide poor estimates and the files for them aren't easy to find (and confusing `.A.`, `.B`, etc.).
However, Meeus is used somewhat all throughout th…
-
Hi,
I just heard about PINT in Head meeting in Sun Valley.
I am very interested to use PINT.
I want first to put my detector in PINT.
My detector is on the Tiangong 2 Chinese space station, so I w…
-
When created, the 'dirname' part of the calendar is of type 'S8' if computed, but 'U8' if read from file. This causes en error in the line 281 of afternoonplan.py:
`filename = 'obsplan' + day_stat…
-
This replacement cannot be done until Astropy supports proper motions and velocities, see this bug:
https://github.com/astropy/astropy/issues/4344
For instance, `get_body_barycentric` does not retur…
-
Today I've install poliastro and I tryed to follow the example code in the documentation.
I'm having problem with the ephemerides. This is the error i get:
```-------------------------------------…