Skip to content

Commit

Permalink
removed unsed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilo9999 committed Feb 1, 2024
1 parent 81b7418 commit 87e8546
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/icesat2_tracks/analysis_db/B06_correct_separate_var.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
import time
import copy
import icesat2_tracks.ICEsat2_SI_tools.generalized_FT as gFT
from scipy.ndimage import label
import pandas as pd
import xarray as xr
import numpy as np
Expand Down Expand Up @@ -201,7 +200,6 @@ def define_noise_wavenumber_tresh_simple(
m slope of the fitted line
b intersect of the fitted line
"""
from scipy.ndimage.measurements import label

if k_end_lim is None:
k_end_lim = data_xr.k[-1]
Expand Down

0 comments on commit 87e8546

Please sign in to comment.