Skip to content

Commit

Permalink
added __all__ for construct observation matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
rutgerfick committed Apr 22, 2018
1 parent 9219480 commit 9ab40ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dmipy/optimizers_fod/construct_observation_matrix.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
import numpy as np

__all__ = [
'construct_model_based_A_matrix'
]


def construct_model_based_A_matrix(acquisition_scheme, model, lmax):
"""Constructs the multi-shell observation matrix from spherical_harmonics
Expand Down

0 comments on commit 9ab40ee

Please sign in to comment.