-
Notifications
You must be signed in to change notification settings - Fork 272
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2625 from cta-observatory/Proper_Motion
Add Hipparcos as second star catalog, apply space motion
- Loading branch information
Showing
9 changed files
with
300 additions
and
46 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ chec | |
usera | ||
nd | ||
studi | ||
referenc |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Add possibility to use ``HIPPARCOS`` catalog to get star positions | ||
|
||
- add catalogs enumerator to ``ctapipe.utils.astro`` | ||
- update ``get_bright_stars`` in ``ctapipe.utils.astro`` to allow catalog selection | ||
- ensure application of proper motion | ||
- add possibility to select stars on proximit to a given position and on apparent magnitude | ||
- move cached star catalogs to ``ctapipe/resources/`` | ||
- API change: ``ctapipe.utils.astro.get_bright_stars`` now requires a timestamp to apply proper motion. | ||
In the prevision revision, the time argument was missing and the proper motion was not applied. |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Add possibility to use ``HIPPARCOS`` catalog to get star positions | ||
|
||
- add catalogs enumerator to ``ctapipe.utils.astro`` | ||
- update ``get_bright_stars`` in ``ctapipe.utils.astro`` to allow catalog selection | ||
- ensure application of proper motion | ||
- add possibility to select stars on proximit to a given position and on apparent magnitude | ||
- move cached star catalogs to ``ctapipe/resources/`` | ||
- API change: ``ctapipe.utils.astro.get_star_catalog`` now requires to give a time to apply proper motion, before there was no time argument |
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 |
---|---|---|
|
@@ -60,6 +60,7 @@ tests = [ | |
"pytest-xdist", | ||
"pytest_astropy_header", | ||
"tomli", | ||
"astroquery", | ||
] | ||
|
||
docs = [ | ||
|
Binary file not shown.
Binary file not shown.
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
Oops, something went wrong.