Skip to content

Commit

Permalink
Update grigoriev.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lukem12345 authored Jan 20, 2024
1 parent ef030ff commit 53aa53d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/grigoriev.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ We use the `Interpolations.jl` library to interpolate this dataset:

``` @example DEC
# Taking the coordinates to be from the extrema of the measured points:
const MIN_X = 243504.5
const MAX_X = 245599.8
const MIN_Y = 4648894.5
const MAX_Y = 4652179.7
const MIN_X = 4648894.5
const MAX_X = 4652179.7
const MIN_Y = 243504.5
const MAX_Y = 245599.8
ice_coords = (range(MIN_X, MAX_X, length=size(ice_thickness_tif,1)),
range(MIN_Y, MAX_Y, length=size(ice_thickness_tif,2)))
# Note that the tif is set to -floatmax(Float32) where there is no ice.
Expand Down

0 comments on commit 53aa53d

Please sign in to comment.