Skip to content

Commit

Permalink
Merge pull request #23 from lightkurve/querycatalogs
Browse files Browse the repository at this point in the history
Add catalog queries to `lksearch`
  • Loading branch information
tylerapritchard authored Dec 6, 2024
2 parents ada51c5 + ec6cfb1 commit 868fc11
Show file tree
Hide file tree
Showing 23 changed files with 4,775 additions and 570 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install dependencies
run: |
pip install poetry
poetry install --with dev
poetry install --with dev,cloud
- name: Sphinx build
run: |
poetry run sphinx-build docs _build
Expand Down
10 changes: 10 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,16 @@ Please include a self-contained example that fully demonstrates your problem or
Changelog:
==========
v1.1.0
- Added ability to query catalogs using the catalogsearch module. This includes:
- querying vizier for a region for sources using query_region
- querying vizier for a catlog for rows corresponding to ids using query_id
- querying simbad for alternative names for a given name using query_names
- matching alternative names for sources to catalog stings using match_names_catalogs
- Added documentation for catalogsearch in docs/tutorials/catalog-searches.ipynb
- Broke previous tutorial doucmentation into multiple files:
- mission-search focussed data-searches.ipynb
- cloud-searches and configuration options in cloud-data-searches.ipynb
v1.0.1
- Now resolving target search strings with MastClass [#27]
v1.0
Expand Down
3 changes: 3 additions & 0 deletions docs/apidoc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@ API
.. autoclass:: lksearch.TESSSearch
:members:

.. automodule:: lksearch.catalogsearch
:members:

.. automodule:: lksearch.config
:members:
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ lksearch
:hidden:

Quickstart
tutorials/Example_searches
tutorials/index
apidoc
GetInvolved
HowtoCite
Expand Down
Loading

0 comments on commit 868fc11

Please sign in to comment.