Convert the gen 2 Butler repo living at gen2root into a gen 3 repo
living at gen3root.
Parameters
----------
gen2root : `str`
Root path to the gen2 repo to be converted.
gen3root : `str`
Root path to the gen3 output repo.
instrumentClass : `str`
Full python path to the `lsst.obs.base.Instrument` class of the repo
being converted.
skymapName : `str`, optional
Name of the skymap to be converted in the repo.
skymapConfig : `str`, optional
Path to the `lsst.skymap.BaseSkyMapConfig` of the gen2 skymap to be
converted.
calibs : `str`, optional
Path to the gen2 calibration repository to be converted.
If a relative path, it is assumed to be relative to ``gen2root``.
reruns : `list` [`str`], optional
List of reruns to convert. They will be placed in the
``shared/INSTRUMENT/RERUN`` collection.
config : `str`, optional
Path to `lsst.obs.base.ConvertRepoConfig` configuration to load
after all default/instrument configurations.
transferMode : `str`, optional
Mode to use when transferring data into the gen3 repository.
Definition at line 77 of file convertGen2RepoToGen3.py.