libstempo
libstempo copied to clipboard
libstempo — a Python wrapper for tempo2
When I try to run libstempo-toasim-demo.ipynb, it shows utf-8 error. The detail info pasted below. Could you help me to check this problem? Thanks. @vallis @mattpitkin Python version : 3.7.12...
If using astropy v4.2 or higher you get a deprecation warning about importing the astropy._erfa library as erfa is now a separate package ([pyerfa](https://github.com/liberfa/pyerfa)), which is a requirement of astropy....
This fixes #44 for me. Not sure if this is python version or OS specific, so maybe someone should check if this works for them.
I'm getting the following error when trying to simulate a free spectrum GWB with the `createGWB` function (specifying `userSpec`): ```TypeError: Cannot cast array data from dtype('float128') to dtype('float64') according to...
Nihan gave me some code to simulate epoch averaged TOAs. It requires the full EFAC, EQUAD, and ECORR vectors to correctly handle the TOA uncertainty during the averaging. His code...
I am attempting to use toa-sim in order to take existing NANOGrav tim and par files to construct a ‘synthetic’ PTA with intrinsic red and white noise parameters of my...
Hi! I just discovered this library, and I was wondering if it has the functionality generally used within optical/gamma astronomy... Is it currently possible to provide a time array and...
Trying to inject a free spectrum GWB with `userSpec` in `createGWB` gives the following error on line 813 of `toasim.py`: ``` --> 813 hcf = 10.0**fspec_ex(N.log10(f)) TypeError: Cannot cast array...
The definition of Tobs is not consistent. I'm flagging this as an issue so that I don't forget.
Hey Michele, I am trying to install libstempo but get different errors on different platforms. This is the OSX error that I get: WARNING: The libstempo API has changed substantially...