Skip to content

Commit

Permalink
Add list of ingest translators.
Browse files Browse the repository at this point in the history
  • Loading branch information
ktlim committed Mar 29, 2024
1 parent 8778f78 commit f1289a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ingest.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
import socket
import time

import lsst.obs.fiberspectrograph.translator # noqa: F401
import lsst.obs.lsst.translators # noqa: F401
import lsst.obs.rubinGenericCamera.translator # noqa: F401
import requests
from lsst.daf.butler import Butler
from lsst.obs.base import DefineVisitsTask, RawIngestTask
Expand Down

0 comments on commit f1289a9

Please sign in to comment.