Skip to content

Commit

Permalink
adding limitations.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerenjie committed Aug 29, 2024
1 parent 53360ff commit 88ac572
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/lsst.ap.verify/limitations.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.. 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, so it will often (or always) fail. When requests fail, mpSkyEphemerisQuery should return an empty DataFrame, and no detections will be associated.

0 comments on commit 88ac572

Please sign in to comment.