Skip to content

Commit

Permalink
fix antenna orientations
Browse files Browse the repository at this point in the history
  • Loading branch information
fschlueter committed Dec 4, 2024
1 parent 56d0c12 commit 575a511
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@
"ant_position_x": 0.0,
"ant_position_y": -0.0,
"ant_position_z": 1,
"ant_rotation_phi": 0,
"ant_rotation_theta": 0,
"ant_rotation_phi": 90,
"ant_rotation_theta": 90,
"channel_id": 0,
"station_id": 0
},
"1": {
"ant_comment": "dipolarized antenna channel north",
"ant_orientation_phi": 90.0,
"ant_orientation_phi": 0.0,
"ant_orientation_theta": 0.0,
"ant_type": "createLPDA_100MHz_InfAir",
"ant_position_x": 0.0,
"ant_position_y": -0.0,
"ant_position_z": 1,
"ant_rotation_phi": 0,
"ant_rotation_theta": 0,
"ant_rotation_theta": 90,
"channel_id": 1,
"station_id": 0
}
Expand Down

0 comments on commit 575a511

Please sign in to comment.