|
CARMA C++
|
Data on nearest neighbor to a source, returned by an SubarrayControl::getNearest(). More...
import "carma/control/NearestInfo.idl";
Public Attributes | |
| float | azimuth |
| azimuth of 'name' source at time of query, in degrees More... | |
| float | brightness |
| Brightness of 'name' source, mag or Jy depending on value of isOptical. More... | |
| float | distance |
| distance between name and ref in degrees More... | |
| float | elevation |
| elevation of 'name' source at time of query, in degrees More... | |
| boolean | isOptical |
| Indicates whether 'name' is optical or radio source. More... | |
| double | mjd |
| Time at which computation was made, MJD. More... | |
| string | name |
| Source name. More... | |
| string | reference |
| Name of reference source (of which this source is the neighbor) More... | |
Data on nearest neighbor to a source, returned by an SubarrayControl::getNearest().
Definition at line 18 of file NearestInfo.idl.
| float carma::control::NearestInfo::azimuth |
azimuth of 'name' source at time of query, in degrees
Definition at line 29 of file NearestInfo.idl.
| float carma::control::NearestInfo::brightness |
Brightness of 'name' source, mag or Jy depending on value of isOptical.
Definition at line 38 of file NearestInfo.idl.
| float carma::control::NearestInfo::distance |
distance between name and ref in degrees
Definition at line 26 of file NearestInfo.idl.
| float carma::control::NearestInfo::elevation |
elevation of 'name' source at time of query, in degrees
Definition at line 32 of file NearestInfo.idl.
| boolean carma::control::NearestInfo::isOptical |
Indicates whether 'name' is optical or radio source.
If optical then units of brightness are magnitudes, if radio then units are Jansky
Definition at line 45 of file NearestInfo.idl.
| double carma::control::NearestInfo::mjd |
Time at which computation was made, MJD.
Definition at line 50 of file NearestInfo.idl.
| string carma::control::NearestInfo::name |
Source name.
Definition at line 20 of file NearestInfo.idl.
| string carma::control::NearestInfo::reference |
Name of reference source (of which this source is the neighbor)
Definition at line 23 of file NearestInfo.idl.