-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from NTIA/scos-sensor
Support X410 sensor format and allow for instantiation from just sensor definition json.
- Loading branch information
Showing
5 changed files
with
145 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
{ | ||
"id":"11.11.11.111", | ||
"sensor_spec":{ | ||
"id":"Default", | ||
"model":"Default", | ||
"version":"vD.f.t", | ||
"description":"Default" | ||
|
||
}, | ||
"antenna":{ | ||
"antenna_spec":{ | ||
"model":"Default", | ||
"description":"Default" | ||
|
||
}, | ||
"type":"Default", | ||
"frequency_low":0.0, | ||
"frequency_high":9999999.0, | ||
"gain":99.0, | ||
"polarization":"Default", | ||
"horizontal_beam_width":360.0, | ||
"vertical_beam_width":90.0, | ||
"voltage_standing_wave_ratio":9.9, | ||
"steerable":false | ||
|
||
}, | ||
"preselector":{ | ||
"cal_sources":[ | ||
{ | ||
"cal_source_spec":{ | ||
"description":"Default" | ||
|
||
}, | ||
"enr":14.53 | ||
|
||
} | ||
|
||
], | ||
"filters":[ | ||
{ | ||
"filter_spec":{ | ||
"id":"default", | ||
"model":"default", | ||
"supplemental_information":"default" | ||
|
||
}, | ||
"frequency_low_passband":9999999.0, | ||
"frequency_high_passband":9.9999999E7, | ||
"frequency_low_stopband":999999.0, | ||
"frequency_high_stopband":9.99999999E8 | ||
|
||
} | ||
|
||
], | ||
"amplifiers":[ | ||
{ | ||
"amplifier_spec":{ | ||
|
||
|
||
} | ||
|
||
} | ||
|
||
], | ||
"rf_paths":[ | ||
{ | ||
"name":"default", | ||
"filter_id":"default" | ||
|
||
} | ||
|
||
] | ||
|
||
}, | ||
"signal_analyzer":{ | ||
"sigan_spec":{ | ||
"id":"Default", | ||
"model":"Default", | ||
"supplemental_information":"Default" | ||
|
||
}, | ||
"frequency_low":9999999999.0, | ||
"frequency_high":0.0, | ||
"noise_figure":99.0, | ||
"a2d_bits":99 | ||
|
||
}, | ||
"computer_spec":{ | ||
"id":"default", | ||
"description":"Default" | ||
|
||
}, | ||
"location":{ | ||
"x":-199.0, | ||
"y":99.0, | ||
"z":9999.0, | ||
"speed":0.0, | ||
"description":"default" | ||
|
||
}, | ||
"environment":{ | ||
"category":"Default" | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters