addUnboundedCalibrationLabel¶
- 
lsst.obs.base.addUnboundedCalibrationLabel(registry, instrumentName)¶
- Add a special ‘unbounded’ calibration_label dimension entry for the given camera that is valid for any exposure. - If such an entry already exists, this function just returns a - DataIdfor the existing entry.- Parameters: - registry : Registry
- Registry object in which to insert the dimension entry. 
- instrumentName : str
- Name of the instrument this calibration label is associated with. 
 - Returns: - dataId : DataId
- New or existing data ID for the unbounded calibration. 
 
- registry :