Skip to content

Commit

Permalink
Update constants.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BaptisteVandecrux committed Sep 29, 2022
1 parent ee78629 commit 17ea753
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,16 +92,6 @@
]
)

df = pd.read_csv('refice.dat', sep=' ',header=None)
xa_new = df.iloc[:,0]/1000
ya_new = df.iloc[:,1]

ya = ya[xa>xa_new.max()]
xa = xa[xa>xa_new.max()]

xa= np.append(xa_new.values, xa)
ya= np.append(ya_new.values, ya)

# OLCI channels
wls = xr.DataArray(
[
Expand Down

0 comments on commit 17ea753

Please sign in to comment.