Declared in ChargeCoupledDevice
Declaration
void AddTarget(
UniverseObject obj,
double diameter,
double luminosity,
double albedo
);Description
Adds a target to the list of targets that the CCD sensor can see. This will create a new target with the specified parameters.
Parameters
| Name | Description |
|---|---|
| obj | The object to add |
| diameter | [m] The diameter of the target |
| luminosity | [W] The absolute luminosity of the target |
| albedo | [-] The albedo fraction of the target reflection |