Add an instrument's curated calibrations to the data repository.
Parameters
----------
repo : `str`
URI to the location to create the repo.
instrument : `str`
The name or the fully qualified class name of an instrument.
output_run : `str`
The path to the location, the run, where datasets should be put.
Can be `None` in which case the collection name will be determined
automatically.
Raises
------
RuntimeError
Raised if the instrument can not be imported, instantiated, or obtained
from the registry.
TypeError
Raised if the instrument is not a subclass of
`lsst.obs.base.Instrument`.
Definition at line 30 of file writeCuratedCalibrations.py.