Skip to content

Commit

Permalink
Added logic for MPSkyEphemerisQueryTask
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerenjie committed Sep 6, 2024
1 parent ce62e70 commit 7650473
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/lsst.ap.verify/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Using lsst.ap.verify
datasets
new-metrics
command-line-reference
limitations

.. _lsst.ap.verify-contributing:

Expand Down
14 changes: 14 additions & 0 deletions doc/lsst.ap.verify/limitations.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
.. py:currentmodule:: lsst.ap.verify
.. _ap-verify-request:

#################
Known Limitations
#################

mpSkyEphemerisQueryTask
=======================

The AP pipelines now run :py:class:`lsst.ap.association.MPSkyEphemerisQueryTask`, which includes a request to mpSky.
mpSky is not expected to host ephemerides for all test datasets, (or be reachable from Jenkins) so it will often (or always) fail.
When requests fail, mpSkyEphemerisQuery will return nothing, and diaPipe will skip ssoAssociation.

0 comments on commit 7650473

Please sign in to comment.