Skip to content

Commit

Permalink
Fix wave variables and update burst_config part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcvey3 committed Dec 11, 2023
1 parent eed4ffb commit d84b48f
Show file tree
Hide file tree
Showing 14 changed files with 29 additions and 26 deletions.
3 changes: 3 additions & 0 deletions dolfyn/tests/data/BenchFile01.repr.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
. (100 pings @ 2Hz)
Variables:
- time ('time',)
- time_altraw ('time_altraw',)
- time_b5 ('time_b5',)
- vel ('dir', 'range', 'time')
- vel_b5 ('range_b5', 'time_b5')
Expand All @@ -14,6 +15,8 @@
- roll ('time',)
- temp ('time',)
- pressure ('time',)
- pressure_alt ('time',)
- pressure_altraw ('time_altraw',)
- amp ('beam', 'range', 'time')
- amp_b5 ('range_b5', 'time_b5')
- corr ('beam', 'range', 'time')
Expand Down
4 changes: 2 additions & 2 deletions dolfyn/tests/data/BenchFile01_rotate_beam2inst.nc
Git LFS file not shown
4 changes: 2 additions & 2 deletions dolfyn/tests/data/BenchFile01_rotate_earth2principal.nc
Git LFS file not shown
4 changes: 2 additions & 2 deletions dolfyn/tests/data/BenchFile01_rotate_inst2earth.nc
Git LFS file not shown
4 changes: 2 additions & 2 deletions dolfyn/tests/data/Sig1000_IMU_bin.nc
Git LFS file not shown
4 changes: 2 additions & 2 deletions dolfyn/tests/data/Sig1000_IMU_ofilt.nc
Git LFS file not shown
4 changes: 2 additions & 2 deletions dolfyn/tests/data/Sig1000_IMU_rotate_beam2inst.nc
Git LFS file not shown
4 changes: 2 additions & 2 deletions dolfyn/tests/data/Sig1000_IMU_rotate_inst2earth.nc
Git LFS file not shown
4 changes: 2 additions & 2 deletions dolfyn/tests/data/Sig1000_tidal_clean.nc
Git LFS file not shown
4 changes: 2 additions & 2 deletions dolfyn/tests/data/Sig500_Echo_clean.nc
Git LFS file not shown
4 changes: 2 additions & 2 deletions dolfyn/tests/data/Sig500_Echo_earth2inst.nc
Git LFS file not shown
4 changes: 2 additions & 2 deletions dolfyn/tests/data/Sig500_Echo_inst2beam.nc
Git LFS file not shown
4 changes: 2 additions & 2 deletions dolfyn/tests/data/VelEchoBT01_rotate_beam2inst.nc
Git LFS file not shown
4 changes: 2 additions & 2 deletions dolfyn/tests/test_rotate_adp.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ def test_rotate_earth2principal(make_data=False):
td_rdi.vel.mean('range'))
td_sig.attrs['principal_heading'] = calc_principal_heading(
td_sig.vel.mean('range'))
td_awac.attrs['principal_heading'] = calc_principal_heading(td_awac.vel.mean('range'),
tidal_mode=False)
td_awac.attrs['principal_heading'] = calc_principal_heading(
td_awac.vel.mean('range'), tidal_mode=False)
rotate2(td_rdi, 'principal', inplace=True)
rotate2(td_sig, 'principal', inplace=True)
rotate2(td_awac, 'principal', inplace=True)
Expand Down

0 comments on commit d84b48f

Please sign in to comment.