Skip to content

Commit

Permalink
rads.xml: restrict attitude_nr to 6a
Browse files Browse the repository at this point in the history
Fixes issue #186
  • Loading branch information
remkos committed Nov 20, 2022
1 parent 5be15c9 commit 0a2cb22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/rads.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3518,6 +3518,7 @@ Global RADS configuration file
<default>0</default>
<compress>int2 1e-4</compress>
</var>
<alias name="attitude" field="30">off_nadir_angle2_wf_ku</alias>
<var name="off_nadir_angle2_wf_ku_nr" sat="6a">
<long_name>off-nadir pointing angle squared from waveform (numerical retracking)</long_name>
<units>degrees^2</units>
Expand All @@ -3527,8 +3528,7 @@ Global RADS configuration file
<default>0</default>
<compress>int2 1e-4</compress>
</var>
<alias name="attitude" field="30">off_nadir_angle2_wf_ku</alias>
<alias name="attitude_nr">off_nadir_angle2_wf_ku_nr</alias>
<alias name="attitude_nr" sat="6a">off_nadir_angle2_wf_ku_nr</alias>
</else>
<var name="off_nadir_angle_pf" field="3003" sat="2a 3a 3b 6a c2 j2 j3 pn">
<long_name>off-nadir pointing angle from platform</long_name>
Expand Down

0 comments on commit 0a2cb22

Please sign in to comment.