Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kcarloni authored Dec 26, 2023
1 parent 2040e3a commit 6da2cf2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ source code adapted to julia from https://github.com/icecube/photospline, with h
```julia
julia> using PhotosplineReader

julia> using PhotosplineReader.FITSIO

julia> fpath = "PhotosplineReader.jl/test/examples/IceCube_data_release_202209013_kdes/E_dec_photospline_v006_3D.fits";

julia> spt = SplineTable( fpath )
Expand Down Expand Up @@ -57,4 +55,4 @@ julia> Interpolations.gradient( itp, x... )
-1.0382749146578347
-0.4631499529505209
0.08274258979323065
```
```

0 comments on commit 6da2cf2

Please sign in to comment.