RadioFilter
RadioFilter Schema¶
Description: A physical passband filter on the receiver front-end.
Owned by a :class:`Receiver` (``receiver_id``); the observation-task
generator selects, per receiver, the smallest filter whose passband
contains the tuned coverage.
Properties¶
| Name | Type | Description |
|---|---|---|
| id | Integer |
No description |
| name | String(250) |
No description |
| min_frequency_mhz | Float |
No description |
| max_frequency_mhz | Float |
No description |
| receiver_id | Integer |
No description |