slewSpeeds

rubin_sim.maf.batches.slewSpeeds(colmap=None, runName='opsim', sqlConstraint=None)

Generate a set of slew statistics focused on the speeds of each component (dome and telescope). These slew statistics must be run on the SlewMaxSpeeds table in opsimv4 and opsimv3.

Parameters:
colmapdict or None, optional

A dictionary with a mapping of column names. Default will use OpsimV4 column names. Note that for these metrics, the column names are distinctly different in v3/v4.

runNamestr, optional

The name of the simulated survey. Default is “opsim”.

sqlConstraintstr or None, optional

SQL constraint to apply to metrics. Note this runs on Slew*State table, so constraints should generally be based on slew_slewCount.

Returns:
metric_bundleDict