Skip to content

Commit

Permalink
fix: icesat2_tracks => icesat2waves in spectral_estimates.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cpaniaguam committed Mar 8, 2024
1 parent c3207f8 commit 99e31f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/icesat2waves/tools/spectral_estimates.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import pandas as pd
from scipy import signal
import lmfit as LM
import icesat2_tracks.local_modules.m_general_ph3 as M
import icesat2waves.local_modules.m_general_ph3 as M
from matplotlib.gridspec import GridSpec
import matplotlib.pyplot as plt

Expand Down Expand Up @@ -65,7 +65,7 @@ def create_chunk_boundaries_unit_lengths(L_unit, data_limits, ov=None, iter_flag
position_stancil = np.vstack(
[xleft[0:max_size], xcenter_pos[0:max_size], xright[0:max_size]]
)

return iter(position_stancil.T.tolist()) if iter_flag else position_stancil


Expand Down

0 comments on commit 99e31f4

Please sign in to comment.