Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven-J-Steinert authored May 29, 2024
1 parent 4beccd5 commit 9d43e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ With increasing relevance for lunar activities, the location selection for in si
```
from PIL import Image
Image.MAX_IMAGE_PIXELS = 1000000000
data = np.array(Image.open("maps/WAC_TIO2_GLOBAL.png")) / devider
data = np.array(Image.open("maps/WAC_TIO2_GLOBAL.png")) / divider
```

### Load X-Array (.nc)
Expand Down

0 comments on commit 9d43e02

Please sign in to comment.