-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
58 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ This Code of Conduct applies within all community spaces, and also applies when | |
|
||
## Actions | ||
|
||
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the any of the project maintainers: Scott Ransom <[email protected]>, Jing Luo <[email protected]>, Paul Demorest <[email protected]>, Anne Archibald <[email protected]>, or Paul Ray <paul.ray@nrl.navy.mil>. | ||
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the any of the project maintainers: Scott Ransom <[email protected]>, Paul Demorest <[email protected]>, Anne Archibald <[email protected]>, or Paul Ray <paul.s.ray3.civ@us.navy.mil>. | ||
|
||
The project maintainers are obligated to respect the privacy and security of the reporter of any incident. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,8 +58,8 @@ IMPORTANT Notes! | |
PINT has a naming conflict with the `pint <https://pypi.org/project/Pint/>`_ units package available from PyPI (i.e. using pip) and conda. | ||
Do **NOT** ``pip install pint`` or ``conda install pint``! See below! | ||
|
||
PINT requires ``longdouble`` (80- or 128-bit floating point) arithmetic within ``numpy``, which is currently not supported natively on M1/M2 Macs. | ||
However, you can use an x86 version of ``conda`` even on an M1/M2 Mac (which will run under Rosetta emulation): | ||
PINT requires ``longdouble`` (80- or 128-bit floating point) arithmetic within ``numpy``, which is currently not supported natively on M1/M2/M3 Macs. | ||
However, you can use an x86 version of ``conda`` even on an M1/M2/M3 Mac (which will run under Rosetta emulation): | ||
see `instructions for using Apple Intel packages on Apple | ||
silicon <https://conda-forge.org/docs/user/tipsandtricks.html#installing-apple-intel-packages-on-apple-silicon>`_. | ||
It's possible to have `parallel versions of conda for x86 and | ||
|
@@ -121,7 +121,7 @@ If you have tasks that aren't covered in the material above, you can | |
email [email protected] or one of the people below: | ||
|
||
* Scott Ransom ([email protected]) | ||
* Paul Ray (Paul.Ray@nrl.navy.mil) | ||
* Paul Ray (paul.s.ray3.civ@us.navy.mil) | ||
* David Kaplan ([email protected]) | ||
|
||
Want to do something new? Submit a github `issue <https://github.com/nanograv/PINT/issues>`_. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,6 +32,7 @@ | |
---------- | ||
http://tempo.sourceforge.net/ref_man_sections/tz-polyco.txt | ||
""" | ||
|
||
import astropy.table as table | ||
import astropy.units as u | ||
import numpy as np | ||
|
@@ -84,7 +85,7 @@ class PolycoEntry: | |
"""One Polyco entry. | ||
Referenced from polyco.py authored by | ||
- Paul S. Ray <paul.ray@nrl.navy.mil> | ||
- Paul S. Ray <paul.s.ray3.civ@us.navy.mil> | ||
- Matthew Kerr <[email protected]> | ||
Parameters | ||
|