Specification for a Gen2 processing-output repository to convert.
Definition at line 84 of file convertRepo.py.
◆ guessCollectionNames()
None lsst.obs.base.gen2to3.convertRepo.Rerun.guessCollectionNames |
( |
|
self, |
|
|
Instrument |
instrument, |
|
|
str |
root |
|
) |
| |
Update `runName` and `chainName` with guesses that match Gen3 naming
conventions.
If `chainName` is not `None`, and `runName` is, `runName` will be set
from it. If `runName` is already set, nothing will be changed, and
if `chainName` is `None`, no chained collection will be created.
Parameters
----------
instrument : `Instrument`
Instrument object for the repository being converted.
root : `str`
Path to the root repository. If this is present at the start of
``self.path``, it will be stripped as part of generating the run
name.
Raises
------
ValueError
Raised if the appropriate collection names cannot be inferred.
Definition at line 116 of file convertRepo.py.
◆ chainName
lsst.obs.base.gen2to3.convertRepo.Rerun.chainName |
◆ runName
lsst.obs.base.gen2to3.convertRepo.Rerun.runName |
The documentation for this class was generated from the following file: