Skip to content

Commit

Permalink
Add beams to __init__ and make the pspecbeam namespace a bit more acc…
Browse files Browse the repository at this point in the history
…essible
  • Loading branch information
philbull committed Apr 27, 2018
1 parent 3787d30 commit c6de44e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hera_pspec/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
from hera_pspec.pspecdata import PSpecData
from hera_pspec.container import PSpecContainer
from hera_pspec.parameter import PSpecParam
from hera_pspec.pspecbeam import PSpecBeamUV
from hera_pspec import pspecbeam as beam
from hera_pspec.pspecbeam import PSpecBeamUV, PSpecBeamGauss, PSpecBeamFromArray

# XXX: This will eventually be deprecated
from hera_pspec import legacy_pspec as legacy
Expand Down

0 comments on commit c6de44e

Please sign in to comment.