MPSkyEphemerisQueryConfig#
- class lsst.ap.association.MPSkyEphemerisQueryConfig(*args, **kw)#
Bases:
PipelineTaskConfigAttributes Summary
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
mpSky default URL if MP_SKY_URL environment variable unset (
str, default'http://sdfiana014.sdf.slac.stanford.edu:3666/ephemerides/')Time in seconds to wait for mpSky request before failing (
float, default1.0)Column prefix to indicate MPCORB columns for downstream tasks.
IAU Minor Planet Center observer code for queries (default is X05 for Rubin Obs./LSST) (
str, default'X05')Buffer radius in degrees added to detector bounding circle for ephemeris cone search.
Flag to enable/disable saving of log output for a task, enabled by default.
Attributes Documentation
- connections: pexConfig.ConfigField#
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
- mpSkyFallbackURL#
mpSky default URL if MP_SKY_URL environment variable unset (
str, default'http://sdfiana014.sdf.slac.stanford.edu:3666/ephemerides/')
- mpSkyRequestTimeoutSeconds#
Time in seconds to wait for mpSky request before failing (
float, default1.0)
- mpcorb_prefix#
Column prefix to indicate MPCORB columns for downstream tasks. (
str, default'MPCORB_')
- observerCode#
IAU Minor Planet Center observer code for queries (default is X05 for Rubin Obs./LSST) (
str, default'X05')
- queryBufferRadiusDegrees#
Buffer radius in degrees added to detector bounding circle for ephemeris cone search. Defaults to 10 deg/day * 30 minutes (
float, default0.208)
- saveLogOutput#
Flag to enable/disable saving of log output for a task, enabled by default. (
bool, defaultTrue)