load_irvb#

cherab.lhd.observer.bolometer.load_irvb(port: str = '6.5U', flange: str = 'CC01_04', parent: _NodeBase | None = None) IRVBCameraSource#

Helper function of generating a IRVB camera object.

An IRVB’ configuration is defined in json file, the name of which is "IRVB.json", which can be fetched from the remote repository.

Parameters:
port{“6.5U”, “6.5L”}, optional

User-specified port name, by default "6.5U".

flange{“CC01_04”, “BC02”, “BC02-old”, “AL01”}, optional

Specific flange name, by default "CC01_04".

parent_NodeBase, optional

The parent node of this camera in the scenegraph, by default None. World object is often used.

Returns:
IRVBCamera

Populated IRVBCamera instance.