Skip to content

Commit

Permalink
fix betapictoris angles dimensionality
Browse files Browse the repository at this point in the history
  • Loading branch information
mileslucas committed Nov 2, 2020
1 parent cc66189 commit b80c138
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "HCIDatasets"
uuid = "1893dc6a-5236-4cb8-aa54-62ea411c10cd"
authors = ["Miles Lucas <[email protected]> and contributors"]
version = "0.1.2"
version = "0.1.3"

[deps]
DataDeps = "124859b0-ceae-595e-8997-d05f6a7a8dfe"
Expand Down
2 changes: 1 addition & 1 deletion src/BetaPictoris.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function Base.getindex(::Type{BetaPictoris}, key::Symbol)
elseif key === :cube_empty
getdata(datadep"BetaPictoris/naco_betapic_cube_empty.fits")
elseif key === :pa
getdata(datadep"BetaPictoris/naco_betapic_pa.fits")
getdata(datadep"BetaPictoris/naco_betapic_pa.fits") |> vec
elseif key === :psf
getdata(datadep"BetaPictoris/naco_betapic_psf.fits")
else
Expand Down

0 comments on commit b80c138

Please sign in to comment.