-
There may be some bugs in 2.4.3
1. In relpos()-->satposs(obs,n), parameter n is the number of rover and base observation. The parameter n can reach to 2 *MAXOBS. But in satposs(obs,n) function, the m…
-
`'epochs'` should be `Time` objects or at least be able to accept `Time` objects.
Some discussion was here: #1488
-
Hello,
First, I'd like to thank the developers for making this software. I have been testing my data with RTKlib, and PRIDE-PPPAR eases a lot of the pre-processing steps (downloading ephemerides, e…
-
Currently coverage is 72% and we should work on increasing it.
- [ ] `caustics.py` `critical_curve()`
- [x] `event.py` `__init__()` with fix_source_flux_ratio commit https://github.com/rpoleski/Mu…
-
CASA is trying to update to the latest casacore and some tests are failing due to #1084 merge. I managed to create a very small code snippet that reproduces the problem:
```
{
casacore::M…
-
I was trying to use prepfold on pulsar J0317+13 using the following commands:
`psrcat -e J0317+13 > J0317+13.eph`
`prepfold -timing J0317+13.eph `
and I get this error
`Error: can not convert '+1…
-
Dear author, I found an error on line 65 in 'TECcalculation' when I ran your program, the specific error code is as follows:
> % 2.2 Calculate elevation angle
> [satpos,~] = satpos_xyz_sbias(T…
-
##### at 2011-09-15 23:30:24 Oleg Smirnov reported:
casacore-measures needs to be fetched directly from the CASA repositories
-
I'm trying to get the RA/Dec of an asteroid from the position of a satellite. I have the satellite's lat/lon/altitude, and I get the asteroid position from astroquery's jpl horizons package. The res…
-
The CLI needs to be a little intuitive and clearly self documented. The options below are listed to meet the current requirements.
Implementation can use `argparse` package. LSST pipelines pass …