Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-42576: Write task to compute predicted positions for an upcoming visit #229

Merged
merged 1 commit into from
Sep 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading