Receiver Feed
ReceiverFeed Schema¶
Description: A single feed (horn) on a receiver front-end.
Carries the feed's sky offset (``offset_x/y_arcsec``, relative to the
mount's on-axis pointing). Polarization capability is a property of the
owning :class:`Receiver`, shared across its feeds.
Properties¶
| Name | Type | Description |
|---|---|---|
| id | Integer |
No description |
| is_active | Boolean |
No description |
| offset_x_arcsec | Float |
No description |
| offset_y_arcsec | Float |
No description |
| receiver_id | Integer |
No description |
Relationships¶
| Relationship Name | Type |
|---|---|
| receiver | Receiver |
| feed_backend_connections | ReceiverFeedBackendConnection |