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 quallified class name of an instument.
output_run : `str`
The path to the location, the run, where datasets should be put.
Raises
------
RuntimeError
If the instrument can not be imported, instantiated, or obtained from
the registry.
TypeError
If the instrument is not a subclass of lsst.obs.base.Instrument.
Definition at line 30 of file writeCuratedCalibrations.py.