load_irvb_as_pinhole_camera#

cherab.lhd.observer.bolometer.load_irvb_as_pinhole_camera(port: str = '6.5U', flange: str = 'BC02', parent: _NodeBase | None = None) PinholeCameraSource#

Helper function of generating an IRVB camera as Pinhole Camara.

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

User-specified port name, by default “6.5U”.

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

The variant of IRVB model, by default “BC02”.

parent_NodeBase, optional

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

Returns:
PinholeCamera

Populated PinholeCamera instance.