Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerenjie committed Aug 31, 2024
1 parent e3a5e91 commit 709bcd2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions doc/lsst.ap.verify/limitations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
.. _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.
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 709bcd2

Please sign in to comment.