slewAngles¶
- rubin_sim.maf.batches.slewAngles(colmap=None, runName='opsim', sqlConstraint=None)¶
Generate a set of slew statistics focused on the angles of each component (dome and telescope). These slew statistics must be run on the SlewFinalState or SlewInitialState table in opsimv4, and on the SlewState table in opsimv3.
- Parameters:
- colmapdict or None, optional
A dictionary with a mapping of column names. Default will use OpsimV4 column names.
- 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