nrtk.impls.perturb_image.pybsm.sensor
This module provides a wrapper for the pybsm.sensor module, enabling convenient creation and configuration of sensor instances with customizable parameters. The primary class, PybsmSensor, extends the functionality of pybsm.sensor.Sensor and integrates with the SMQTK framework.
Typical usage example:
- sensor = PybsmSensor(name=”example”,
D=0.3, f=1.1, p_x=0.4, opt_trans_wavelengths=np.array([0.1, 0.4])*1.0e-6)
out = sensor.create_sensor()
Classes
Wrapper for pybsm.sensor.Sensor. |